Skip to main content
GET
Get Instagram post comments

Authorizations

Authorization
string
header
required

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

Query Parameters

post_code
string
required

Instagram post shortcode. For https://www.instagram.com/p/DcLs3w6GZGH/, use DcLs3w6GZGH. Do not pass the full URL.

Minimum string length: 1
cursor
string

Opaque cursor returned by the preceding response. Omit it on the first request. Do not construct, modify, or reuse it outside this pagination flow.

Maximum string length: 1000

Response

Canonical Instagram comments.

has_more
boolean
required
items
object[]
required
next_cursor
string | null
required