Python Forum

Full Version: need help with crawling FB likes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I tried to crawl likes data from public page on FB, however, I can't crawl more than 6000 likes per day and most of the posts in that page have more than 6000 likes. Is there any way to crawl all the likes for one post if it is more than 6000?
are you using their API to crawl? What is stopping you from crawling more than 6000?
yes I'm using their API. I always get an error after 6000 likes so I searched for this and I found that the maximum number of likes you are allowed to crawl from FB per day is 6000.