# Scrape followers with public emails for lead gen

**Use case:** 

Export followers including public emails where available, ready for cold outreach and list building.

## Input

```json
{
  "username": "shopify",
  "limit": 2000,
  "extractEmails": true
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "userId": {
    "label": "User ID",
    "format": "string"
  },
  "profilePicUrl": {
    "label": "Avatar",
    "format": "string"
  }
}
```

## About this Actor

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