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,
  "data": {
    "success": true,
    "comments": {
      "0": {
        "id": "Y29tbWVudDoxMjA2OTAzNjAxNDgzOTYwXzc3OTIzNDI4MTE0NjkzNQ==",
        "text": "Do 1/2 mini Oreos and 1/2 peanut butter ritz Bitz, otherwise the same recipe. It’s the BEST",
        "created_at": "2025-09-01T01:10:40.000Z",
        "reply_count": 1,
        "reaction_count": 92,
        "author": {
          "id": "pfbid02SonLdTu7H5mUHKtARRnREivvzexdj78HmCm9B1rEiQGpNBrrbb3NKjjnRUESnLvel",
          "name": "Robin Bergsagel",
          "gender": "FEMALE",
          "short_name": "Robin"
        }
      }
    },
    "cursor": "MToxNzcwNTkzNzE1OgF_K4Sx7cKsXqb4BHzk7jhN6gAJsLsQkXu5T83P2cTxGX4yfM2DUQKKNrFjds2fqzu6W_G_wGaAe047P_t4ypb5SH2NvHV6BzMHc64SZFBC_e4YmVGRfz1D1uuomLtCrumGeE2degZBaA_zTjGEbEHTR-BuxY2ZUf13WisjwJNm58HBHBpyh2u1i81d0J8C_XdPXyaP20AteBFarB9FJGJhJ0A",
    "has_next_page": true
  },
  "credits_used": 1,
  "endpoint": "facebook/post/comments"
}
💳 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