# Website Email & Contact Scraper (Lead Enrichment) (`chrisp1211/email-contact-scraper-max`) Actor

Website Email & Contact Scraper (Lead Enrichment). No API key required. Pay only per result; empty or failed runs cost nothing.

- **URL**: https://apify.com/chrisp1211/email-contact-scraper-max.md
- **Developed by:** [Christian Pichichero](https://apify.com/chrisp1211) (community)
- **Categories:** Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$2.00 / 1,000 contact records

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

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

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## Website Email & Contact Scraper (Lead Enrichment)

**Website Email & Contact Scraper** — a fast, reliable **email scraper** and **contact scraper** that turns any list of website URLs into emails, phone numbers, and social profiles. It's an **email finder from website** lists built for **lead enrichment**: paste your domains, get contact-ready leads back. **No API key**, and you pay only for sites where contacts are actually found — sites with nothing, failed runs, and empty runs are always **$0**.

This email scraper runs on the [Apify platform](https://apify.com), so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.

### What this scraper does

- Extracts **emails** (mailto links + plain-text), **phone numbers** (tel links + text), and **social profiles** (Facebook, Instagram, LinkedIn, Twitter/X, YouTube, TikTok) from any website
- Crawls the homepage plus the pages where contacts actually live: contact, about, team, support, impressum, legal
- Cleans out the junk automatically — placeholder emails, image filenames, tracker/CDN noise, obfuscation artifacts
- Returns clean JSON, **one record per website** — ready for your CRM, sheets, or outreach tool
- Pay-per-result pricing: **you are never charged for a site where no email or phone was found**

### Enrich your lead lists (the killer combo)

Feed this actor the `website` column from:

- [Google Maps Scraper](https://apify.com/chrisp1211/google-maps-scraper-max) — scrape local businesses, then enrich each `website` with emails
- [Yellow Pages Scraper](https://apify.com/chrisp1211/yellowpages-scraper-max) — scrape business leads, then add email addresses for outreach

Google Maps and Yellow Pages give you names, addresses, and phones — this scraper adds the **email addresses** those platforms don't show, turning a business list into an outreach-ready lead list in two runs.

### What data you get

Each result record includes:

- **Website** (`website`) — e.g. `"https://joescoffee.com"`
- **Site Title** (`siteTitle`) — e.g. `"Joe's Coffee — Best Espresso in Austin"`
- **Emails** (`emails`) — e.g. `["hello@joescoffee.com", "orders@joescoffee.com"]`
- **Phones** (`phones`) — e.g. `["+15125550187", "512-555-0199"]`
- **Socials** (`socials`) — e.g. `{"facebook": "https://www.facebook.com/joescoffeeatx", "instagram": "https://www.instagram.com/joescoffeeatx"}`
- **Pages Scanned** (`pagesScanned`) — e.g. `4`
- **Fetched At** (`fetchedAt`) — e.g. `"2026-07-15T00:00:00Z"`

### Input

| Field | Type | Description |
|---|---|---|
| `websites` | array | Website URLs or bare domains to scan, e.g. `https://joescoffee.com` or `joescoffee.com`. One output record per site. |
| `maxPagesPerSite` | integer | Homepage plus up to N-1 likely contact pages crawled per site. Default 5. |
| `includeSocials` | boolean | Also extract the first Facebook/Instagram/LinkedIn/Twitter/YouTube/TikTok profile link per site. Default true. |
| `maxCostUsd` | number | HARD budget cap. The run stops cleanly before exceeding this. Default 5. |
| `proxyConfiguration` | object | Proxy settings; the default is fine for ordinary business websites. |

### Example output

```json
{
  "type": "contact",
  "website": "https://joescoffee.com",
  "siteTitle": "Joe's Coffee — Best Espresso in Austin",
  "emails": ["hello@joescoffee.com", "orders@joescoffee.com"],
  "phones": ["+15125550187", "512-555-0199"],
  "socials": {
    "facebook": "https://www.facebook.com/joescoffeeatx",
    "instagram": "https://www.instagram.com/joescoffeeatx",
    "twitter": "https://x.com/joescoffeeatx",
    "youtube": "https://www.youtube.com/@joescoffee"
  },
  "pagesScanned": 3,
  "fetchedAt": "2026-07-15T00:00:00Z"
}
````

### Use cases

- **Lead enrichment** — add emails to Google Maps / Yellow Pages / directory lead lists
- **Cold outreach** — build email lists for agencies, local services, and B2B prospecting
- **CRM data hygiene** — fill in missing contact fields for accounts you already have
- **Market research** — map the social presence of businesses in any niche

### Run it as a monitor

Schedule this contact scraper to run automatically — hourly, daily, or on any cron schedule — with the built-in [Apify Scheduler](https://docs.apify.com/platform/schedules), and have results pushed to you by **webhook, email, Slack, or your own app** the moment they're ready. Because pricing is per contact found, a scheduled run only ever charges you for the contacts it actually returns.

### Pricing

This actor uses **pay-per-result** pricing at **$0.002 per website with contacts found**. There is no monthly fee and no start fee. Sites where no email or phone number is found are pushed to your dataset **free** — and empty or failed runs cost **$0**. Enriching 1,000 websites where contacts are found costs $2.

### Frequently asked questions

**How do I find email addresses from a website?** Paste the website URL (or a whole list) into the `websites` input and run. The scraper checks the homepage and the site's contact/about/team pages and returns every public email it finds.

**Do I need an API key or account for the source?** No. This email scraper works out of the box — no API key, no login, no browser extension.

**What happens if a site has no email or phone?** You are not charged for it. The record still appears in your dataset (with empty fields) so your enrichment stays row-aligned with your input list — but it's free.

**Can I enrich a Google Maps or Yellow Pages lead list?** Yes — that's the intended combo. Export the `website` column from [google-maps-scraper-max](https://apify.com/chrisp1211/google-maps-scraper-max) or [yellowpages-scraper-max](https://apify.com/chrisp1211/yellowpages-scraper-max) and paste it into `websites`.

**Does it find phone numbers and social profiles too?** Yes. Phone numbers from tel: links and page text, plus the first Facebook, Instagram, LinkedIn, Twitter/X, YouTube, and TikTok profile link per site.

**Is scraping emails from websites legal?** This actor only reads publicly displayed contact information — the same pages any visitor sees. You are responsible for complying with anti-spam laws (CAN-SPAM, GDPR, etc.) when contacting the addresses you collect.

**What export formats are supported?** JSON, CSV, Excel, HTML, or push to Google Sheets, a database, or your own app via the Apify API.

### Why choose this email finder

- **$0 on empty** — the only email scraper pricing that guarantees you never pay for a site with no contacts.
- **No API key, no proxy setup** — works out of the box; automatic proxy escalation handles blocking sites.
- **Junk-filtered** — placeholder emails, tracker noise, and image-filename false positives are removed before you see them.
- **Built for pipelines** — pairs natively with Google Maps and Yellow Pages lead scrapers on the same platform.

### Related scrapers

Part of a connected toolkit — combine them for richer datasets:

- [Google Maps Scraper](https://apify.com/chrisp1211/google-maps-scraper-max)
- [Yellow Pages Scraper](https://apify.com/chrisp1211/yellowpages-scraper-max)
- [Shopify Store Scraper](https://apify.com/chrisp1211/shopify-scraper-max)

# Actor input Schema

## `websites` (type: `array`):

Website URLs or bare domains to scan for contact info, e.g. "https://joescoffee.com" or "joescoffee.com". One output record per site. Paste the `website` column from Google Maps / Yellow Pages lead lists here.

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

Homepage plus up to N-1 likely contact pages (contact, about, team, support, impressum, legal, privacy) crawled per site. Default 5, hard cap 20.

## `includeSocials` (type: `boolean`):

Also extract the first Facebook, Instagram, LinkedIn, Twitter/X, YouTube, and TikTok profile link found on each site (share/intent links are skipped).

## `maxCostUsd` (type: `number`):

HARD budget cap. The run stops cleanly before exceeding this.

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

Proxy settings. The actor escalates automatically (direct -> datacenter -> residential) only when a site blocks, so the default is fine for ordinary business websites.

## Actor input object example

```json
{
  "websites": [
    "https://www.relaxandsmile.com",
    "alfonsodental305.com"
  ],
  "maxPagesPerSite": 5,
  "includeSocials": true,
  "maxCostUsd": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

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

// Run the Actor and wait for it to finish
const run = await client.actor("chrisp1211/email-contact-scraper-max").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 = {
    "websites": ["https://www.relaxandsmile.com"],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("chrisp1211/email-contact-scraper-max").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 '{
  "websites": [
    "https://www.relaxandsmile.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call chrisp1211/email-contact-scraper-max --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Website Email & Contact Scraper (Lead Enrichment)",
        "description": "Website Email & Contact Scraper (Lead Enrichment). No API key required. Pay only per result; empty or failed runs cost nothing.",
        "version": "0.1",
        "x-build-id": "FWeZVpiu3C2HixDxh"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/chrisp1211~email-contact-scraper-max/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-chrisp1211-email-contact-scraper-max",
                "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/chrisp1211~email-contact-scraper-max/runs": {
            "post": {
                "operationId": "runs-sync-chrisp1211-email-contact-scraper-max",
                "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/chrisp1211~email-contact-scraper-max/run-sync": {
            "post": {
                "operationId": "run-sync-chrisp1211-email-contact-scraper-max",
                "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": [
                    "websites"
                ],
                "properties": {
                    "websites": {
                        "title": "Websites",
                        "type": "array",
                        "description": "Website URLs or bare domains to scan for contact info, e.g. \"https://joescoffee.com\" or \"joescoffee.com\". One output record per site. Paste the `website` column from Google Maps / Yellow Pages lead lists here.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxPagesPerSite": {
                        "title": "Max pages per site",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Homepage plus up to N-1 likely contact pages (contact, about, team, support, impressum, legal, privacy) crawled per site. Default 5, hard cap 20.",
                        "default": 5
                    },
                    "includeSocials": {
                        "title": "Include social profiles",
                        "type": "boolean",
                        "description": "Also extract the first Facebook, Instagram, LinkedIn, Twitter/X, YouTube, and TikTok profile link found on each site (share/intent links are skipped).",
                        "default": true
                    },
                    "maxCostUsd": {
                        "title": "Max cost per run (USD)",
                        "minimum": 0.01,
                        "type": "number",
                        "description": "HARD budget cap. The run stops cleanly before exceeding this.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy settings. The actor escalates automatically (direct -> datacenter -> residential) only when a site blocks, so the default is fine for ordinary business websites.",
                        "default": {
                            "useApifyProxy": 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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
