# Website Email Scraper — Bulk Emails, Phones & Lead Scores (`blackfalcondata/website-email-scraper`) Actor

Extract emails, phone numbers, social profiles and company data (legal name, address, VAT) from any list of websites. Every row carries a confidence grade and a 0-100 lead score. Paste 10,000 URLs; pay only for the sites where an email was found.

- **URL**: https://apify.com/blackfalcondata/website-email-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** AI, Lead generation, Automation
- **Stats:** 7 total users, 3 monthly users, 94.9% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.60 / 1,000 website scanneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

### What does Website Email Scraper do?

Website Email Scraper turns a list of website URLs into outreach-ready contact records. Paste 10 or 10,000 sites — a JSON list or a raw spreadsheet column — and get one row per site: ranked emails with a confidence grade, phone numbers, social profiles and a 0-100 lead score, plus structured company data (legal name, address, VAT ID) from JSON-LD. Optional email verification adds a deliverability score and role, disposable and free-provider flags; optional payment-stack detection flags the leads that actually take money online.

### How to use this actor

- 👉 **Register for a free Apify account** — no credit card required.
- 🎉 Just click **[Sign up free on Apify →](https://console.apify.com/sign-up?fpr=1h3gvi)** and complete a quick signup.
- 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
- ⏳ Scrape during the free trial, with no commitment or upfront payment required.

### Key features

- **📧 Email + phone extraction** — extract public emails and phone numbers from every page crawled — from `mailto:` / `tel:` links and visible text, with obfuscation (name \[at] domain \[dot] com) decoded and tracking / system addresses filtered out. Optionally verify each email (MX and SMTP checks) with a confidence score plus role, disposable and free-provider flags.
- **🔗 URL + social-profile extraction** — capture social profiles across 11 platforms — LinkedIn, X/Twitter, Facebook, Instagram, YouTube, TikTok, GitHub, Xing, Bluesky, Threads and Mastodon.
- **🏢 Company data from JSON-LD** — harvest structured company data from JSON-LD / schema.org that most scrapers ignore — legal name, postal address, VAT / registration ID, founding date and opening hours — and, optionally, named people (name, title, personal LinkedIn) from team and about pages. One outreach-ready row per website, with the best email and phone ranked first.
- **🔔 Notifications** — Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
- **📦 Compact mode** — AI-agent and MCP-friendly payloads with core fields only.
- **📋 Bulk-first input** — paste 10 or 10,000 websites in one run — a JSON list, or a raw spreadsheet column pasted into `inputText` (newline, comma or semicolon separated, bare domains and full URLs mixed). `stripe.com`, `https://www.Stripe.com/` and `STRIPE.COM` collapse to one crawl, so the same site is never charged twice.
- **🎯 Graded rows, not raw dumps** — every row carries a 0-100 `leadScore` with the signals that earned it, plus an `emailConfidence` grade and the `primaryEmailSource` the address came from — so a 10,000-site run sorts by quality instead of being eyeballed. `onlyWithEmails` emits (and charges for) only the sites where an email was actually found, and `qualifyByPayment` flags the leads that take money online (Stripe, Shopify, PayPal, Paddle, Klarna and more).

### What data can you get for each website?

Each result includes Core listing fields (`domain`, `finalUrl`, `socialLinks`, `pagesCrawled`, `leadScore`, `leadSignals`, and `crawledAt`) and contact information (`emails`, `phones`, `primaryEmail`, and `contactPageUrl`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as contact information where the source provides them.

### Input

The main inputs are a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`startUrls`** — Company websites or domains to scan. One per line. A bare domain (acme.com) is treated as https://acme.com. Paths, www and casing are normalised, so the same site is only crawled — and charged — once.
- **`inputText`** — Have your sites in a spreadsheet column or a text file? Paste the whole blob here — newline, comma or semicolon separated, bare domains and full URLs mixed. Merged with the list above; duplicates are billed once.
- **`maxPagesPerSite`** — How many internal pages to crawl per website. Contact, about, and team pages are visited first. (default: `20`)
- **`requestTimeoutSecs`** — Per-request timeout before a page is skipped. (default: `15`)
- **`useProxy`** — Route requests through a rotating proxy pool to reduce blocking on sites that limit automated access. (default: `false`)
- **`includePeople`** — Best-effort extraction of named people (name, title, personal LinkedIn) from team and about pages. Fill-rate varies by site. (default: `false`)
- **`verifyEmails`** — Check discovered emails for deliverability and flag role, disposable, and free-provider addresses. (default: `false`)
- **`verificationLevel`** — format = syntax only; mx = mail server exists (recommended); smtp = mailbox probe (slower, often blocked by mail servers). (default: `"mx"`)
- **`maxVerifiedEmailsPerSite`** — Verification is billed per email, so a site exposing 40 addresses can cost more than expected. Cap how many are verified per site — the primary email is always verified first. 0 (default) verifies every email found. (default: `0`)
- **`onlyWithEmails`** — Skip sites where no email was found — they are not written to the dataset and not charged. Not every website publishes an email; this makes you pay only for the ones that do. (default: `false`)
- **`qualifyByPayment`** — Flag which leads actually take money online by detecting their checkout stack (Stripe, Shopify, PayPal, Paddle, Klarna and more). Adds paymentStack to each row and 5 points to the lead score. (default: `false`)
- **`excludeEmptyFields`** — Drop empty fields from each record before output. Smaller payloads for AI agents and dashboards. (default: `false`)
- ...and 12 more parameters

### Input examples

**Basic search** — Fetch companies from the provided start URL.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "startUrls": [
    "https://stripe.com",
    "https://www.smashingmagazine.com"
  ],
  "maxResults": 50
}
```

**Compact output** — Return only core fields for AI agents and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

```json
{
  "startUrls": [
    "https://stripe.com",
    "https://www.smashingmagazine.com"
  ],
  "maxResults": 50,
  "compact": true
}
```

### Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example listing record

```json
{
  "domain": "smashingmagazine.com",
  "finalUrl": "https://smashingmagazine.com",
  "emails": [
    "hello@smashingconf.com",
    "mac@smashingmagazine.com"
  ],
  "socialLinks": {
    "facebook": "https://www.facebook.com/smashmag",
    "mastodon": "https://mastodon.social/@smashingmag",
    "linkedin": "https://www.linkedin.com/in/jarijnnijkamp",
    "twitter": "https://www.twitter.com/smashingmag",
    "bluesky": "https://bsky.app/profile/charismagic.bsky.social",
    "youtube": "https://www.youtube.com/@SmashingMagazineVideos"
  },
  "primaryEmail": "hello@smashingconf.com",
  "contactPageUrl": "https://smashingmagazine.com/contact/",
  "pagesCrawled": 8,
  "leadScore": 56,
  "leadSignals": [
    "email_found",
    "email_verified",
    "contact_page",
    "social_profiles"
  ],
  "primaryEmailSource": "website",
  "emailConfidence": "medium",
  "emailVerification": [
    {
      "email": "hello@smashingconf.com",
      "format": true,
      "mx": true,
      "confidence": 0.6,
      "isRole": true,
      "isDisposable": false,
      "isFree": false
    },
    {
      "email": "mac@smashingmagazine.com",
      "format": true,
      "mx": true,
      "confidence": 0.6,
      "isRole": false,
      "isDisposable": false,
      "isFree": false
    }
  ],
  "crawledAt": "2026-08-15T20:09:27.478Z"
}
```

### How to scan websites

1. Go to [Website Email Scraper](https://apify.com/blackfalcondata/website-email-scraper?fpr=1h3gvi) in Apify Console.
2. Configure the input.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need contact info.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract listing data from website email scraper for market research and competitive analysis.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.

### How much does it cost to scan websites?

Website Email Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.035 per run
- **Per listing (primary event):** $0.001

You are billed only for the events your run actually triggers. Prices below are the Free plan tier; higher Apify plans (Bronze → Diamond) pay progressively less per event, down to roughly 5× lower on the top tier.

| Event | Price (Free tier) | Charged when |
|---|---|---|
| Run start | $0.035 | Charged once when a run starts. |
| Website scanned | $0.001 | Charged per website processed (one result row). |
| Verified email | $0.002 | Charged per email verified (only when email verification is enabled). |

Example costs (primary event only — other events above add cost when they fire):

- 10 results: **$0.045**
- 25 results: **$0.06**
- 100 results: **$0.14**
- 200 results: **$0.24**
- 500 results: **$0.54**

### FAQ

#### How many websites can I check per run?

Every website in your input list is checked — there is no fixed cap, so the number of websites per run is limited only by your list size and the run's time budget.

#### Can I integrate Website Email Scraper with other apps?

Yes. Website Email Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Website Email Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Website Email Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scan websites?

This actor queries publicly available data for the websites you provide. You remain responsible for ensuring your use complies with applicable laws, source terms, and downstream obligations.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/website-email-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [FirmenABC.at \[Just 💰$2\] — Austrian Business Directory](https://apify.com/blackfalcondata/firmenabc-at-scraper?fpr=1h3gvi) — 💰 $2 per 1,000 companies. Scrape FirmenABC — Austria's largest business directory with 800,000+.
- [Google Maps \[Just 💰$0.76\] — Places, Contacts & Leads](https://apify.com/blackfalcondata/google-maps-scraper?fpr=1h3gvi) — 💰 from $0.76 per 1,000 places. Scrape Google Maps (google.com/maps) places by search term.
- [Google Maps Email Extractor \[Just 💰$0.76\] — Leads](https://apify.com/blackfalcondata/google-maps-email-extractor?fpr=1h3gvi) — 💰 from $0.76 per 1,000 leads. Scrape Google Maps (google.com/maps) — each business website is.
- [Google Maps Home Services — Contractor Leads](https://apify.com/blackfalcondata/google-maps-home-services-lead-scraper?fpr=1h3gvi) — Scrape Google Maps (google.com/maps) for home-services contractors — plumbers · roofers ·.
- [Google Maps No-Website Leads Scraper](https://apify.com/blackfalcondata/google-maps-no-website-leads-scraper?fpr=1h3gvi) — Find local businesses with NO website on Google Maps (google.com/maps) — name, category, address,.
- [Google Maps Real Estate — Agent & Broker Leads](https://apify.com/blackfalcondata/google-maps-real-estate-lead-scraper?fpr=1h3gvi) — Scrape Google Maps (google.com/maps) for real-estate agents · realtors and brokers — with name ·.
- [Google Scholar \[Just 💰$0.90\] — Author Citations & Profiles](https://apify.com/blackfalcondata/google-scholar-scraper?fpr=1h3gvi) — 💰 $0.90 per 1,000 author profiles — the cheapest paid Scholar scraper. Scrape citation counts,.
- [ORIAS \[Just 💰$1.99\] — French Insurance Broker Register](https://apify.com/blackfalcondata/orias-scraper?fpr=1h3gvi) — Scrape orias.fr — France's official register of insurance, banking and finance intermediaries..
- [Shopify Store Scraper](https://apify.com/blackfalcondata/shopify-store-scraper?fpr=1h3gvi) — Catalog, variants, and store contact data from any Shopify store.
- [Clutch Scraper](https://apify.com/blackfalcondata/clutch-scraper?fpr=1h3gvi) — B2B company and agency profiles with services, reviews, and locations.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

### Disclaimer

This actor accesses only publicly available data on website email scraper. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with Website Email's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to Website Email.

### Search keywords

website email scraper, website email api, apify website email, website email data extraction.

# Actor input Schema

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

Company websites or domains to scan. One per line. A bare domain (acme.com) is treated as https://acme.com. Paths, www and casing are normalised, so the same site is only crawled — and charged — once.

## `inputText` (type: `string`):

Have your sites in a spreadsheet column or a text file? Paste the whole blob here — newline, comma or semicolon separated, bare domains and full URLs mixed. Merged with the list above; duplicates are billed once.

## `maxPagesPerSite` (type: `integer`):

How many internal pages to crawl per website. Contact, about, and team pages are visited first.

## `requestTimeoutSecs` (type: `integer`):

Per-request timeout before a page is skipped.

## `useProxy` (type: `boolean`):

Route requests through a rotating proxy pool to reduce blocking on sites that limit automated access.

## `includePeople` (type: `boolean`):

Best-effort extraction of named people (name, title, personal LinkedIn) from team and about pages. Fill-rate varies by site.

## `verifyEmails` (type: `boolean`):

Check discovered emails for deliverability and flag role, disposable, and free-provider addresses.

## `verificationLevel` (type: `string`):

format = syntax only; mx = mail server exists (recommended); smtp = mailbox probe (slower, often blocked by mail servers).

## `maxVerifiedEmailsPerSite` (type: `integer`):

Verification is billed per email, so a site exposing 40 addresses can cost more than expected. Cap how many are verified per site — the primary email is always verified first. 0 (default) verifies every email found.

## `onlyWithEmails` (type: `boolean`):

Skip sites where no email was found — they are not written to the dataset and not charged. Not every website publishes an email; this makes you pay only for the ones that do.

## `qualifyByPayment` (type: `boolean`):

Flag which leads actually take money online by detecting their checkout stack (Stripe, Shopify, PayPal, Paddle, Klarna and more). Adds paymentStack to each row and 5 points to the lead score.

## `excludeEmptyFields` (type: `boolean`):

Drop empty fields from each record before output. Smaller payloads for AI agents and dashboards.

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when telegramToken is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL. api.slack.com/messaging/webhooks.

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `notificationLimit` (type: `integer`):

Maximum number of websites included in each notification message (1–20).

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results (including any contact details). Best-effort across MCP connectors as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## `maxResults` (type: `integer`):

Maximum number of websites to scan per run. 0 (default) scans every website you supplied — your own list is the cap.

## `compact` (type: `boolean`):

Return only core fields. Reduces payload size for LLM pipelines and agent tools.

## `includeDetails` (type: `boolean`):

Crawl contact/about/team pages on each website (up to Max Pages Per Site), not just the homepage. Turn off for a faster, lower-cost homepage-only run.

## Actor input object example

```json
{
  "startUrls": [
    "https://stripe.com",
    "https://www.smashingmagazine.com"
  ],
  "maxPagesPerSite": 20,
  "requestTimeoutSecs": 15,
  "useProxy": false,
  "includePeople": false,
  "verifyEmails": false,
  "verificationLevel": "mx",
  "maxVerifiedEmailsPerSite": 0,
  "onlyWithEmails": false,
  "qualifyByPayment": false,
  "excludeEmptyFields": false,
  "notificationLimit": 5,
  "maxResults": 0,
  "compact": false,
  "includeDetails": true
}
```

# Actor output Schema

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

No description

# 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": [
        "https://stripe.com",
        "https://www.smashingmagazine.com"
    ],
    "useProxy": false,
    "includePeople": false,
    "verifyEmails": false,
    "onlyWithEmails": false,
    "qualifyByPayment": false,
    "excludeEmptyFields": false,
    "includeDetails": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/website-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": [
        "https://stripe.com",
        "https://www.smashingmagazine.com",
    ],
    "useProxy": False,
    "includePeople": False,
    "verifyEmails": False,
    "onlyWithEmails": False,
    "qualifyByPayment": False,
    "excludeEmptyFields": False,
    "includeDetails": True,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/website-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": [
    "https://stripe.com",
    "https://www.smashingmagazine.com"
  ],
  "useProxy": false,
  "includePeople": false,
  "verifyEmails": false,
  "onlyWithEmails": false,
  "qualifyByPayment": false,
  "excludeEmptyFields": false,
  "includeDetails": true
}' |
apify call blackfalcondata/website-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,blackfalcondata/website-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/P8GfYJUA8vKUkgKMh/builds/mtvIf2RAThxJ1hPwJ/openapi.json
