Scrape IG business mail

Fluu

Newbie
Joined
May 13, 2022
Messages
5
Reaction score
2
Hey, I am scraping public profile information via IGs /?__a=1 endpoint/parameter. However, I do not get any mail adresses (except extracting them from the bio text) which are showed in the mobile app when you press the email-button. Is there a way to scrape this information?

Another question, some IG influencer analyze tools offer Audience data including location, age, language,... of the follwing accounts. Is there an other/better way to gather this data than scraping the follower's user profiles and guessing age/gender/language with some AI service and getting location from post tags?


Greets
 
You can only get the emails using the mobile api. Mobile api also gives some information about location if the account you are scraping is business.
 
As mentioned by @mnunes532 for location, it depends if the account shared it or not.

For age/language, I don't think there is an endpoint even on the mobile api where this is available, so I think they're just "guessing" them based on data.
 
Okay thanks. I do not have any experience with scraping mobile API and could not find any good introduction/tutorial,... . Is scraping it a realistic project(i have quite a good knowledge about security/network/coding but have no information about the API) or do you have any resources/tutorials/API introduction,... about it?

I have enough residential proxies and accounts available, but it should work computationally cheap/efficient, so using an Android emulator is not an option, as I have scrape quite a big number of accounts.
 
Thx for the Repo. But i do not mean the private API but the mobile API. Because also over the private API I cannot get the business email(which is available in the mobile app but not in browser versions). Do you know any Github Repo for that? coding language does not matter.
 
Thx for the Repo. But i do not mean the private API but the mobile API. Because also over the private API I cannot get the business email(which is available in the mobile app but not in browser versions). Do you know any Github Repo for that? coding language does not matter.

Have you even open the link?

A Python wrapper for the Instagram private API with no 3rd party dependencies. Supports both the app and web APIs.
 
Have you even open the link?

A Python wrapper for the Instagram private API with no 3rd party dependencies. Supports both the app and web APIs.
Sorry, I totally read over that one.

This is exactly what I need, thank you so much.
 
Back
Top