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 everyone, I tried to retrieve reviews from a page but am getting errors. ```python from facebook_scraper import * from pprint import pprint set_cookies("facebook.com_cookies.txt") set_user_agent("Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)") for review...

All of a sudden all of my users are removed by fb permanantly after getting such error `Post Using Cookie extraction has issue, post row id is 2543406`

Could we add supoort for scraping market places ?

enhancement

I don't understand how post_per_page works. as I know it should call a callback function after every page for example in this case, callback should be printed after 4 post...

I'm using options in this way and as I know it should scrape comments as well. did I get it wrong? ``` options={"comments": True, "reactors": True, "posts_per_page": 10, "allow_extra_requests": False,...

Hello I don't understand how request_url_callback works I save last URL and change account after 50 post but it don't continue after last post here is my code snippet ```...

Hey Guys, first up thanks to the creators for the fantastic package and this seemingly very high response rate on the previous issues! I'm trying to scrape comments from a...

Hello - i try to get the profile-information with the following code: ``` from facebook_scraper import get_profile get_profile("zuck") ``` But i only get this error message: ``` $ python exmplFBScraper.py...

Hello! I get the FB mobile base URL (https://m.facebook.com/) in the get_posts method, but it doesn't have the information I need. How can I force the get_posts method to get...

Would it be possible/easy for `facebook_scraper` to internally keep track of the number of requests that it makes to Facebook in such a way that users could query the current...