curl --request GET \
--url https://api.sociavault.com/v1/scrape/instagram/profile \
--header 'X-API-Key: <api-key>'Gets public Instagram profile data, recent posts, and related accounts
curl --request GET \
--url https://api.sociavault.com/v1/scrape/instagram/profile \
--header 'X-API-Key: <api-key>'Instagram handle
"opi"
Set to true to get a trimmed response
Successful response
Key Response Fields:
data.data.user.username: Instagram handledata.data.user.full_name: Display namedata.data.user.id: Numeric Instagram user IDdata.data.user.biography: Bio textdata.data.user.bio_links[].url: Bio link URLsdata.data.user.bio_links[].title: Bio link titlesdata.data.user.external_url: Primary link in biodata.data.user.edge_followed_by.count: Followers countdata.data.user.edge_follow.count: Following countdata.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 verifieddata.data.user.is_private: Whether the account is privatedata.data.user.is_business_account: Whether it's a business accountdata.data.user.is_professional_account: Whether it's a professional/creator accountdata.data.user.business_category_name: Business category (e.g. Personal Goods & General Merchandise Stores)data.data.user.business_email: Public business emaildata.data.user.business_phone_number: Public business phonedata.data.user.highlight_reel_count: Number of story highlightsdata.data.user.has_clips: Whether the account has Reelsdata.data.user.edge_owner_to_timeline_media.count: Total post countdata.data.user.edge_owner_to_timeline_media.page_info.end_cursor: Pagination cursor for postsdata.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 imagedata.data.user.edge_owner_to_timeline_media.edges[].node.is_video: Whether the post is a video/reeldata.data.user.edge_owner_to_timeline_media.edges[].node.edge_liked_by.count: Like count per postdata.data.user.edge_owner_to_timeline_media.edges[].node.edge_media_to_comment.count: Comment count per postdata.data.user.edge_owner_to_timeline_media.edges[].node.taken_at_timestamp: Post timestamp (Unix)