The Instagram Data API built for developers
Public Instagram data (profiles, posts, reels, stories, hashtags, locations) through one clean, fast, well-documented API. Pay per request, no approvals.
Sign up today and get 50 free credits 路 no card required 路 pay-as-you-go from $8.00/1k requests
curl "https://api.instagramapi.dev/v1/profile?handle=nike" \
-H "Authorization: Bearer $INSTAGRAMAPI_KEY"{
"data": {
"username": "nike",
"full_name": "Nike",
"is_verified": true,
"category": "Sportswear",
"followers": 302481923,
"following": 128,
"posts": 1287,
"engagement_rate": 0.0184,
"external_url": "https://nike.com",
"profile_pic_url": "https://.../nike.jpg"
},
"meta": { "credits_remaining": 49, "cached": false }
}That's the whole integration. Swap nike for any handle, id, or URL.
Why instagramapi
An Instagram API that doesn't fight you
We wrap a powerful raw data provider in an interface you'll actually enjoy using.
Pay only for success
You're billed only when we actually query Instagram for you. Bad input and provider outages are always free.
No approvals, no OAuth
Get a key, send a request. No app review, no business verification, no Graph API hoops.
Built for AI agents
Clean JSON, predictable shapes, and typed errors that LLMs and tools handle gracefully.
Coverage
Everything public on Instagram
Profiles, posts, reels, stories, comments, followers, hashtags, locations, and search. One key for all of it.
Profiles
Pricing
Simple prepaid credits
Pay only for the data you pull. The more you use, the less each request costs, with no subscription and no surprises.
Starter
$20
2,500 credits 路 $8.00/1k
For prototypes and side projects.
Growth
Popular$70
10,000 credits 路 $7.00/1k
For production apps with steady volume.
Scale
$300
50,000 credits 路 $6.00/1k
Best per-credit rate. For data-heavy workloads.
Ship your Instagram feature this afternoon
Sign up today and your first 50 credits are on us. Grab a key and make your first call in under five minutes.