Commet Apify 1
Pricing
from $0.50 / actor start
Go to Apify Store

Commet Apify 1
Pricing
from $0.50 / actor start
Rating
0.0
(0)
Developer
Kevin Doshi
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
Share
Facebook comments — live scraper (Apify)
This Actor opens each post URL in a real browser (Playwright + Crawlee), scrolls the comment thread, and outputs rows compatible with apify/facebook-comments-scraper, plus from, author, created_time for social-buzzbrand-api (facebookMetaAPI.js).
Modes
| Mode | When |
|---|---|
| Live scrape (default) | mockData: false, pass startUrls with public post permalinks. |
| Mock | mockData: true — 6 sample rows only (tests). |
| Passthrough | rawComments: [...] — no browser; normalize and push (ETL). |
Input (same as your backend)
{"includeNestedComments": false,"startUrls": [{ "url": "https://www.facebook.com/page/posts/pfbid..." }]}
Optional: maxComments, maxScrolls, scrollDelayMs, useMobileHost, proxyConfiguration.
Production tips
- Use Apify Residential proxy — Facebook often blocks datacenter IPs.
- Public posts with comments visible without login work best.
- Markup changes → maintain
src/scrape.jsselectors over time.
Local run
cd apify-facebook-comments-mirrornpm installnpx playwright install chromiummkdir -p storage/key_value_stores/defaultcp INPUT.example.json storage/key_value_stores/default/INPUT.jsonnpx apify-cli run
On Apify Cloud, the Docker image includes Chrome — no playwright install needed.
Docker
Dockerfile uses apify/actor-node-playwright-chrome:20.