# Hashtag Instagram Search

**Use case:** 

Extract Instagram Search data filtered by hashtag. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "queries": [
    "nike",
    "travel"
  ],
  "searchTypes": [
    "hashtag"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profilePicUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Query"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full name"
  },
  "bio": {
    "label": "Bio"
  },
  "followerCount": {
    "label": "Follower count"
  },
  "mediaCount": {
    "label": "Media count"
  },
  "isVerified": {
    "label": "Is verified"
  },
  "isPrivate": {
    "label": "Is private"
  },
  "category": {
    "label": "Category"
  },
  "externalUrl": {
    "label": "External url"
  },
  "hashtag": {
    "label": "Hashtag"
  },
  "postCount": {
    "label": "Post count"
  },
  "placeName": {
    "label": "Place name"
  },
  "placeLocation": {
    "label": "Place location"
  },
  "profileUrl": {
    "label": "Profile url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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