Instagram Trending reels API
List currently trending Instagram reels. Instagram does not return play counts on this feed.
Try it
Make your first request
{
"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
}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 30dcurl -X POST https://api.getanyapi.com/v1/run/instagram.trending_reels \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{}'| Field | Type | Example value |
|---|---|---|
| Response | ||
| data | object | |
| data.reels | object[] | Populated whenever the provider has data for the entity. |
| data.reels[].caption | string | |
| data.reels[].comments | integer | |
| data.reels[].handle | string | Populated whenever the provider has data for the entity. |
| data.reels[].id | string | Populated whenever the provider has data for the entity. |
| data.reels[].likes | integer | |
| data.reels[].shortcode | string | Populated whenever the provider has data for the entity. |
| data.reels[].url | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $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.