Extract profiles, posts, reels, comments, highlights, and story data
Extract profiles, posts, reels, comments, highlights, and story data. 12 endpoints available.
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/...
How do I get started with Instagram data?
1. Fetch a profile
curl "https://socialcrawl.dev/v1/instagram/profile?handle=instagram" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://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.
What Instagram data can I access?
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get Instagram user profile | /v1/instagram/profile | standard (1cr) |
| List Instagram user posts | /v1/instagram/profile/posts | standard (1cr) |
| Get Instagram post details | /v1/instagram/post | standard (1cr) |
| List Instagram post comments | /v1/instagram/post/comments | standard (1cr) |
| Get Instagram basic profile | /v1/instagram/basic-profile | standard (1cr) |
| List Instagram user reels | /v1/instagram/profile/reels | standard (1cr) |
| List Instagram story highlights | /v1/instagram/highlights | standard (1cr) |
| Get Instagram highlight detail | /v1/instagram/highlight/detail | standard (1cr) |
| Search Instagram reels | /v1/instagram/search/reels | standard (1cr) |
| Get Instagram media transcript | /v1/instagram/media/transcript | premium (10cr) |
| Get Instagram user embed HTML | /v1/instagram/user/embed | standard (1cr) |
| List Instagram reels using a song | /v1/instagram/song/reels | standard (1cr) |
What should I know about Instagram data?
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
Official Instagram Resources
- Instagram Graph API — Official Meta developer documentation
- Instagram Basic Display API — Basic profile and media access
