kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.45k stars 633 forks source link

FB using JS to load content now. #1119

Open evildrome opened 1 month ago

evildrome commented 1 month ago

It seems that the script was working when the Facebook page wasn’t using JavaScript to load the content.

We now need to simulate a real browser environment that can load JavaScript using a headless browser that supports JS ?

This is NOT a small task.