Skip to main content
GET
Profile
πŸ’³ 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

handle
string
required

Instagram handle

Example:

"opi"

trim
boolean

Set to true to get a trimmed response

Response

Successful response

Key Response Fields:

  • data.data.user.username: Instagram handle
  • data.data.user.full_name: Display name
  • data.data.user.id: Numeric Instagram user ID
  • data.data.user.biography: Bio text
  • data.data.user.bio_links[].url: Bio link URLs
  • data.data.user.bio_links[].title: Bio link titles
  • data.data.user.external_url: Primary link in bio
  • data.data.user.edge_followed_by.count: Followers count
  • data.data.user.edge_follow.count: Following count
  • data.data.user.profile_pic_url: Profile picture URL (low-res)
  • data.data.user.profile_pic_url_hd: Profile picture URL (high-res)
  • data.data.user.is_verified: Whether the account is verified
  • data.data.user.is_private: Whether the account is private
  • data.data.user.is_business_account: Whether it's a business account
  • data.data.user.is_professional_account: Whether it's a professional/creator account
  • data.data.user.business_category_name: Business category (e.g. Personal Goods & General Merchandise Stores)
  • data.data.user.business_email: Public business email
  • data.data.user.business_phone_number: Public business phone
  • data.data.user.highlight_reel_count: Number of story highlights
  • data.data.user.has_clips: Whether the account has Reels
  • data.data.user.edge_owner_to_timeline_media.count: Total post count
  • data.data.user.edge_owner_to_timeline_media.page_info.end_cursor: Pagination cursor for posts
  • data.data.user.edge_owner_to_timeline_media.edges[].node.shortcode: Post shortcode (use to build URL: instagram.com/p/{shortcode})
  • data.data.user.edge_owner_to_timeline_media.edges[].node.display_url: Post thumbnail image
  • data.data.user.edge_owner_to_timeline_media.edges[].node.is_video: Whether the post is a video/reel
  • data.data.user.edge_owner_to_timeline_media.edges[].node.edge_liked_by.count: Like count per post
  • data.data.user.edge_owner_to_timeline_media.edges[].node.edge_media_to_comment.count: Comment count per post
  • data.data.user.edge_owner_to_timeline_media.edges[].node.taken_at_timestamp: Post timestamp (Unix)