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

I'm only using this packages get_posts method, however in terminal it is logging loads of messages such as: "WARNING:facebook_scraper.extractors:[10160307422398057] Extract method extract_video_meta didn't return anything: Also says the title error...

Regarding to the code in #742, how do I export the pprint output to a json/ccv file?

I really love this repository. However, I find it confusing to browse arguments of functions. I have to search in the 'Issues' tab every time. Could you elaborate if a...

Hi! I'm trying to get video_watches count from post containing a video, but I get None. This is the for loop I'm using at the moment for post in get_posts("9gag",pages=10,cookies="cookies.json",options={"reactions":True}):

facebook bug

Hello! I have a problem with a proxied login, more precisely: ``` set_proxy(account.proxy['http']) login(email=account.username, password=account.password) ``` Getting 'Login unsuccessful' But if I turn off the proxy line, then everything works...

profile = get_profile("tibiatya") ERROR:facebook_scraper.extractors:'PostExtractor' object has no attribute 'post' ---------------------------------------- File "fbaccount.py", line 26, in do_GET profile = get_profile(pageName) File "appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages\facebook_scraper\__init__.py", line 84, in get_profile return _scraper.get_profile(account, **kwargs) File "appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages\facebook_scraper\facebook_scraper.py",...

I have not been able to get the comments by downloading cookies or using the browser. I also do not receive any error messages. ``` url = "https://www.facebook.com/elnuevodia/posts/pfbid02ow1g1rpibVjGzB6rK8mP44E5qmpdp3FuUtYLRsmR4Bzcwr4GDoAtHCUTmeJvqZ9pl" post_df_full =...

I am trying to collect data under an account with thousands of posts. The program got some error from time to time so each time I have to start from...

I compiled the code, got an alert NameError: name 'post_df_full' is not defined

I have been running the code from my PC and its working fine and I'm getting the comments I need for extraction from the posts. However, when I moved the...