Get Instagram profile
GET /v1/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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” username
required
string
Instagram username.
Example
natgeoResponses
Section titled “ Responses ”Extracted data.
object
identity
object
username
string
full_name
string
id
string
biography
string
profile_pic_url
string
profile_pic_url_hd
string
external_url
string
bio_links
Array<object>
object
title
string
url
string
link_type
string
metrics
object
followers
number
following
number
posts
number
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
content
object
has_clips
boolean
highlight_reel_count
number
recent_posts
Array<object>
object
id
string
shortcode
string
display_url
string
is_video
boolean
likes
number
comments
number
timestamp
number
caption
string
pagination
object
end_cursor
string
Headers
Section titled “Headers ” X-Credits-Used
integer
Credits consumed.
X-Credits-Remaining
integer
Remaining credit balance.
Missing or invalid API key.
object
error
required
string
Example
invalid request field
Field that failed validation.
string
detail
string
hint
string
Insufficient unreserved credits.
object
error
required
string
Example
insufficient credits required
required
integer
available
required
integer
Request, concurrency, or plan limit exceeded.
Headers
Section titled “Headers ” Retry-After
integer
Seconds to wait when supplied.