Apify Store
AS
Apify Store
/thedoor/facebook-group-post-scraper

Facebook Groups Post Scraper : No cookies require

⚡High-speed Facebook Group scraper built for AI agents .Process 100+ public group URLs in parallel and extract post text, authors, timestamps, engagement, media, shared posts, sale listings, and top c

liveasyncunknown~30s typical
social mediadeveloper toolsotherfacebookgrouppost
$0.0019
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0015 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /thedoor/facebook-group-post-scraper for me.

Input

FieldTypeDescription
url*arrayEnter one or more public Facebook Group URLs. The examples include English-language groups and numeric group IDs. One URL per line.
maxPostsintegerMaximum number of posts to scrape from each group default 50
sortingOrderstring (newest_posts | newest_activity | most_relevant | buy_sell_listings)Choose the Facebook feed order: newest posts, newest activity, most relevant, or native Buy/Sell listings. Buy/Sell mode skips ordinary posts. default "newest_posts"
includeTopCommentbooleanWhen enabled, include the post's top comment and its metadata in the dataset. default true
postsNewerThanstringChoose Relative or Absolute using the tabs. Relative accepts values such as 7 days; Absolute accepts YYYY-MM-DD.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/thedoor/facebook-group-post-scraper","input":{"url":["https://www.facebook.com/groups/sciencehumor/","https://www.facebook.com/groups/dogspotting/"],"maxPosts":3,"sortingOrder":"newest_posts"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /thedoor/facebook-group-post-scraper -i '{"url":["https://www.facebook.com/groups/sciencehumor/","https://www.facebook.com/groups/dogspotting/"],"maxPosts":3,"sortingOrder":"newest_posts"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/thedoor/facebook-group-post-scraper", input: {"url":["https://www.facebook.com/groups/sciencehumor/","https://www.facebook.com/groups/dogspotting/"],"maxPosts":3,"sortingOrder":"newest_posts"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.