Skip to main content
POST
/
v1
/
scrape
/
instagram
/
post
/
comments
Scrape Instagram post comments
curl --request POST \
  --url https://api.vidjutsu.ai/v1/scrape/instagram/post/comments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "cursor": "<string>"
}
'
{
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

Instagram post URL

cursor
string

Pagination cursor

Response

The request has succeeded.

data
any
required

Pass-through response from Scrape Creators. Shape varies per endpoint. When download_media was true, all media URLs are replaced with VidJutsu CDN URLs.