# Discover Instagram hashtags for a topic

**Use case:** 

Search Instagram hashtags by keyword. Get hashtag name, post volume, related tags, and top posts for content planning and SEO.

## Input

```json
{
  "keywords": [
    "fitness",
    "wellness"
  ],
  "resultCategory": "hashtags",
  "maxResultsPerKeyword": 25,
  "useLiveSearch": false,
  "enrichWithFacebook": false
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "label": {
    "label": "Label",
    "format": "string"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "mediaTotal": {
    "label": "Media total",
    "format": "integer"
  },
  "cityName": {
    "label": "City",
    "format": "string"
  },
  "captionText": {
    "label": "Caption",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "creatorHandle": {
    "label": "Creator",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Search Scraper](https://apify.com/easyapi/instagram-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/easyapi/instagram-search-scraper) to learn more, explore other use cases, and run it yourself.