Sign in

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.

Read the docs

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"
200 OKapplication/json
~600ms 路 1 credit
{
  "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 }
}
馃搳Audience analytics馃Competitor analysis馃搱Growth tracking馃Feed AI agents

That's the whole integration. Swap nike for any handle, id, or URL.

~600ms
median response
17
endpoints
50
free credits

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.

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.

Read the docs