# Instagram Profile Email Scraper (`scraper-mind/instagram-profile-email-scraper`) Actor

Instagram Profile Email Scraper lets you effortlessly extract emails, follower stats, and profile data from public Instagram accounts with our reliable, $10/run scraper. Supports multi-profile batches, proxy fallbacks, and structured JSON output—ideal for marketers, recruiters, and developers.

- **URL**: https://apify.com/scraper-mind/instagram-profile-email-scraper.md
- **Developed by:** [Scraper Mind](https://apify.com/scraper-mind) (community)
- **Categories:** Social media, Lead generation, Automation
- **Stats:** 1,352 total users, 24 monthly users, 100.0% runs succeeded, 28 bookmarks
- **User rating**: 2.37 out of 5 stars

## Pricing

$10.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Profile Email Scraper 🚀

**Instagram Profile Email Scraper**, the ultimate **Instagram email scraper** designed to help you extract emails, profile data, and more from public Instagram profiles. Whether you're a marketer, recruiter, or developer, this tool makes scraping Instagram profile emails effortless and efficient.

***

**Why Choose Instagram Profile Email Scraper?**

| Feature                           | Benefit                                        |
| --------------------------------- | ---------------------------------------------- |
| ✅ Only $10                       | At least 50% cheaper than competitors          |
| ✅ Multiple Profiles in Single Run | Save time, scrape many accounts at once        |
| ✅ High Accuracy & Proxy Fallback  | Reliable data without rate-limit interruptions |

### 🔑 Key Features

- ✅ **High Accuracy & Reliability**: Built for robust performance with retries and proxy fallbacks.
- 🌐 **Multi-Profile Support**: Scrape multiple profiles in a single run.
- 💸 **Affordable**: Only $10 per run—at least 50% cheaper than any other scraper on the market.
- 🛡️ **Proxy Integration**: Seamlessly switch between user-selected proxies and residential fallback.
- ⚡ **Fast & Scalable**: Processes profiles in batches with configurable delays.
- 📊 **Structured Output**: Export data as JSON or push to Apify dataset.

***

### 📝 Input

The scraper accepts a JSON input file (`input.json`) with the following structure:

```json
{
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "startUrls": [
    { "url": "https://www.instagram.com/cristiano/", "method": "GET" },
    { "url": "https://www.instagram.com/authenticdigitalmarketing/", "method": "GET" }
  ]
}
```

| Key                  | Type    | Description                                                             |
| -------------------- | ------- | ----------------------------------------------------------------------- |
| `proxyConfiguration` | object  | Proxy settings. Use Apify proxy or disable with `useApifyProxy: false`. |
| `useApifyProxy`      | boolean | `true` to enable Apify proxy; `false` for direct connections.           |
| `startUrls`          | array   | List of profile URLs or usernames to scrape.                            |
| `url`                | string  | Instagram profile URL (e.g., `https://www.instagram.com/username/`).    |
| `method`             | string  | HTTP method (always `GET` for this scraper).                            |

***

### 📦 Output

On success, you’ll get an array of JSON objects with scraped profile data:

```json
[
  {
    "username": "cristiano",
    "full_name": "Cristiano Ronaldo",
    "emails": [],
    "followers_count": 653148631,
    "following_count": 602,
    "biography": "SIUUUbscribe to my Youtube Channel!",
    "is_verified": true,
    "is_business_account": false,
    "is_professional_account": true,
    "url": "https://www.instagram.com/cristiano",
    "profile_pic_url": "https://...jpg/",
    "success": true,
    "user_id": "173560420"
  }
]
```

| Key                       | Type    | Description                                     |
| ------------------------- | ------- | ----------------------------------------------- |
| `username`                | string  | Instagram handle without `@`.                   |
| `full_name`               | string  | User’s full display name.                       |
| `emails`                  | array   | List of emails found in the biography.          |
| `followers_count`         | number  | Total number of followers.                      |
| `following_count`         | number  | Total number of accounts the user is following. |
| `biography`               | string  | Profile bio text (source for email extraction). |
| `is_verified`             | boolean | `true` if account is verified.                  |
| `is_business_account`     | boolean | `true` if account is business type.             |
| `is_professional_account` | boolean | `true` if account is a professional profile.    |
| `url`                     | string  | Original profile URL.                           |
| `profile_pic_url`         | string  | URL of the profile picture.                     |
| `success`                 | boolean | `true` if scraping succeeded.                   |
| `user_id`                 | string  | Instagram internal user ID.                     |

***

### 🚀 How to Use the Actor (via Apify Console)

1. **Open Apify Console**: Log in at <https://console.apify.com> and select the **Actors** tab.
2. **Find Your Actor**: Search for **instagram-profile-email-scraper** and click its card to view details.
3. **Configure Input**: In the **INPUT** section, use the built‑in form to:

   - Toggle **Use Apify Proxy** on or off.
   - Add one or more Instagram profile URLs or usernames in the **Start URLs** list.
4. **Run the Actor**: Click the **Run** button at the top-right to launch the scraper.
5. **Monitor Progress**: Watch live logs in the **Run** panel to track status, retries, and proxy fallbacks.
6. **Access Results**: Once the run completes, switch to the **OUTPUT** tab and open the **Instagram Profile Data** dataset.
7. **Export Data**: Filter, preview, and export the scraped results to JSON or CSV with a single click.

That’s it! Use the intuitive Apify interface—no code required—to start scraping Instagram profiles in minutes.

### 💡 Best Use Cases

- **Email Marketing**: Build targeted campaigns by extracting contact emails.
- **Lead Generation**: Aggregate potential leads across multiple niches.
- **Recruitment**: Find professional emails from public biographies.
- **Data Analysis**: Study follower metrics, verification status, and bio patterns.

***

### Related Scrapers

Explore these additional scrapers to efficiently extract emails, phone numbers, and other content from popular platforms:

- [Linkedin Email Scraper](https://apify.com/scraper-mind/linkedin-email-scraper)
- [Instagram Email Scraper](https://apify.com/scraper-mind/instagram-email-scraper)
- [Instagram Profile Email Scraper](https://apify.com/scraper-mind/instagram-profile-email-scraper)
- [Tiktok Email Scraper](https://apify.com/scraper-mind/tiktok-email-scraper)
- [Linkedin Phone Number Scraper](https://apify.com/scraper-mind/linkedin-phone-number-scraper)
- [Instagram Video Downloader](https://apify.com/scraper-mind/instagram-video-downloader)
- [Telegram Phone Number Scraper](https://apify.com/scraper-mind/telegram-phone-number-scraper)
- [Instagram Phone Number Scraper](https://apify.com/scraper-mind/instagram-phone-number-scraper)
- [Tiktok Profile Email Scraper](https://apify.com/scraper-mind/tiktok-profile-email-scraper)
- [Etsy Email Scraper](https://apify.com/scraper-mind/etsy-email-scraper)
- [Zillow Email Scraper](https://apify.com/scraper-mind/zillow-email-scraper)
- [Youtube Email Scraper](https://apify.com/scraper-mind/youtube-email-scraper)
- [Threads Email Scraper](https://apify.com/scraper-mind/threads-email-scraper)
- [Twitter Email Scraper](https://apify.com/scraper-mind/twitter-email-scraper)

### 🛠️ Support & Feedback

We’re here to help! If you have questions or feedback, feel free to:

- 🐞 **Open an issue** on the repository
- 📩 **Email us** at <scrapermindapi@gmail.com>

### Disclaimer

The data obtained through these scrapers is sourced exclusively from **publicly accessible information**. No data is collected from private accounts or content protected by passwords. Users are fully responsible for adhering to all relevant laws, including those related to spam, privacy, and data protection. Make sure to comply with each website’s terms of service and observe platform rate limits when using these tools.

For requests to remove your data, please contact **<scrapermindapi@gmail.com>**. Use these scrapers responsibly, ethically, and only for legitimate research or business purposes.

# Actor input Schema

## `startUrls` (type: `array`):

Enter one or more Instagram profile URLs (e.g., https://www.instagram.com/username) or just usernames (e.g., username).

## `proxyConfiguration` (type: `object`):

Select proxies to be used by the scraper. If the selected proxy is rejected by Instagram, a residential proxy will be used as a fallback.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/authenticdigitalmarketing/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Records produced by Instagram Profile Email Scraper, stored in the run's default dataset.

# 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 = {
    "startUrls": [
        {
            "url": "https://www.instagram.com/authenticdigitalmarketing/"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scraper-mind/instagram-profile-email-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 = {
    "startUrls": [{ "url": "https://www.instagram.com/authenticdigitalmarketing/" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

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

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

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

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.instagram.com/authenticdigitalmarketing/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call scraper-mind/instagram-profile-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scraper-mind/instagram-profile-email-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/FH4wPFxRBNgelQh0M/builds/fUCzWQlugsry3Vbdz/openapi.json
