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

The login popup with the `[aria-label="Close"]` does not close when you have a language different from English in your operating system. It does not matter if the browser is in...

hello @shaikhsajid1111 i am getting facebook_page_scraper.driver_utilities - critical - no posts were found! after scraping

There are always pop-up windows that can't run properly. ![430BFFC8-BB89-4A00-AD6B-71F0317757B3](https://github.com/shaikhsajid1111/facebook_page_scraper/assets/138355051/3f0ad59b-dc5c-430d-93bb-8fa2aa5f5a6a)

Hello all, is it possible to retrieve facebookposts with includes linebreaks of the postcontent? Right now it only returns a concatenated string. Thanks:)

Hi. Thanks for the great tool! It seems that the scraper returns the incorrect reaction count when there are over 1000 reactions. It returns the number of thousands. I.e. if...

bug

Hello, I'm trying to run the system, but it's giving several errors. Here is the code used: `from facebook_page_scraper import Facebook_scraper page_name = "nameofpage" posts_count = 10 browser = "firefox"...

Here is my result running this code: [WDM] - Current google-chrome version is 108.0.5359 [WDM] - Get LATEST driver version for 108.0.5359 [WDM] - Driver [C:\Users\Zoey\.wdm\drivers\chromedriver\win32\108.0.5359.71\chromedriver.exe] found in cache 2023-01-06...

the result i get after scraping is this; [{"1766004853797710": {"username": "2M.ma", "shares": 0, "likecount": 101, "replycount": 0, i want to remove the status wich is in this case 1766004853797710 and...

Is anyone having issues when cookies are allowed? The latest facebook_page_scraper has a method in driver_utilies.py: ``` @staticmethod def __close_cookie_consent_modern_layout(driver): # To avoid the cookie consent prompt try: allow_span =...

I'm trying to scrape a lot of data for a time series visualization. It crashes after some time and I get this error. `Traceback (most recent call last): File "/home/brian/Attachment/KeNVIP...