# Scrape hashtag users with public emails for outreach

**Use case:** 

Export accounts posting under your target hashtags including public emails where available.

## Input

```json
{
  "hashtags": [
    "realestate",
    "realtor"
  ],
  "limit": 1000,
  "extractEmails": true
}
```

## 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.