kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.35k stars 626 forks source link

Anyway to scrape the reactions instead of the total like counts? #39

Closed cyriltw closed 3 years ago

cyriltw commented 4 years ago

I noticed it pulls the total likes, is there a way to get the reactions specifically.

kevinzg commented 4 years ago

The scraper uses the mobile page of Facebook and it doesn't have reactions as far as I know. To extract the reactions we would have to look where they come from on the regular Facebook site.

neon-ninja commented 3 years ago

Should be solved as of https://github.com/kevinzg/facebook-scraper/pull/194