# Instagram Email & Phone Scraper (`seemuapps/instagram-contact-scraper`) Actor

Find emails and phone numbers for Instagram profiles. Reads the IG contact button, scans the bio, and follows link-in-bio tools (Linktree, Beacons, Stan, Bento, 40+ more).

- **URL**: https://apify.com/seemuapps/instagram-contact-scraper.md
- **Developed by:** [Andrew](https://apify.com/seemuapps) (community)
- **Categories:** Social media, Lead generation, Automation
- **Stats:** 25 total users, 19 monthly users, 98.8% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Instagram Email & Phone Scraper

Find the email, phone number, and WhatsApp contact for any list of Instagram profiles. The scraper reads the IG contact button, scans the bio text, and follows the link in bio — including **Linktree, Beacons, Stan Store, Bento, Carrd, Bio.site, Linkpop, AllMyLinks, Komi, Hoo.be, and 40+ other link-in-bio tools** — to surface every contact channel in one clean dataset.

No Instagram login required. Works on any public profile.

### What you get

For each Instagram username:

- **Public and business email** from the IG contact button
- **Public and business phone number** from the IG contact button
- Any **email, phone, or WhatsApp** mentioned in the profile bio text
- Any **email, phone, or WhatsApp** found on the website in the bio
- For **Linktree-style aggregators** (Linktree, Beacons, Stan, Bento, Carrd, Bio.site, etc.), up to 5 child links are followed and scanned too
- Full list of pages that were scanned, so you can verify the source

### Use cases

- **Cold outreach** — build a contact list from a curated set of creator or brand profiles
- **Lead generation** — convert an influencer shortlist into an emailable contact sheet
- **Sales prospecting** — extract verified business emails from small businesses on Instagram
- **Recruiting** — find direct contact details for candidates you've sourced on Instagram
- **PR & partnerships** — collect press contact emails from creator pages

### How to use

1. Enter a list of Instagram usernames (with or without `@`, up to 50 per run)
2. Leave **Scrape link in bio** enabled to follow the external URL — disable it for a faster, IG-only run
3. Click **Start** — results appear in the **Dataset** tab as the run progresses

### Input

| Field | Type | Required | Description |
|---|---|---|---|
| `usernames` | `string[]` | ✅ | Up to 50 Instagram usernames |
| `scrapeLinkInBio` | `boolean` |  | Follow and scan the URL in the profile bio (default `true`) |

#### Example input

```json
{
  "usernames": ["natgeo", "nasa", "garyvee"],
  "scrapeLinkInBio": true
}
````

### Output

One dataset record per username:

```json
{
  "username": "garyvee",
  "displayName": "Gary Vaynerchuk",
  "biography": "CEO @vaynermedia | Investor | …",
  "isPrivate": false,
  "isVerified": true,
  "igPublicEmail": "team@garyvaynerchuk.com",
  "externalUrl": "https://linktr.ee/garyvee",
  "emails": [
    "team@garyvaynerchuk.com",
    "press@vaynermedia.com"
  ],
  "phones": [
    "+1 212 555 1234"
  ],
  "whatsapp": [],
  "childLinks": [
    "https://garyvaynerchuk.com",
    "https://vaynermedia.com/contact"
  ],
  "pagesScanned": [
    "https://linktr.ee/garyvee",
    "https://garyvaynerchuk.com",
    "https://vaynermedia.com/contact"
  ]
}
```

#### Output fields

| Field | Type | Description |
|---|---|---|
| `username` | `string` | Instagram username (normalized, lowercase, no `@`) |
| `displayName` | `string` | Full display name on the profile |
| `biography` | `string` | Profile bio text |
| `isPrivate` | `boolean` | Whether the account is private |
| `isVerified` | `boolean` | Whether the account has a verified badge |
| `igPublicEmail` | `string` | Email from the IG public contact button (omitted if none) |
| `igBusinessEmail` | `string` | Email from the IG business contact button (omitted if none) |
| `igPublicPhone` | `string` | Phone from the IG public contact button (omitted if none) |
| `igBusinessPhone` | `string` | Phone from the IG business contact button (omitted if none) |
| `externalUrl` | `string` | Link in bio (omitted if the profile has none) |
| `emails` | `string[]` | All unique emails found (IG + bio + scraped pages) |
| `phones` | `string[]` | All unique phone numbers found |
| `whatsapp` | `string[]` | WhatsApp links (`wa.me/...`) found |
| `childLinks` | `string[]` | Links unwrapped from a Linktree-style aggregator |
| `pagesScanned` | `string[]` | URLs that were actually fetched and scanned |
| `error` | `string` | Set if the profile could not be fetched (e.g. doesn't exist, is private) |

### Supported link-in-bio aggregators

The scraper automatically detects and unwraps these aggregator services so child links get scanned too:

**Top-tier:** Linktree, Beacons, Bio.site (Squarespace), Carrd

**Creator monetization & commerce:** Stan Store, Shopify Linkpop, Shop.bio, Komi, Hoo.be, Pensight, Snipfeed

**General creator aggregators:** Bento, AllMyLinks, Milkshake, Campsite, Pillar, Solo.to, Magic.link, url.bio, Lynx.bio, Gem.page, Leap.bio

**Later.com family:** Linkin.bio, Later.bio, Visitstore.bio

**Music-focused:** Fan.link, Dotfan, ToneDen

**Long tail:** lnk.bio, link.bio, bio.link, bio.fm, Koji, Shorby, many.link, mssg.me, tap.bio, Taplink, Withkoji, Flowpage, Direct.me, Linkme, Linkby, Disco.page, Everything.bio, Inreach.bio, MySocial

Social and media destinations (Facebook, TikTok, YouTube, Spotify, Apple Music, etc.) and common affiliate trackers (Commission Junction, ShareASale, Awin, Impact, Rakuten, Shopify Affiliates) are skipped during link unwrapping — they don't carry the creator's own contact info.

### Notes

- Only public Instagram profiles are supported. Private accounts return an `error` field.
- Per-profile cost is one billed event regardless of how many emails or phones are found.
- Scanning the link in bio adds a few seconds per profile; disable `scrapeLinkInBio` for a pure IG-only run.
- Phone numbers are extracted from labelled fields (`Tel:`, `Phone:`, `WhatsApp:`) and international `+E.164` formats only — this keeps precision high and avoids matching dates or version numbers.

# Actor input Schema

## `usernames` (type: `array`):

List of Instagram usernames to find contact details for (max 50). The @ symbol is optional.

## `scrapeLinkInBio` (type: `boolean`):

If enabled, the actor opens the URL in the profile's bio and scans it for emails and phone numbers. Linktree, Beacons, Stan, Bento, Carrd, and similar aggregators are automatically unwrapped (up to 5 child links per profile).

## Actor input object example

```json
{
  "usernames": [
    "natgeo",
    "nasa"
  ],
  "scrapeLinkInBio": true
}
```

# Actor output Schema

## `contacts` (type: `string`):

One record per username with aggregated emails, phones, and the source URLs that were scanned.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "usernames": [
        "natgeo",
        "nasa"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("seemuapps/instagram-contact-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "usernames": [
        "natgeo",
        "nasa",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("seemuapps/instagram-contact-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "usernames": [
    "natgeo",
    "nasa"
  ]
}' |
apify call seemuapps/instagram-contact-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=seemuapps/instagram-contact-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Instagram Email & Phone Scraper",
        "description": "Find emails and phone numbers for Instagram profiles. Reads the IG contact button, scans the bio, and follows link-in-bio tools (Linktree, Beacons, Stan, Bento, 40+ more).",
        "version": "1.0",
        "x-build-id": "dgQoTPd0uvSUihfff"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/seemuapps~instagram-contact-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-seemuapps-instagram-contact-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/seemuapps~instagram-contact-scraper/runs": {
            "post": {
                "operationId": "runs-sync-seemuapps-instagram-contact-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/seemuapps~instagram-contact-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-seemuapps-instagram-contact-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "usernames"
                ],
                "properties": {
                    "usernames": {
                        "title": "Usernames",
                        "type": "array",
                        "description": "List of Instagram usernames to find contact details for (max 50). The @ symbol is optional.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "scrapeLinkInBio": {
                        "title": "Scrape link in bio",
                        "type": "boolean",
                        "description": "If enabled, the actor opens the URL in the profile's bio and scans it for emails and phone numbers. Linktree, Beacons, Stan, Bento, Carrd, and similar aggregators are automatically unwrapped (up to 5 child links per profile).",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
