Instagram API

Instagram Hashtag analytics API

Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).

POST/v1/run/instagram.hashtag_analytics
Uptime
100.00%
30d · 156 calls
Requests
156
30d · weekly, last 12 wks
Response
5.7s
median · 30d

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": {
    "items": [
      {
        "difficulty": "example",
        "id": "a1b2c3d4",
        "name": "Example title",
        "postsCount": 12500,
        "postsFormatted": "example",
        "url": "https://example.com/page"
      }
    ]
  },
  "found": true
}
Response interface
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 30d
POST /v1/run/instagram.hashtag_analytics
curl -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}'
FieldTypeExample value
Request body
hashtagstring"travel"The Instagram hashtag to analyze, with or without the # symbol (e.g. streetphotography).
limitinteger5Maximum number of results to return (1-20, default 20). You are billed per result returned, so a lower limit costs less.
Response
dataobject
data.itemsobject[]Hashtag analytics records: hashtag name, total post count, and related hashtag suggestions. Populated whenever the provider has data for the entity.
data.items[].difficultystring
data.items[].idstringPopulated whenever the provider has data for the entity.
data.items[].namestringHashtag (without #). Populated whenever the provider has data for the entity.
data.items[].postsCountintegerTotal posts using the hashtag.
data.items[].postsFormattedstringHuman-formatted post count (e.g. 793.54 M). Populated whenever the provider has data for the entity.
data.items[].urlstringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per request (ceiling)USD$0.0385
Price /1k resultsUSD$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.

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. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals). 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 hashtag analytics calls through AnyAPI succeeded, with a median response time of 5.7 seconds across 156 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.