Skip to main content
GET
Get user profile

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

userId
string

Look up the account by its numeric Instagram user ID instead of its username. If you already have the ID (e.g. from a post or comment's attributedTo field in another response), passing it here returns the profile faster than a username lookup. When set, it overrides the username in the URL — any placeholder there works.

Pattern: ^\d+$
Example:

"779085683"

Response

Returns the Instagram user profile

data
object
required