Skip to main content
GET
Get user posts

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

username
string
required

Instagram username (with or without @ symbol)

Example:

"khaby00"

Query Parameters

count
integer
default:12

Number of posts to fetch (maximum: 12)

Required range: 1 <= x <= 12
Example:

12

cursor
string

Pagination cursor

Example:

"0"

Response

Returns the user posts

data
object
required