-
### What would you like to see?
I would like to see a new data connector integrated into the existing competitor analysis tool that scrapes Facebook Ads. This feature should allow users to automatica…
-
Whenever I run the code, I am shown these errors multiple times:
**Error 1:**
2024-07-19 14:13:20,150 - facebook_page_scraper.element_finder - ERROR - Error at __find_name method : Message: Unable…
-
`pip install -U facebook-scraper`
_Originally posted by @neon-ninja in https://github.com/kevinzg/facebook-scraper/issues/568#issuecomment-987111281_
-
below is the code which will give an output file containing all the data about a particular post but i'm getting null value for reactors, i tried updating the module, setting up waits but nothing chan…
-
Hi!
This is happening since today. Any idea how to fix this?
Starting to iterate pages
Requesting page from: https://m.facebook.com/search/posts?q=nintendo&filters=eyJyZWNlbnRfcG9zdHM6MCI6IntcI…
-
I am a rookie to python, I installed "pip3 install facebook-page-scraper" in my terminal(MacBook). But the following code like this. Is there any solution, thanks.
---------------------------------…
-
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 Facebo…
-
Func get_posts returns nothing
Here is my code (same as one on the main page of this repo):
from facebook_scraper import get_posts
for post in get_posts('nintendo', cookies="/Users/beatrisu/De…
-
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` on line 395
(`facebook_scraper.p…
-
I used the example you have given.
#import Facebook_scraper class from facebook_page_scraper
from facebook_page_scraper import Facebook_scraper
#instantiate the Facebook_scraper class
page_n…