-
When I get posts by specifying a user account, I get the comments, reactions and reactors perfectly.
But, when I use a single url, no comments, reactions and reactors are returned.
(
**This is…
-
This scraper should mirror the google scraper in the overall framework and config layout. The difference between the google and facebook scraper will be some of the following (and I'm sure I'll find s…
-
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…
-
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…
-
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…
-
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…
-
I am using Facebook-scraper to get posts from my Facebook page and post them to Instagram using python. I am using telegram-Facebook-pages-bot. However, the Facebook scraper is giving me this error:
…
-
Hi folks,
not reporting a bug (at least I don't think so), just looking for help.
I started using facebook-scraper yesterday, and I was able to get results using get_page_info.
Today, suddenly, eve…
-
I use scraper to scrape a public fb page. Since yesterday I get the following when running the script:
`No raw posts ( elements) were found in this page.`
` Page parser did not find next page URL`
-
can you pls provide a sample python script that work i tested using
`from facebook_scraper import get_posts, _scraper
import json
for post in get_posts('nintendo', base_url="https://mbasic.faceboo…