Skip to content

Get Instagram profile

GET
/v1/instagram-profile

Extract profile metadata, follower counts, business info, and recent posts from an Instagram user.

Credits: 1 per request.

Tip: use GET /v1/apis/instagram-profile to fetch the full response schema programmatically.

username
required
string

Instagram username.

Example
natgeo

Profile data.

object
identity
object
username
string
full_name
string
biography
string
profile_pic_url_hd
string
external_url
string
bio_links
Array<object>
object
title
string
url
string
metrics
object
followers
integer
Example
284000000
following
integer
posts
integer
account_type
object
is_verified
boolean
is_private
boolean
is_business_account
boolean
is_professional_account
boolean
business_info
object
category_name
string
email
string
phone_number
string
recent_posts
Array<object>
object
id
string
shortcode
string
display_url
string
is_video
boolean
likes
integer
comments
integer
timestamp
integer
caption
string
pagination
object
end_cursor
string
X-Credits-Used
integer
X-Credits-Remaining
integer

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.