# Find Instagram users by hashtag

**Use case:** 

Discover the accounts posting under any hashtag with usernames, bios and stats in a structured export.

## Input

```json
{
  "hashtags": [
    "entrepreneur"
  ],
  "limit": 2000,
  "extractEmails": false
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "username": {
    "label": "Author",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  }
}
```

## About this Actor

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