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

Hi, Great tool, congrats! I am using the following code: ``` from facebook_page_scraper import Facebook_scraper import os import stem.process SOCKS_PORT = 9050 TOR_PATH = os.path.normpath(os.getcwd()+"\\Tor\\tor\\tor.exe") tor_process = stem.process.launch_tor_with_config( config =...

bug

when im running python setup.py install it show me the error mentioned in the title

I am encountering the error shown below when trying to execute the driver_initialization.py file. I have tried installing both selenium and seleniumwire using pip: !pip install seleniumwire !pip install selenium...

i tried to scrape other pages the output still related with the metaai page can anyone explain why ??

Hola, realice cada uno de los pasos descriptos pero me aparece este error, no se que estaré haciendo mal, alguna sugerencia? comparto el archivo que ejecuto from facebook_page_scraper import Facebook_scraper...

Hi I tried using your scraper, However it does not seem to accurately scrape the reactions (the emoticons). It does show up as a key, but the value is just...

Hello, I am new to coding, especially using Python. For my dissertation, I want to pull Tweets and Facebook page data from various organizations. I had no issues eventually figuring...

I have followed the github documenation and nothing more to get posts, and I am encountering this error: File "\facebook_page_scraper-4.0.1-py3.11.egg\facebook_page_scraper\element_finder.py", line 374, in __accept_cookies button[-1].click() ~~~~~~^^^^ IndexError: list index out...

I'm trying to get the example in the README to work. I first encountered the issue with SSL and downgraded to version 21.0.0. I then ran the example code with...

Hey, I get this error: 2022-11-07 20:10:22,447 - facebook_page_scraper.driver_utilities - CRITICAL - No posts were found! running: python3 posts.py posts.py file (unchanged from readme.md suggestion): **#import Facebook_scraper class from facebook_page_scraper...