# Get B2B SaaS leads from Instagram hashtags

**Use case:** 

Find SaaS founders and B2B accounts posting under your target hashtags and export their public emails for cold outreach.

## Input

```json
{
  "hashtags": [
    "saas",
    "b2b"
  ],
  "limit": 1000
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

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