kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.27k stars 609 forks source link

Very little information is scraped after about 50 times scraping using get_page_info #596

Open Qiyuuue opened 2 years ago

Qiyuuue commented 2 years ago

Hi, I used the 'get_page_info' function and encountered a problem that very little information can be scraped after around 50 times scraping. Many fields like name, followers, etc. cannot be scraped correctly.

I scraped the Facebook page about every 60 seconds. And I am sure that the page I scraped has the above-mentioned fields. One of these pages is '8worldnews'. I could get 'about', 'checkins', 'cover_photo', 'followers', 'foundingDate', 'identifier', 'image', 'likes', 'name', 'people_talking_about_this', 'profile_photo', 'type', 'url' for this page before 50 times scraping and only got 'about' and 'likes' later.

How could I solve this problem? Thanks a lot!!

neon-ninja commented 2 years ago

Try pass cookies as per the readme