Facebook
Facebook Comment replies
Scrape the replies to a Facebook comment — using the comment feedback id and expansion token from the comments endpoint — paginated as JSON.
GET
/v1/facebook/post/comment/repliesExample request
curl "https://api.scraperize.com/v1/facebook/post/comment/replies?feedbackId=<feedback_id>&expansionToken=<token>" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.