# Find e-commerce brand contacts via Instagram followers

**Use case:** 

Scrape e-commerce founders and DTC brands from any store's followers and get their public emails for partnership and sales outreach.

## Input

```json
{
  "username": "shopify",
  "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 Followers to Emails - Extract Business Emails 2026](https://apify.com/instaprism/instagram-followers-to-emails) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-followers-to-emails) to learn more, explore other use cases, and run it yourself.