facebook-scraper icon indicating copy to clipboard operation
facebook-scraper copied to clipboard

Scrape Facebook public pages without an API key

Results 232 facebook-scraper issues
Sort by recently updated
recently updated
newest added

Hi I am trying to scrape a couple of pages but once I include the cookies file somehow, some pages do not return more than 4 posts. You can see...

hi i am try to scrape friends by get_friends(_id, cookies="cookies.json" ,timeout=90, start_url=start_url, request_url_callback=handle_pagination_url) with time.sleep(randint(5,15)) Question: i can see friend list of target in browser manually BUT programmatically Temporarily banned!...

**Error message:** > line 780, in get > if not url.startswith("http"): > > AttributeError: 'int' object has no attribute 'startswith' I applied a hot fix as such and it worked:...

Hi All, Scraping an Italian group. Everything seems OK till there's an announcement in the group and then I get a row of nulls in the XLS for every real...

Hi everyone. I want to extract post from https://www.facebook.com/ustazahasmaharun/ Referring to 1st line code below, the pages parameter set is 100. It works perfectly when i set to 20. But...

Hi! I'm receiving the following information before the program stops trying to scrape more posts: [10158163172791786] Extract method extract_video_meta didn't return anything [10158163172791786] Extract method extract_factcheck didn't return anything [10158163172791786]...

Does the library support extracting reviews for pages? Even just the overall review for the page? It doesn't show up when using `get_page_info`.

enhancement

The scraping works fine for some pages but for some, it retrieves less information such as the following: This code snippet below (page: `atebeyandsell`) ``` from facebook_scraper import * from...

In some cases, the text should be "Enter Login Code to Continue" (Upper cases of first letters).

I tried looking into the profile reviews and I found out that the code throws an error whenever there is a review but there is no text. Example code and...