readallaboutit
Newbie
- Jun 20, 2018
- 6
- 3
im working on an automated facebook scraper, it already works. i have several old accounts, and while im logged into one account, im able to scrape any profile. the goal is to collect demographics, likes, and friends of each profile. it seems each account i have can send 400 requests before being banned for 24-48 hours. my solution to this is to create new accounts, and iterate through the accounts until the scrape job is complete. but the new accounts are hitting a 'security checkpoint' after just 5 or 6 requests that i cant get past.
does anyone know what ways i might be able to create an account in such a way that facebook will allow the account the privilege of making those 400 requests instead of getting kicked off for being too new. my only guess would be to create a bunch of accounts and try to use them after some amount of time, and possibly add friends on the account and post updates as well. but thats still a very broad solution that could take an unreasonable amount of time to implement with the possibility of still being the wrong answer.
does anyone know what ways i might be able to create an account in such a way that facebook will allow the account the privilege of making those 400 requests instead of getting kicked off for being too new. my only guess would be to create a bunch of accounts and try to use them after some amount of time, and possibly add friends on the account and post updates as well. but thats still a very broad solution that could take an unreasonable amount of time to implement with the possibility of still being the wrong answer.