Instagram API

Instagram Trending reels API

List currently trending Instagram reels. Instagram does not return play counts on this feed.

POST/v1/run/instagram.trending_reels
Uptime
88.33%
30d · 60 calls
Requests
60
30d · weekly, last 12 wks
Response
3.0s
median · 30d

Pricing

One price, in dollars

Providers
Giraffe53 served100.00% uptime2769ms p50$1.20/1k reqflat

Try it

Make your first request

This API takes no input. Just run it.

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": {
    "reels": [
      {
        "caption": "A short example description of this item.",
        "comments": 12500,
        "handle": "alex_rivera",
        "id": "a1b2c3d4",
        "likes": 12500,
        "shortcode": "a1b2c3d4",
        "url": "https://example.com/page"
      }
    ]
  },
  "found": true
}
Response interface
interface InstagramTrendingReelsResponse {
  data: {
    reels: {
      caption: string;
      comments: number;
      handle: string;
      id: string;
      likes: number;
      shortcode: string;
      url: 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.trending_reels
curl -X POST https://api.getanyapi.com/v1/run/instagram.trending_reels \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
FieldTypeExample value
Response
dataobject
data.reelsobject[]Populated whenever the provider has data for the entity.
data.reels[].captionstring
data.reels[].commentsinteger
data.reels[].handlestringPopulated whenever the provider has data for the entity.
data.reels[].idstringPopulated whenever the provider has data for the entity.
data.reels[].likesinteger
data.reels[].shortcodestringPopulated whenever the provider has data for the entity.
data.reels[].urlstringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the Instagram Trending reels API

The AnyAPI Instagram Trending reels API returns Instagram trending reels data as normalized JSON from one POST call to /v1/run/instagram.trending_reels. List currently trending Instagram reels. Instagram does not return play counts on this feed. 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, 88.3% of Instagram trending reels calls through AnyAPI succeeded, with a median response time of 3.0 seconds across 60 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.

List currently trending Instagram reels. Instagram does not return play counts on this feed. 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, 88.3% of Instagram trending reels calls through AnyAPI succeeded, with a median response time of 3.0 seconds across 60 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.