Instagram Hashtag analytics API
Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
Try it
Make your first request
{
"data": {
"items": [
{
"difficulty": "example",
"id": "a1b2c3d4",
"name": "Example title",
"postsCount": 12500,
"postsFormatted": "example",
"url": "https://example.com/page"
}
]
},
"found": true
}interface InstagramHashtagAnalyticsResponse {
data: {
items: {
difficulty?: string;
id?: string;
name: string;
postsCount?: number;
postsFormatted?: 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.hashtag_analytics \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"hashtag":"travel","limit":5}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| hashtag | string | "travel"The Instagram hashtag to analyze, with or without the # symbol (e.g. streetphotography). |
| limit | integer | 5Maximum number of results to return (1-20, default 20). You are billed per result returned, so a lower limit costs less. |
| Response | ||
| data | object | |
| data.items | object[] | Hashtag analytics records: hashtag name, total post count, and related hashtag suggestions. Populated whenever the provider has data for the entity. |
| data.items[].difficulty | string | |
| data.items[].id | string | Populated whenever the provider has data for the entity. |
| data.items[].name | string | Hashtag (without #). Populated whenever the provider has data for the entity. |
| data.items[].postsCount | integer | Total posts using the hashtag. |
| data.items[].postsFormatted | string | Human-formatted post count (e.g. 793.54 M). Populated whenever the provider has data for the entity. |
| data.items[].url | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request (ceiling) | USD | $0.0385 |
| Price /1k results | USD | $1.93 |
FAQ
About the Instagram Hashtag analytics API
The AnyAPI Instagram Hashtag analytics API returns Instagram hashtag analytics data as normalized JSON from one POST call to /v1/run/instagram.hashtag_analytics. Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals). AnyAPI returns one normalized schema whichever source serves it. It costs $1.93 per 1,000 results, and never more than $0.0385 for a single request, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Instagram hashtag analytics calls through AnyAPI succeeded, with a median response time of 5.7 seconds across 156 measured calls.