# Extract Emails and Contacts from Instagram Bios

**Use case:** 

Parse Instagram bios and bio links for emails and phone numbers — build creator outreach lists with real contacts instead of unread DMs.

## Input

```json
{
  "scrapeType": "contacts",
  "directUrls": [
    "gymshark",
    "alphaletics",
    "myprotein"
  ],
  "search": "nasa",
  "searchType": "all",
  "resultsLimit": 100,
  "maxRetries": 6
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "array"
  },
  "fullName": {
    "label": "Full name",
    "format": "array"
  },
  "email": {
    "label": "Email",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "array"
  },
  "website": {
    "label": "Website",
    "format": "array"
  },
  "links": {
    "label": "Links",
    "format": "array"
  },
  "bioMentions": {
    "label": "Bio mentions",
    "format": "array"
  },
  "businessCategory": {
    "label": "Business category",
    "format": "array"
  },
  "addressCity": {
    "label": "Address city",
    "format": "array"
  },
  "followersCount": {
    "label": "Followers count",
    "format": "array"
  },
  "isVerified": {
    "label": "Is verified",
    "format": "array"
  },
  "url": {
    "label": "Url",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Scraper API — Profiles, Posts, Followers & Comments](https://apify.com/pro100chok/instagram-scraper-all-in-one) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/instagram-scraper-all-in-one) to learn more, explore other use cases, and run it yourself.