# 📧 Email & Phone Scraper — Bulk Contacts from Websites (`gocreative.ai/website-contact-email-extractor`) Actor

Paste any list of websites and extract real emails, phone numbers, WhatsApp & 12 social profiles (LinkedIn, X, Instagram, Facebook, TikTok, Telegram, Discord & more) from each site — crawled from its homepage, contact, about & team pages. No API key, pay only per contact found. CRM-ready CSV.

- **URL**: https://apify.com/gocreative.ai/website-contact-email-extractor.md
- **Developed by:** [GoCreative AI](https://apify.com/gocreative.ai) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 75.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 contact founds

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

## 📧 Email & Phone Scraper — Bulk Contacts from Any Website

### 📊 Example output (real run)

![Sample output](https://api.apify.com/v2/key-value-stores/1ztQFHwG8acESTazI/records/website-contact-email-extractor-sample)

A real record from a live run — clean structured data, exported as CSV / JSON / Excel or via API.


**Turn any list of websites into a contact list.** Paste your URLs (or feed the output of any Google Maps / directory scraper) and this actor pulls the **real emails, phone numbers, WhatsApp, and social profiles** straight off each site — homepage *plus* its contact, about, and team pages. No API key, no setup. **You only pay when a contact is actually found.**

*email scraper · email extractor · phone number scraper · contact scraper · find emails from website · bulk email finder · social media link scraper · lead generation · b2b prospecting · website contact extractor*

---

### What it extracts

For every website you give it:

| Field | What you get |
|---|---|
| 📧 **Emails** | Every real email on the site — deduplicated, with placeholder/demo addresses (`name@company.com`, `jane.doe@…`) automatically filtered out |
| 📞 **Phone numbers** | Direct phone numbers pulled from the site (via `tel:` links — high accuracy, no garbage) |
| 💬 **WhatsApp** | WhatsApp / `wa.me` business links |
| 🔗 **12 social profiles** | LinkedIn, X (Twitter), Instagram, Facebook, YouTube, TikTok, Pinterest, Telegram, Discord, Snapchat, Threads, Reddit |
| 🌐 **Website** | Clean root domain for each result |

Export as **CSV, JSON, or Excel**, or grab the ready-made **CRM-ready CSV** from the key-value store — drop it straight into Instantly, Smartlead, HubSpot, or any CRM.

### Why this one

- ✅ **Pay only per contact found** — most contact scrapers bill you *per page crawled*, even the empty ones. This one charges *only when it returns a real contact*, so you never pay for dead pages.
- ✅ **Clean emails, not junk** — built-in filtering drops CDN/asset false-positives and demo/placeholder addresses, so your list isn't full of `name@example.com`.
- ✅ **Multi-page crawl** — it doesn't just read the homepage; it auto-discovers and checks contact / about / team pages where the real emails live.
- ✅ **No API key, no proxies to configure** — paste websites, hit run.
- ✅ **Pairs with any scraper** — feed it a Google Maps, directory, or SERP scraper's output and it enriches every row with contacts.

### How to use it

1. Open the **Input** tab.
2. Paste a list of websites or domains into **`websites`** — for example:

```json
{
  "websites": ["stripe.com", "https://basecamp.com", "ahrefs.com"],
  "includeSocials": true
}
````

3. Click **Start**. Results stream into the dataset as they're found; the CRM-ready CSV lands in the key-value store when the run finishes.

> 💡 **Tip:** You can paste the raw output of a Google Maps scraper directly — any items with a `website` field are read automatically. Scrape places → run this → instant contact list.

### Output example

```json
{
  "website": "shopify.com",
  "email": "plus@shopify.com",
  "all_emails": ["plus@shopify.com", "press@shopify.com"],
  "phone": "18442300603",
  "whatsapp": null,
  "linkedin": "https://www.linkedin.com/company/shopify",
  "facebook": "https://www.facebook.com/shopify",
  "instagram": "https://www.instagram.com/shopify",
  "twitter": "https://twitter.com/shopify",
  "youtube": "https://www.youtube.com/shopify"
}
```

### Who it's for

- **Sales & B2B prospecting** — turn a target account list into emails + phones for outreach
- **Lead-gen agencies** — bulk-enrich client lists with verified contact points
- **Recruiters** — pull contact + social profiles for companies and studios
- **Local-business outreach** — pair with a Google Maps scraper to contact every business in a city/niche
- **Partnerships & PR** — find the right inbox + socials for any list of brands

### FAQ

**Do I need an API key or proxies?** No. Paste websites and run.

**What if a site has no email?** You still get phones and socials where available — and you're **not charged** if nothing usable is found.

**Can I feed it a Google Maps scraper's results?** Yes — items with a `website` field are picked up automatically.

**Is the data deduplicated?** Yes — emails and phones are deduplicated per site.

**Is scraping public contact data legal?** Public business contact data is generally fine to collect; you're responsible for using it lawfully (e.g. GDPR/CAN-SPAM for outreach).

# Actor input Schema

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

List of website URLs or domains, e.g. \["stripe.com", "https://vercel.com"]. You can also paste a Google Maps scraper's output — items with a "website" field are read automatically.

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

Also pull LinkedIn, Facebook, Instagram, X/Twitter & YouTube links from each site.

## `maxConcurrency` (type: `integer`):

Higher = faster but heavier. 10 is a good default.

## Actor input object example

```json
{
  "websites": [
    "stripe.com",
    "vercel.com",
    "linear.app"
  ],
  "includeSocials": true,
  "maxConcurrency": 10
}
```

# Actor output Schema

# 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": [
        "stripe.com",
        "vercel.com",
        "linear.app"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("gocreative.ai/website-contact-email-extractor").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": [
        "stripe.com",
        "vercel.com",
        "linear.app",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("gocreative.ai/website-contact-email-extractor").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": [
    "stripe.com",
    "vercel.com",
    "linear.app"
  ]
}' |
apify call gocreative.ai/website-contact-email-extractor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "📧 Email & Phone Scraper — Bulk Contacts from Websites",
        "description": "Paste any list of websites and extract real emails, phone numbers, WhatsApp & 12 social profiles (LinkedIn, X, Instagram, Facebook, TikTok, Telegram, Discord & more) from each site — crawled from its homepage, contact, about & team pages. No API key, pay only per contact found. CRM-ready CSV.",
        "version": "0.1",
        "x-build-id": "EjbYnMvM5tse7d9bR"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/gocreative.ai~website-contact-email-extractor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-gocreative.ai-website-contact-email-extractor",
                "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/gocreative.ai~website-contact-email-extractor/runs": {
            "post": {
                "operationId": "runs-sync-gocreative.ai-website-contact-email-extractor",
                "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/gocreative.ai~website-contact-email-extractor/run-sync": {
            "post": {
                "operationId": "run-sync-gocreative.ai-website-contact-email-extractor",
                "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 to extract contacts from",
                        "type": "array",
                        "description": "List of website URLs or domains, e.g. [\"stripe.com\", \"https://vercel.com\"]. You can also paste a Google Maps scraper's output — items with a \"website\" field are read automatically.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeSocials": {
                        "title": "Extract social media profiles",
                        "type": "boolean",
                        "description": "Also pull LinkedIn, Facebook, Instagram, X/Twitter & YouTube links from each site.",
                        "default": true
                    },
                    "maxConcurrency": {
                        "title": "Concurrency (sites fetched in parallel)",
                        "minimum": 1,
                        "maximum": 30,
                        "type": "integer",
                        "description": "Higher = faster but heavier. 10 is a good default.",
                        "default": 10
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
