# Instagram Email Finder for Marketing Keywords

**Use case:** 

Extract email addresses from Instagram profiles related to marketing. Ideal for reaching out to influencers and business collaborations.

## Input

```json
{
  "Keyword": "marketing",
  "social_network": "instagram.com/",
  "Country": "www",
  "Email_Type": "0",
  "Limit": "0",
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "Email": {
    "label": "Email",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "Detail_Link": {
    "label": "Detail_Link",
    "format": "text"
  }
}
```

## About this Actor

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