Instagram API

Instagram Embed API

Fetch the public embed HTML for an Instagram profile by handle.

POST/v1/run/instagram.embed
Uptime
100.00%
30d · 2 calls
Requests
2
30d · weekly, last 12 wks
Response
1.9s
median · 30d

Pricing

One price, in dollars

Providers
Giraffe2 served100.00% uptime1776ms p50$1.20/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "html": "example"
  },
  "found": true
}
Response interface
interface InstagramEmbedResponse {
  data: {
    html: string;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-17 · uptime and latency measured over 30d
POST /v1/run/instagram.embed
curl -X POST https://api.getanyapi.com/v1/run/instagram.embed \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"handle":"nasa"}'
FieldTypeExample value
Request body
handlestring"nasa"Instagram username without the leading @.
Response
dataobject
data.htmlstringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the Instagram Embed API

The AnyAPI Instagram Embed API returns Instagram embed data as normalized JSON from one POST call to /v1/run/instagram.embed. Fetch the public embed HTML for an Instagram profile by handle. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Instagram embed calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 2 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Fetch the public embed HTML for an Instagram profile by handle. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of Instagram embed calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 2 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.