minimaxir / facebook-page-post-scraper

Data scraper for Facebook Pages, and also code accompanying the blog post How to Scrape Data From Facebook Page Posts for Statistical Analysis
2.12k stars 662 forks source link

Single post scrape #30

Open tarosenblut opened 7 years ago

tarosenblut commented 7 years ago

Is it possible to limit the comments scraper to just one post? I tried playing around with the code, but didn't have any luck. I'm trying to avoid having to scrape pages like CNN for hours just for the one post!

Thanks!

PhanDuc commented 7 years ago

You need get id of post you want and parse that id into query statement.