Get comments on a Facebook post by post ID. Returns each comment's text, author details, reaction and reply counts, publication date, and any sticker, GIF, image, or video attachment. Supports fetching multiple pages in a single call.
curl "https://apidirect.io/v1/facebook/post/comments?post_id=pfbid02BzYRNmoznsZjci5FuztPUb9mKd9ameNVYSBweaBEvb8oEzSMjcs8nbXnMkYA5Benl" \
-H "X-API-Key: YOUR_API_KEY"
{
"comments": [
{
"comment_id": "Y29tbWVudDo5NDM5NDIxODExMTExMzZfMTIxNzA1OTI3NjU2OTgwNw==",
"legacy_comment_id": "1217059276569807",
"message": "Even the dog wants to dominate AI",
"date": "2025-07-03 19:25:36",
"timestamp": 1751570736,
"author_name": "Gerson Stefano",
"author_id": "100006584266587",
"author_url": "https://www.facebook.com/Gerson.Stefano.48",
"author_gender": "MALE",
"author_profile_picture": "https://scontent.xx.fbcdn.net/v/t39.30808-1/462473244_..._n.jpg",
"replies_count": 0,
"reactions_count": 0,
"is_sticker": false,
"sticker_url": null,
"is_gif": false,
"gif": null,
"image": null,
"video": null
}
],
"count": 1,
"pages": 1
}
Use the Page Posts, Group Posts, or Search Posts endpoints — each post they return includes a post_id field. Both pfbid and numeric post IDs are accepted.
The endpoint returns top-level comments only. Each comment includes a replies_count showing how many replies it has.
Use the pages parameter to fetch multiple pages of results in a single request (1-10). Each page returns up to ~10 comments and is billed separately. Default is 1 page.
A nonexistent or unavailable post returns an empty comments array, as does a post with no comments.
You only pay for successful requests. The Facebook Post Comments API costs $0.008 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key