Instagram · Guide

How to run a Instagram hashtag search

TL;DR
To run a Instagram hashtag search, sign up for a free Captapi key, then send one GET request to /v1/instagram/hashtag-search with your input. You get clean JSON back in seconds for 12 credits per call — no OAuth, scraping or platform SDKs. Search Instagram programmatically and get structured, ranked results.

How to run a Instagram hashtag search (step by step)

  1. 1

    Get a free API key

    Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.

  2. 2

    Call the Instagram Hashtag Search API

    Send an authenticated GET request to /v1/instagram/hashtag-search with your input. No OAuth, no scraping setup.

  3. 3

    Read the JSON response

    Parse the clean JSON response. Results are cached for 24 hours, so repeat calls are free.

Code example

curl "https://api.captapi.com/v1/instagram/hashtag-search?q=skincare" \
  -H "Authorization: Bearer capt_live_..."

What the response looks like

{
  "success": true,
  "cached": false,
  "creditsUsed": 12,
  "data": {
    "query": "travel",
    "totalReturned": 10,
    "results": [
      {
        "platform": "instagram",
        "url": "https://www.instagram.com/p/DZIl80Ek2qI/",
        "id": "3911543183172135560",
        "caption": "Life is short, take the trip\n\n#rishikesh #uttarakhand #travel #fyp",
        "description": "Life is short, take the trip\n\n#rishikesh #uttarakhand #travel #fyp",
        "publishedAt": "2026-06-03T18:45:05.000Z",
        "durationSeconds": null,
        "thumbnailUrl": "https://scontent-bru2-1.cdninstagram.com/v/t51.82787-15/713763901_18403509172154636_4318516268018530796_n.heic?stp=dst-jpg_e35_s1080x1080_sh2.08_tt6&_nc_cat=105&ig_cache_key=MzkxMTU0MDA0NDU1MjE2MDAwNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=G8c2Ro4SBkwQ7kNvwExMkr9&_nc_oc=AdoJHJfR1N8_aMP2vZ4m8439RCp1_nRRVWbleCfUFdPhe8gB6C3fZCQBXNdbPZLLwE0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=sconten ...",
        "videoUrl": null,
        "author": {
          "username": "premverse.7",
          "displayName": "Prem 🍁",
          "url": "https://instagram.com/premverse.7",
          "followers": null,
          "verified": null,
          "profileImage": null
        },
        "engagement": {
          "views": null,
          "likes": null,
          "comments": null
        },
        "hashtags": [
          "rishikesh",
          "uttarakhand"
        ]
      },
      {
        "platform": "instagram",
        "url": "https://www.instagram.com/p/DZIl8eGHTwh/",
        "id": "3911543159575624737",
        "caption": "5* Ifuru Island Maldives\n24hr Premium All Inclusive\nFrom £2199.00 pp\nDepart 15 Nov 2026\n\nStaying at the luxurious 5* Ifuru Island Maldives for 7 nights on a 24hr Premium All-Inclusive package offers an unforgettable escape to paradise. Guests can unwind at the serene spa, explore vibrant marine life through snorkelling and diving adventures, or simply bask in the tranquillity of the luxurious surroundings.\n\nThis offer includes\n⭐7 nights at Ifuru Island Maldives Premium All In ...",
        "description": "5* Ifuru Island Maldives\n24hr Premium All Inclusive\nFrom £2199.00 pp\nDepart 15 Nov 2026\n\nStaying at the luxurious 5* Ifuru Island Maldives for 7 nights on a 24hr Premium All-Inclusive package offers an unforgettable escape to paradise. Guests can unwind at the serene spa, explore vibrant marine life through snorkelling and diving adventures, or simply bask in the tranquillity of the luxurious surroundings.\n\nThis offer includes\n⭐7 nights at Ifuru Island Maldives Premium All In ...",
        "publishedAt": "2026-06-03T18:45:02.000Z",
        "durationSeconds": null,
        "thumbnailUrl": "https://scontent-bru2-1.cdninstagram.com/v/t39.30808-6/713824364_122114229146744776_9016145513779638437_n.jpg?stp=c0.17.590.359a_dst-jpg_e35_sh2.08_tt6&_nc_cat=110&ig_cache_key=MzkxMTU0MzEzMTcxNzEwMzgxOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuNTkwLnNkci5yZWd1bGFyX3Bob3RvLkMzIn0%3D&_nc_ohc=ljAyTyczvukQ7kNvwGkBQQC&_nc_oc=AdpSeDGCgvfS6ea2x3i-A8Oq6VHd8SBBJ53DVK3J9ca7jwHbGkUVUaa_0cCpFdNNX8w&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=sc ...",
        "videoUrl": null,
        "author": {
          "username": "blue.wave.holidays",
          "displayName": "Blue Wave Holidays",
          "url": "https://instagram.com/blue.wave.holidays",
          "followers": null,
          "verified": null,
          "profileImage": null
        },
        "engagement": {
          "views": null,
          "likes": null,
          "comments": null
        },
        "hashtags": [
          "travel",
          "holiday"
        ]
      }
    ]
  }
}

Request parameters

NameTypeRequiredDescription
qstring YesHashtag without the # (min 2 characters).
limitintegerNoMax items to return (default 20, max 200). Billed per result.

Frequently asked questions

What does the Instagram Hashtag Search API do?

The Instagram Hashtag Search API lets you search and return matching results from a public Instagram query using one GET request to /v1/instagram/hashtag-search. It returns clean JSON — no OAuth or scraping setup required.

How many credits does the Instagram Hashtag Search API cost?

Each successful call costs 12 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.

Do I need a Instagram API key or OAuth?

No. A single Captapi key works across YouTube, TikTok, Instagram, and Facebook. We handle proxies, rate limits, retries, and authentication for you.

Is the Instagram Hashtag Search API suitable for production use?

Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.

Ready to run a Instagram hashtag search?

Start free with 100 credits — no credit card required.

Get your free API key