Skip to main content
GET
Post Comments
comments, each with id, text, comment_like_count, child_comment_count, created_at and a nested user, plus cursor to page. Measured at about 10 KB — one of the few small responses in this API. Only top-level comments come back. child_comment_count reports how many replies a comment has, but the replies themselves are not included and no endpoint here expands them. For the post itself — caption, view counts, video URL — call get_instagram_post with the same URL.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

url
string
required

The URL of the post or reel to get comments from

cursor
string

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

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
comments
object[]
cursor
string | null