Looking for the best way to scrape email on Instagram

Markk7

Newbie
Joined
Feb 22, 2015
Messages
22
Reaction score
2
I have been scraping for years collecting millions of email addresses through my software created in NodeJs and Instagram Private API, but for a few months it has been getting complicated following more and more restrictive checks on Instagram.
Given that:
- Use of PVA users.
- Use of USA proxy, 3 accounts per proxy.
- I only perform about 200 reads per day per account, extrapolating users via hashtag search.
Users last 3-4 days maximum, after which Instagram asks again for authentication, captcha check and password change. This operation done every day on hundreds of users is expensive and not very productive.
Any suggestions?
 
You already mentioned best approach ways just slight modifications are use mobile 5G proxies with random user-agents.

Good Luck.
 
You already mentioned best approach ways just slight modifications are use mobile 5G proxies with random user-agents.

Good Luck.
My system works as follows:
Account authentication through proxy and random useragent with saving of cookies, reading of 200 users, pause of 24h, reading of 200 users, pause 24h, reading of 200 users and so on.
With this system, on the 4th - 5th day Instagram asks for new authentication with a password change (instagram identifies a robotic activity).

How should I change it in your opinion? Thank you
 
I have been scraping for years collecting millions of email addresses through my software created in NodeJs and Instagram Private API, but for a few months it has been getting complicated following more and more restrictive checks on Instagram.
Given that:
- Use of PVA users.
- Use of USA proxy, 3 accounts per proxy.
- I only perform about 200 reads per day per account, extrapolating users via hashtag search.
Users last 3-4 days maximum, after which Instagram asks again for authentication, captcha check and password change. This operation done every day on hundreds of users is expensive and not very productive.
Any suggestions?
Could you help me export some influencers' email addresses?
 
I advise yourself sniff the request to receive mail is from the web version of instagram, there are less bans and limits account, as well as to authorize immediately with cookies, rather than through log : pass.
 
Back
Top