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

Every two, three weeks I scrap informations, Facebook sends me emails that say it suspects somebody entered my account and I need to change the password every time (and consequently...

Greetings, For a very long time, I have been looking for a reasonable way to scrape artist's galleries from Facebook and nothing in the last 5-7 years has come close...

Since we are doing a request to get the profile, is there a way to capture the last post_id from the already loaded page? instead of doing a second request...

Hi everyone. When I use the function "get_profile(account="...", likes = True)", I get this error. Traceback: facebook_scraper/facebook_scraper.py", line 471, in get_profile if result["id"] and kwargs.get("likes"): "KeyError: 'id'.

Hello! I'm getting posts using `get_posts` method and when I get non-English text of original post it's include translated text right after original in `post_text`. Is there any ways to...

![image](https://user-images.githubusercontent.com/54973008/169450721-095af0c0-cc47-4f8e-af29-9484265d611e.png)

Hey, I'm getting incorrect **comment_time** values when extracting comments from a single post. Probably it's due to facebook date formatting like "1m." - 1 month ago "2w" 2 weeks ago,...

So I tried accessing only the home page. Facebook seems to be detecting that I am using a scraper and blocks it right away Here's my modified code on `__init__.py`...

Here I'm trying to get details about all the reactors in one post from a Facebook group. here is my code. ``` from facebook_scraper import * from facebook_scraper import get_posts...

Questions: - Can get_followers & get_following be achieved with the same function than get_friends, just changing the url? can i simply copy the function, give the different url path and...