# Discord Email Scraper Fast Advanced And Cheapest (`solid-scraper/discord-email-scraper-fast-advanced-and-cheapest`) Actor

📧 Extract verified emails fast with Discord Email Scraper—Advanced & budget-friendly. Target leads by keywords, scrape efficiently, and boost outreach for sales, agencies & marketing teams. 🚀 Get the cheapest results today!

- **URL**: https://apify.com/solid-scraper/discord-email-scraper-fast-advanced-and-cheapest.md
- **Developed by:** [SolidScraper](https://apify.com/solid-scraper) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## 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

### Discord Email Scraper - Fast, Advanced and Cheapest 📬

**Discord Email Scraper - Fast, Advanced and Cheapest** helps you extract email addresses from Discord using the keywords and filters you specify. If you’re searching for a **discord email scraper**, a **discord emails extractor**, or a **discord leads email scraper**, this tool streamlines contact discovery from publicly available web data—so you can build outreach lists faster and avoid hours of manual searching. Whether you’re a marketer, recruiter, researcher, or data analyst, it’s built to help you scale email harvesting into a repeatable workflow, saving you hours of manual work.

***

### Why choose Discord Email Scraper - Fast, Advanced and Cheapest?

| Feature | Benefit |
| --- | --- |
| ✅ Email extraction from Discord-focused sources | Quickly collects emails that match your keyword + domain filters |
| ✅ Keyword + domain filtering | Improves relevance by targeting specific email extensions (e.g. `@gmail.com`) |
| ✅ Max email limit control | Prevents runaway runs and helps you control cost/time |
| ✅ Resumable progress | Continues from where it left off using saved progress state |
| ✅ Structured dataset output | Produces consistent records you can analyze or import into tools |
| ✅ Runs incrementally with real-time pushes to dataset | Data becomes available as results are found (not only at the end) |

***

### Key features

- 🔎 **Keyword + filter driven extraction**: Uses your `keywords` to search for relevant Discord email addresses.
- 🎯 **Custom email-domain targeting**: Supports `customDomains` so you can focus on specific email providers (like `@gmail.com`).
- 📍 **Optional location filtering**: Use `location` to narrow results when you need regional targeting.
- 🧩 **Controlled volume with max emails**: Stops when `maxEmails` is reached to help manage runtime and cost.
- 🔄 **Resumable scraping**: Saves progress and already-seen emails so reruns can pick up where they stopped.
- 🛡️ **Reliability-oriented execution**: Includes resilience behaviors and stopping rules to avoid wasting time on unproductive pages.
- 💾 **Structured output for analysis**: Pushes consistent fields like `keyword`, `title`, `url`, and `email` into the dataset.
- 🌐 **Bulk-friendly workflow**: Designed for multiple keywords and multiple domains in a single run.

***

### Input

Provide input via an `input.json` file. Example structure:

```json
{
  "keywords": ["manager", "founder"],
  "location": "United States",
  "customDomains": ["@gmail.com", "@yahoo.com"],
  "maxEmails": 50
}
```

#### Input Fields

| Field | Required | Description |
| --- | --- | --- |
| `keywords` | Yes | A list of keywords or queries to search for. These are the basis of your **discord email scraper** targeting. |
| `location` | No | Location to filter results. Leave it empty if you don’t need geographic targeting. |
| `customDomains` | No | List of custom email domains (e.g. `@gmail.com`, `@yahoo.com`). Helps the actor focus on email types you care about. |
| `maxEmails` | No | Maximum number of emails to collect. The scraper stops once this limit is reached. Higher values may increase time/cost but don’t guarantee the exact number will be found. |

***

### Output

The actor saves results into a dataset in JSON format.

The dataset (title: **Discord Emails Dataset**) stores records with these fields:

```json
[
  {
    "network": "Discord.com",
    "keyword": "manager",
    "title": "No title",
    "description": "No data",
    "url": "No URL",
    "email": "example@gmail.com"
  }
]
```

#### Output Fields

| Field | Type | Description |
| --- | --- | --- |
| `network` | string | Source network label used in the dataset (`Discord.com`). |
| `keyword` | string | The keyword from your input that led to this result. |
| `title` | string | The title text associated with the found item. |
| `description` | string | A text snippet/description extracted from the result. |
| `url` | string | The URL associated with the found item. |
| `email` | string | The extracted email address. |
| `error_message` | string | Not present in the dataset schema/fields pushed by the actor (no error field is pushed in the source code). |

> Export note: after the run, you can export the dataset in common formats (for example, JSON/CSV) from the Apify Console dataset page.

***

### How to use Discord Email Scraper - Fast, Advanced and Cheapest (via Apify Console)

1. **Open Apify Console**\
   Log in to the Apify Console at https://console.apify.com and open the Actors page.

2. **Find the actor**\
   Search for **Discord Email Scraper - Fast, Advanced and Cheapest** and open the actor details.

3. **Go to the INPUT section**\
   Enter your `keywords` (required), and optionally set `location`, `customDomains`, and `maxEmails`.

4. **Configure targeting for better results**\
   Add email domains in `customDomains` (for example `@gmail.com`) to build a more focused **discord emails extractor** output.

5. **Set your limit**\
   Use `maxEmails` to control how many unique emails you want to collect in this run (useful for **bulk discord email scraper** workflows).

6. **Run the actor**\
   Click **Run**. During execution, you’ll see progress and logs as emails are found and pushed.

7. **Open the dataset output**\
   After the run, open the dataset named **Discord Emails Dataset** and view results in the table.

8. **Export the data**\
   Export your scraped leads for downstream use (for example, analysis, segmentation, or CRM import). No coding required—get accurate results in minutes.

***

### Advanced features & SEO optimization

- 🚀 **Engineered for discord email scraping at scale**: Works across multiple `keywords` and multiple `customDomains`, making it a practical **advanced discord email scraper** for lead discovery workflows.
- ⏱️ **Runtime control with max emails**: The scraper stops after reaching your `maxEmails`, helping you run **fast discord email scraper** jobs without excessive over-collection.
- 🔄 **Progress persistence for resumability**: Saves progress and reuses already-seen emails, so you can pause/continue instead of starting over.
- 🧠 **More targeted queries improve outcomes**: Like most **discord email harvesting software**, better input specificity (keywords + domains like `@company.com`) tends to improve result relevance.
- 📊 **Consistent structured data**: Each pushed record includes the key fields you’ll need for a **discord email list generator** workflow (`keyword`, `url`, `email`, etc.).

***

### Best use cases

- 📈 **Growth teams building outreach lists**: Collect Discord-related emails from publicly available sources to expand top-of-funnel contact volume.
- 🧑‍💼 **Recruiters sourcing hiring leads**: Find candidate or role-adjacent contacts by keyword-driven extraction and domain filtering.
- 🏢 **B2B lead gen teams targeting domains**: Use `customDomains` (like provider or organization-style domains) to shape a cleaner **discord leads email scraper** dataset.
- 🔎 **Market researchers validating communities**: Build a contact map for analysis by keyword and email provider type.
- 🛠️ **Data analysts enriching lead tables**: Push structured rows (`keyword`, `url`, `email`, `description`) into workflows for segmentation and scoring.
- 💻 **Developers automating email pipeline jobs**: Use this **discord email scraper API**-style output (dataset records) as a step in a larger automation process.

***

### Technical specifications

- **Supported Input Formats**
  - ✅ `keywords` as an array
  - ✅ Optional `location` as a string
  - ✅ Optional `customDomains` as an array
  - ✅ Optional `maxEmails` as an integer (1–10000)

- **Proxy Support**
  - ✅ Built-in proxy support is used for reliable scraping behavior.

- **Retry Mechanism**
  - ✅ Includes resilience behaviors and stopping rules when results are unproductive.

- **Dataset Structure**
  - ✅ Dataset: **Discord Emails Dataset**
  - ✅ Output fields pushed per record:
    - `network`, `keyword`, `title`, `description`, `url`, `email`

- **Rate Limits & Performance**
  - ✅ Bigger searches/higher limits can take longer.
  - ✅ The run can be extended via Apify **Run Options** timeout (default described as 3600 seconds / 1 hour).

- **Limitations**
  - ✅ Free users are limited to a maximum of **100 emails** (enforced by the actor).
  - ❌ No data for records without extracted emails will appear (output only includes found email matches).

***

### FAQ

#### Is Discord Email Scraper - Fast, Advanced and Cheapest free to use?

There is a free-user limitation enforced by the actor: free runs cap results at a maximum of **100 emails**. If you need more than that, you’ll need a paid plan so `maxEmails` isn’t restricted.

#### What input do I need to start with?

You must provide `keywords`. You can optionally add `location` to narrow results, `customDomains` to focus on specific email domains, and `maxEmails` to control how many unique emails to collect.

#### Can I target specific email providers (like Gmail)?

Yes. Use `customDomains` with values like `@gmail.com` and/or `@yahoo.com`. This is one of the best ways to improve result relevance for a **discord emails extractor** workflow.

#### Does it return emails only, or other data too?

It pushes structured records that include more than the email address—specifically `keyword`, `title`, `description`, and `url` alongside `email`.

#### Will it stop automatically, or can it run indefinitely?

It stops when it reaches your `maxEmails` value (if provided). If you don’t set a limit, the actor may collect more until results become unproductive or the run ends.

#### Is there a way to resume if my run stops?

Yes. The actor saves progress and tracks already-seen emails, so reruns can resume from the last saved cursor state.

#### How do I export the results?

After the run completes, open the actor’s dataset (**Discord Emails Dataset**) in Apify Console and export from there (for example, JSON/CSV depending on what Apify offers for that dataset view).

#### Is it compliant to scrape publicly available sources?

✅ **The tool only accesses publicly accessible sources**. You still must follow applicable laws and platform terms (including GDPR/CCPA, spam regulations, and the target platforms’ rules) for how you store and use the collected data.

***

### Support & feature requests

Want to improve **Discord Email Scraper - Fast, Advanced and Cheapest** for your **discord email scraper** workflow? Share your feedback and feature ideas.

- 💡 **Feature Requests**: Examples include adding more export-friendly fields, improving filtering options beyond `customDomains`, or enhancing how **bulk discord email scraper** runs are managed.
- 📧 **Contact**: For support or proposals, email <dataforleads@gmail.com>.

Your feedback helps shape future improvements to this **discord email extraction tool**.

***

### Closing CTA / Final thoughts

*Get the most comprehensive and SEO-optimized **Discord Email Scraper - Fast, Advanced and Cheapest** workflow for email discovery from publicly available sources—built for speed, control, and structured output.*

# Actor input Schema

## `keywords` (type: `array`):

A list of keywords or queries to search for.

## `location` (type: `string`):

Location to filter search results.

## `customDomains` (type: `array`):

List of custom email domains

## `maxEmails` (type: `integer`):

Maximum number of emails to collect. The scraper will stop once this limit is reached. Setting a higher limit allows for more potential results but doesn't guarantee reaching that number. This helps save costs by controlling scraping time.

## Actor input object example

```json
{
  "keywords": [
    "manager",
    "founder"
  ],
  "location": "",
  "customDomains": [
    "@gmail.com",
    "@yahoo.com"
  ],
  "maxEmails": 20
}
```

# 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 = {
    "keywords": [
        "manager",
        "founder"
    ],
    "location": "",
    "customDomains": [
        "@gmail.com",
        "@yahoo.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("solid-scraper/discord-email-scraper-fast-advanced-and-cheapest").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 = {
    "keywords": [
        "manager",
        "founder",
    ],
    "location": "",
    "customDomains": [
        "@gmail.com",
        "@yahoo.com",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("solid-scraper/discord-email-scraper-fast-advanced-and-cheapest").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 '{
  "keywords": [
    "manager",
    "founder"
  ],
  "location": "",
  "customDomains": [
    "@gmail.com",
    "@yahoo.com"
  ]
}' |
apify call solid-scraper/discord-email-scraper-fast-advanced-and-cheapest --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=solid-scraper/discord-email-scraper-fast-advanced-and-cheapest",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

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