Skip to main content
GET
Get post comments

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

postId
string
required

Post shortcode (from instagram.com/p/{shortcode}/)

Example:

"DVRYDo-Cjw3"

Query Parameters

count
integer
default:15

Page size (fixed at 15 by the platform)

Required range: 15 <= x <= 15
Example:

15

cursor
string

Pagination cursor

Example:

"0"

Response

Returns the post comments

data
object
required