# Get Instagram creator leads for brand partnerships

**Use case:** 

Build a contactable list of Instagram creators for collabs and brand deals — emails, phones and socials pulled from each profile's real website.

## Input

```json
{
  "searchTerms": [
    "Restaurants"
  ],
  "searchType": "user",
  "usernames": [],
  "resultsPerSearch": 5,
  "maxResults": 5,
  "scrapeEmails": true,
  "scrapeSocials": true,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "website": {
    "label": "Website"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "object"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "instagramUrl": {
    "label": "Instagram url"
  }
}
```

## About this Actor

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