SocialCrawl

Instagram

Extract profiles, posts, reels, comments, highlights, and story data

Instagram

Extract profiles, posts, reels, comments, highlights, and story data.

Instagram reaches over 2 billion monthly active users globally and is the leading platform for visual content, influencer marketing, and brand engagement data.

Base URL: /v1/instagram/...

Not sure which Instagram endpoint to call? Most are 1cr, but share counts, follower lists, stories, and comments come from a 5cr upstream (/v1/instagram/post has no share count, /v1/instagram/post/stats does). See Which endpoint should I use?.

How do I get started with Instagram data?

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/instagram/profile?handle=instagram" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/instagram/profile/posts?handle=instagram" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

What Instagram data can I access?

์—”๋“œํฌ์ธํŠธ 33๊ฐœ๋ฅผ ์ œ๊ณตํ•ด์š”.

์—”๋“œํฌ์ธํŠธ๊ฒฝ๋กœํฌ๋ ˆ๋”ง ๋“ฑ๊ธ‰
List Instagram reels using an audio track/v1/instagram/audio/reelsstandard (1cr)
Get Instagram basic profile/v1/instagram/basic-profilestandard (1cr)
Get Instagram highlight detail/v1/instagram/highlight/detailstandard (1cr)
List Instagram story highlights/v1/instagram/highlightsstandard (1cr)
Get Instagram post details/v1/instagram/poststandard (1cr)
Get Instagram user profile/v1/instagram/profilestandard (1cr)
Instagram profile, recent posts, and computed analytics in one call./v1/instagram/profile/fullstandard (5cr)
List Instagram user posts/v1/instagram/profile/postsstandard (1cr)
List Instagram user reels/v1/instagram/profile/reelsstandard (1cr)
Search Instagram profiles by keyword/v1/instagram/search/profilesstandard (1cr)
Search Instagram reels/v1/instagram/search/reelsstandard (1cr)
Get Instagram user embed HTML/v1/instagram/user/embedstandard (1cr)
Look up one Instagram comment by URL or id/v1/instagram/commentadvanced (5cr)
Get Instagram engagement statistics/v1/instagram/engagementadvanced (5cr)
List Instagram followers/v1/instagram/followersadvanced (5cr)
List Instagram following/v1/instagram/followingadvanced (5cr)
List recent posts at an Instagram location/v1/instagram/location/postsadvanced (5cr)
List trending Instagram music/v1/instagram/music/trendingadvanced (5cr)
List Instagram post comments/v1/instagram/post/commentsadvanced (5cr)
List Instagram post likers/v1/instagram/post/likersadvanced (5cr)
Get Instagram post stats including the share count/v1/instagram/post/statsadvanced (5cr)
Instagram posts with views, likes, comments, and per-post share counts where available, in one call./v1/instagram/profile/posts/fulladvanced (5cr)
Instagram reels with views, likes, comments, and per-reel share counts where available, in one call./v1/instagram/profile/reels/fulladvanced (5cr)
Get trending Instagram reels/v1/instagram/reels/trendingadvanced (5cr)
Search Instagram posts by hashtag/v1/instagram/search/hashtagadvanced (5cr)
Search Instagram locations/v1/instagram/search/locationadvanced (5cr)
Search Instagram music/v1/instagram/search/musicadvanced (5cr)
List similar Instagram accounts/v1/instagram/similaradvanced (5cr)
List an Instagram user's active stories/v1/instagram/storiesadvanced (5cr)
Download a single Instagram story/v1/instagram/story/downloadadvanced (5cr)
List posts an Instagram user is tagged in/v1/instagram/taggedadvanced (5cr)
Get Instagram username suggestions/v1/instagram/username-suggestionsadvanced (5cr)
Get Instagram media transcript/v1/instagram/media/transcriptpremium (10cr)

What should I know about Instagram data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official Instagram Resources