Skip to main content
GET
/
v1
/
scrape
/
instagram
/
comments
Comments (We handle pagination)
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/instagram/comments \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "num_comments_grabbed": 343,
  "credit_cost": 24,
  "comments": [
    {
      "id": "17916526530048829",
      "text": "πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚",
      "created_at": "2025-01-17T14:07:40.000Z",
      "user": {
        "is_verified": false,
        "id": "64101106104",
        "pk": "64101106104",
        "is_unpublished": null,
        "profile_pic_url": "https://scontent-lga3-2.cdninstagram.com/v/t51.2885-19/515857435_17913060081138105_4433643099177509543_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2QF0RUclxaxRVDdjSMaair3xlIKXj6qV8ecAwZMvDqy1ACajqWexeI0G2B8VAxnW8eM&_nc_ohc=K0_G5Fx9CXEQ7kNvwE0Vfo4&_nc_gid=NBHJ0qb2fvHOgXrdfoebLw&edm=AKp6CbIBAAAA&ccb=7-5&oh=00_AfR73RRM2S6GVMq3yEEDZx1sKlx2HQBEu_332NHLm_ld7w&oe=687F1930&_nc_sid=d62176",
        "username": "hearts4_therealest",
        "fbid_v2": "17841464143122638"
      }
    }
  ]
}
πŸ’³ 1 credit per 15 comments

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

Instagram post or reel URL

Example:

"https://www.instagram.com/p/CgHwuFKF-Kg"

amount
integer

The number of comments to return. Default is 15. Max is probably around 300, but its all up to IG and how much they will return publicly.

Example:

15

Response

Successful response

success
boolean
required
Example:

true

num_comments_grabbed
integer
required
Example:

343

credit_cost
integer
required
Example:

24

comments
object[]
required