Sign in
GETSearch1 credit

Search hashtags

GET https://api.instagramapi.dev/v1/search/hashtags

Returns hashtags matching a query with their post counts.

Parameters

NameTypeRequiredDescription
qstringyesSearch text.

Example request

curl "https://api.instagramapi.dev/v1/search/hashtags?q=travel" \
  -H "Authorization: Bearer $INSTAGRAMAPI_KEY"

Try it

Live request · uses 1 credit

Example response

{
  "data": { /* Search hashtags by keyword. */ },
  "meta": {
    "endpoint": "search/hashtags",
    "credits_charged": 1,
    "credits_remaining": 4987,
    "next_cursor": null,
    "ms": 412
  }
}