Skip to main content
GET
/
v1
/
scrape
/
facebook
/
post
/
comments
Comments
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/facebook/post/comments \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "comments": [
    {
      "id": "Y29tbWVudDoxMjA2OTAzNjAxNDgzOTYwXzc4NzQ2NjY0NzI2NTk4Mw==",
      "text": "How are you not 300lbs?",
      "created_at": "2025-09-01T00:38:58.000Z",
      "reply_count": 16,
      "reaction_count": 76,
      "author": {
        "id": "pfbid0Ay28K5Lc7QpQLD8wZEHrq4ertocvWcZApjZjDoRqfkYQSzSxaPBS7qFt53v95rERl",
        "name": "George Bergerac",
        "gender": "MALE",
        "profile_picture": "https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-1/505842751_10236156984095460_2868572328330516064_n.jpg?stp=cp0_dst-jpg_p64x64_tt6&_nc_cat=111&ccb=1-7&_nc_sid=e99d92&_nc_ohc=g-I4H6KKM6MQ7kNvwFuygDF&_nc_oc=AdnwxxAwIfIChiaCwfglGjg0KQPGmQ1OGj63ApE0s61cGAfuYk3N_GRergiUg3NRJdE&_nc_zt=24&_nc_ht=scontent-iad3-2.xx&_nc_gid=bSL3vZeoZ5ZB38ahoYqBtg&oh=00_AfZaDkoSLpJpbQieLDeGB_yykXQsr1Nv8hM_VfkUA1BcdA&oe=68C11D0D",
        "short_name": "George"
      }
    }
  ],
  "cursor": "MToxNzU3MTA2NzYyOg....",
  "has_next_page": true
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Facebook post URL (or reel URL)

Example:

"https://www.facebook.com/reel/753347914167361"

cursor
string

Cursor to get more comments. Get 'cursor' from previous response.

Example:

"MToxNzU3MTA2NzYyOgF1P1VkxpkA9Ds4..."

Response

Successful response

success
boolean
required
Example:

true

comments
object[]
required
cursor
string
required
Example:

"MToxNzU3MTA2NzYyOg...."

has_next_page
boolean
required
Example:

true