Skip to main content
GET
Comments
💳 1 credit per request — returns ~15 comments per page. Use cursor to paginate.
Use the cursor parameter from the response to get the next page of 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/reel/DOq6eV6iIgD"

cursor
string

Cursor for pagination. Get 'cursor' from previous response to fetch more comments.

Example:

"eyJjYWNoZWRfY29tbWVud..."

Response

Successful response

Key Response Fields:

  • data.comments[0].id: Unique comment ID
  • data.comments[0].text: Comment text content
  • data.comments[0].created_at: ISO timestamp of when the comment was posted
  • data.comments[0].user.username: Commenter's Instagram username
  • data.comments[0].user.profile_pic_url: Commenter's profile picture URL
  • data.comments[0].user.is_verified: Whether the commenter is a verified account
  • data.cursor: Pagination cursor — pass to the cursor parameter to fetch the next page