# Discover sponsor contacts from a creator's following list

**Use case:** 

Find potential sponsors by extracting who a creator follows, with public contact emails for deal pitching.

## Input

```json
{
  "username": "mkbhd",
  "limit": 500
}
```

## 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 Following to Emails - Brand Contacts 2026](https://apify.com/instaprism/instagram-following-to-emails) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-following-to-emails) to learn more, explore other use cases, and run it yourself.