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.
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!!