facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV

Results 72 facebook_page_scraper issues
Sort by recently updated
recently updated
newest added

In my case, i have get 400 post from this page, can i get post from 400 -1000 ( as continue ) in the next run? because if i run...

Hello, I run in the following issue `'tuple' object has no attribute 'tb_frame'` while running this code from facebook_page_scraper import Facebook_scraper page_list = ['KimKardashian','arnold','joebiden','eminem','smosh','SmoshGames','ibis','Metallica','cnn'] proxy_port = 10001 posts_count = 5000...

I am a rookie to python, I installed "pip3 install facebook-page-scraper" in my terminal(MacBook). But the following code like this. Is there any solution, thanks. --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent...

Dear @shaikhsajid1111 I am encountering an issue when running the following code: no data is returned. Could you please help me understand why this is happening? #import Facebook_scraper class from...

The "content" column is blank if post only contains text (has no images/videos) or if the text is in a different font. However, data from posts with both text and...

I tried to scrape a Facebook page, but I was unable to get reactions from posts (the value is always zero).

I used the example you have given. #import Facebook_scraper class from facebook_page_scraper from facebook_page_scraper import Facebook_scraper #instantiate the Facebook_scraper class page_name = "##MYNAME##" posts_count = 10 browser = "firefox" proxy...

Some of posts I'm scraping has sentences in another language (specifically in the Sinhala language). when export as a csv it's not showing as symbols. is there any feature to...

> following on from this, i tried using a UK proxy which worked and produced the desired outcome Could you tell the noob like me how to set proxy to...

question