webcorners
Newbie
- Dec 21, 2019
- 13
- 2
Hi, I would like to figure out if you would be interested in an Instagram scraper with this features:
My idea is to create a scraper which scrapes the followers of an specific account. To do this, the scraper would require a list of IG accounts (ID and pass) due to each account would scrape 200 followers profiles max per hour to be safe and avoid ban for a lot of requests using the unofficial IG API (each account can scrape 200 profiles per minute).
So, using a rotation list of 60 accounts, in an hour the scraper would get info from 12.000 profiles (288.000 in a day if the profile has over that amount of followers, or if I add a profile rotator when finish with one).
In addition to that, if the scraper use a VPN, it would be able to scrape many profiles at the same time using a single own account (now, multiply the result 60 times if I had 60 accounts to run the scraper). That because the limit of 200 requests is for each instance.
The output, only for public profiles, would be a CSV file with this fields:
- User ID and URL
- Email*
- Phone number*
- Followers number
- Follows number
- Post numbers
- Description
* Email and phone numbers only if it’s available.
I would want to know if you like a software like this to develop one. ¿What price would you recommend? ¿What kind of software would you prefer, an .exe or a webapp? ¿Have you other interesting ideas?
Thank you for your support!
My idea is to create a scraper which scrapes the followers of an specific account. To do this, the scraper would require a list of IG accounts (ID and pass) due to each account would scrape 200 followers profiles max per hour to be safe and avoid ban for a lot of requests using the unofficial IG API (each account can scrape 200 profiles per minute).
So, using a rotation list of 60 accounts, in an hour the scraper would get info from 12.000 profiles (288.000 in a day if the profile has over that amount of followers, or if I add a profile rotator when finish with one).
In addition to that, if the scraper use a VPN, it would be able to scrape many profiles at the same time using a single own account (now, multiply the result 60 times if I had 60 accounts to run the scraper). That because the limit of 200 requests is for each instance.
The output, only for public profiles, would be a CSV file with this fields:
- User ID and URL
- Email*
- Phone number*
- Followers number
- Follows number
- Post numbers
- Description
* Email and phone numbers only if it’s available.
I would want to know if you like a software like this to develop one. ¿What price would you recommend? ¿What kind of software would you prefer, an .exe or a webapp? ¿Have you other interesting ideas?
Thank you for your support!