# 🌐 Website Contacts — Email, Phone, Socials · $1/1k (`themineworks/website-contact-finder`) Actor

Crawl any list of domains and extract business emails, phone numbers and social profile links (LinkedIn, X, Facebook, Instagram, YouTube) from homepages, contact & about pages. No API key. Use as an MCP server in Claude, ChatGPT & AI agents.

- **URL**: https://apify.com/themineworks/website-contact-finder.md
- **Developed by:** [The Mine Works](https://apify.com/themineworks) (community)
- **Categories:** Lead generation, MCP servers, Automation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 domains

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

## Website Contact Scraper — Email, Phone & Social Links (No API Key)

### What is Website Contact Scraper?

**Website Contact Scraper** turns a plain list of domains into structured contact records. Give it `stripe.com` and `notion.so` and it crawls each site's homepage and common contact pages, then extracts business **emails**, **phone numbers**, and **social profile links** (LinkedIn, X/Twitter, Facebook, Instagram, YouTube) — deduplicated and returned as clean JSON. No API key, no login, and you pay only for domains that actually return a contact.

- **Enrich a domain list** — append emails, phones, and social handles to company websites you already have
- **Build outreach lists** — go straight from a CRM export of websites to contactable inboxes
- **Find the right channel** — surface a company's public LinkedIn, X, Facebook, Instagram, and YouTube
- **Keep records fresh** — re-crawl a portfolio of accounts to refresh stale contact data
- **Run it lean** — plain HTTP crawling, fast and low-memory, no browser overhead

### No API key, no login, no contact-database subscription

Contact-data providers charge monthly for a database that is often stale, and the official social APIs are locked down. **Website Contact Scraper works only from what a company publishes on its own website** — it reads `mailto:` and `tel:` links plus page text, filters out image/asset junk and `no-reply@` system addresses (keeping real `info@` / `sales@` / `hello@` contacts), and ignores social share/intent links so you get real profile URLs. Point it at a domain and it returns the public contact footprint in one run — no account, no cookies, no third-party data API.

### What data does Website Contact Scraper extract?

Every record contains these real fields:

| Field | Description |
| --- | --- |
| 🌐 `domain` | The website domain that was crawled (e.g. stripe.com) |
| 📧 `emails` | Deduplicated list of email addresses found across the crawled pages |
| 📞 `phones` | Deduplicated list of phone numbers found across the crawled pages |
| 🔗 `socials` | Social profile URLs by platform (linkedin, twitter, facebook, instagram, youtube) |
| 📄 `pagesScanned` | Number of pages successfully fetched for this domain |
| 🕒 `scrapedAt` | ISO timestamp when this domain was processed |

### How to use Website Contact Scraper (5 steps)

1. Add your **Domains to crawl** — bare domains (`stripe.com`), full URLs (`https://notion.so/about`), or names with a TLD all work; the list is deduplicated automatically.
2. Set **Max pages per site** (default 5). The homepage plus `/contact`, `/about`, `/contact-us`, `/team` are tried first, then footer links.
3. Leave the default `RESIDENTIAL` proxy unless you have a reason to change it.
4. Click **Start** and let each domain be crawled and deduplicated.
5. Download the dataset as JSON, CSV, or Excel — or pull it via API/MCP.

#### Example input

```json
{
  "domains": ["stripe.com", "notion.so"],
  "maxPagesPerSite": 5,
  "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
````

#### Example output record

```json
{
  "domain": "stripe.com",
  "emails": ["press@stripe.com", "sales@stripe.com"],
  "phones": ["+1 888 926 2289"],
  "socials": {
    "linkedin": "https://www.linkedin.com/company/stripe",
    "twitter": "https://twitter.com/stripe",
    "youtube": "https://www.youtube.com/stripe"
  },
  "pagesScanned": 5,
  "scrapedAt": "2026-07-10T10:00:00.000Z"
}
```

Empty arrays or objects are returned when nothing of a given type is found, and a final `summary` record closes out the run.

### Use cases

- **Lead enrichment** — append email, phone, and social handles to a list of company domains.
- **Sales prospecting** — build outreach lists straight from a CRM export of websites.
- **Recruiting & partnerships** — quickly find the right inbox and channels for a target company.
- **Data hygiene** — refresh stale contact records across a portfolio of accounts.
- **Agency onboarding** — pull a client's public contact footprint in a single run.
- **Competitive research** — map how competitors expose contact and social presence.

### FAQ

#### Do I need an API key or login?

No. The actor only reads publicly available pages over HTTP. Supply domains and run — no account, no cookies, no external service.

#### When am I charged?

Only for a **domain that returns at least one contact** (email, phone, or social link). Domains that come back empty are never charged. Pricing is **$0.001 per domain ($1 per 1,000 domains)**, and the first 25 chargeable domains per Apify account are free for life.

#### Why do some sites return nothing?

Heavily JavaScript-rendered sites or sites behind strong bot protection may not expose contacts to a plain HTTP fetch. This actor targets the large majority of sites with light or no protection. Raise `maxPagesPerSite` to dig deeper, or run through the `RESIDENTIAL` proxy.

#### Does it scrape personal data?

It collects only contact information that companies publish on their own websites. Use the results in line with applicable laws (GDPR/CCPA) and platform terms.

#### How do I keep runs fast?

Keep `maxPagesPerSite` low — the default 5 completes quickly, and the contact pages that matter are tried first.

#### Can I use it inside an AI agent?

Yes — it is exposed as an MCP tool. See below.

### Use in Claude, ChatGPT & any MCP agent

This actor is exposed as a Model Context Protocol (MCP) tool, so AI agents can crawl domains for contact info on demand:

```
https://mcp.apify.com/?tools=themineworks/website-contact-finder
```

Or call it programmatically with the Apify client:

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });

const run = await client.actor('themineworks/website-contact-finder').call({
  domains: ['stripe.com', 'notion.so'],
  maxPagesPerSite: 5,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### Related lead-generation actors (they chain together)

This actor is the middle link in a pipeline:

- **[Google Maps Leads Scraper](https://apify.com/themineworks/maps-leads)** — pull businesses + websites from a Google Maps search.
- **website-contact-finder** (this actor) — dig emails, phones, and socials out of those websites.
- **[Email Verifier & Validator](https://apify.com/themineworks/email-verifier-validator)** — MX + SMTP verify every email before you send.
- **[B2B Leads Finder](https://apify.com/themineworks/b2b-leads-finder)** — add named decision-makers (email, LinkedIn, phone) behind each domain.

Typical flow: **maps-leads → website-contact-finder → email-verifier-validator**.

# Actor input Schema

## `domains` (type: `array`):

List of websites to extract contact info from. Accepts bare domains ('stripe.com'), full URLs ('https://notion.so/about') or names with a TLD. Each domain is crawled for emails, phone numbers and social links.

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

Maximum number of pages to fetch per domain. The homepage plus common contact pages (/contact, /about, /contact-us, /team) are tried first, then footer links. Keep low for speed.

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

Optional. Apify Proxy used to fetch pages. RESIDENTIAL is the default and works best against sites with light bot protection. Leave default unless you have a reason to change it.

## Actor input object example

```json
{
  "domains": [
    "stripe.com",
    "notion.so"
  ],
  "maxPagesPerSite": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "domains": [
        "stripe.com",
        "notion.so"
    ],
    "maxPagesPerSite": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("themineworks/website-contact-finder").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 = {
    "domains": [
        "stripe.com",
        "notion.so",
    ],
    "maxPagesPerSite": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("themineworks/website-contact-finder").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 '{
  "domains": [
    "stripe.com",
    "notion.so"
  ],
  "maxPagesPerSite": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call themineworks/website-contact-finder --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🌐 Website Contacts — Email, Phone, Socials · $1/1k",
        "description": "Crawl any list of domains and extract business emails, phone numbers and social profile links (LinkedIn, X, Facebook, Instagram, YouTube) from homepages, contact & about pages. No API key. Use as an MCP server in Claude, ChatGPT & AI agents.",
        "version": "0.1",
        "x-build-id": "ggtmaqmba1d8xZrzF"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/themineworks~website-contact-finder/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-themineworks-website-contact-finder",
                "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/themineworks~website-contact-finder/runs": {
            "post": {
                "operationId": "runs-sync-themineworks-website-contact-finder",
                "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/themineworks~website-contact-finder/run-sync": {
            "post": {
                "operationId": "run-sync-themineworks-website-contact-finder",
                "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": [
                    "domains"
                ],
                "properties": {
                    "domains": {
                        "title": "Domains to crawl",
                        "type": "array",
                        "description": "List of websites to extract contact info from. Accepts bare domains ('stripe.com'), full URLs ('https://notion.so/about') or names with a TLD. Each domain is crawled for emails, phone numbers and social links.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxPagesPerSite": {
                        "title": "Max pages per site",
                        "minimum": 1,
                        "maximum": 25,
                        "type": "integer",
                        "description": "Maximum number of pages to fetch per domain. The homepage plus common contact pages (/contact, /about, /contact-us, /team) are tried first, then footer links. Keep low for speed.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional. Apify Proxy used to fetch pages. RESIDENTIAL is the default and works best against sites with light bot protection. Leave default unless you have a reason to change it.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
