
Facebook group post scraper
1 day trial then $25.00/month - No credit card required now

Facebook group post scraper
1 day trial then $25.00/month - No credit card required now
Scrape post from facebook groups you are member of and get details such as poster's name, id, url, and post text, reactions and comments count, time, etc
Actor Metrics
85 Monthly users
No reviews yet
22 bookmarks
99% runs succeeded
14 days response time
Created in Aug 2023
Modified a month ago
You can access the Facebook group post scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "sortType": "new_posts",
3 "minDelay": 1,
4 "maxDelay": 10,
5 "proxy": {
6 "useApifyProxy": true
7 }
8}' |
9apify call curious_coder/facebook-post-scraper --silent --output-dataset
Facebook group post scraper API through CLI
The Apify CLI is the official tool that allows you to use Facebook group post scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: