-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the tool returned false information(such as: likes, comments) #143
Comments
I'm facing a similar issue -- likes and comments don't seem to match up with posts on the actual page. |
Have you compared with the mobile Facebook version? |
Ah okay the likes on the mobile Facebook version match up! Comments don't seem to match though -- for example this post shows 1.2k comments but the scraper only shows 615 comments. I've cross-checked this on my mobile device. |
I'm facing the same issue. |
The numbers are correct if you use private window without logging into fb.. |
I guess it means Facebook does not want to give away the numbers without a proper API access. |
The differences could be likes vs all reaction types, and top level comments vs top level comments + replies. The example of https://www.facebook.com/Nintendo/photos/a.120520318032430/3685238708227222 given above seems to work now: posts = get_posts(
post_urls=["https://m.facebook.com/Nintendo/photos/a.120520318032430/3685238708227222"],
cookies = "cookies.txt"
)
for post in posts:
print(post["comments"]) returns |
Hello everyone,
I use this command:
facebook-scraper --filename nintendo_page_posts.csv --pages 1 chelseafc --encoding utf-8 ( or nintendo)
informantion about likes, comments is not true compared to on facebook.com/chelseafc (or facebook.com/nintendo).
Please help!
The text was updated successfully, but these errors were encountered: