# Website Contact Details — Emails, Phones & Social Profiles (`gertner-data/contact-details-lite`) Actor

Extract public emails, phone numbers and social profile links from website lists, with source URLs for review. Batch up to 25 domains and 5 pages per domain. JSON output for CRM enrichment. $1/1,000 processed domains, plus the run-start event.

- **URL**: https://apify.com/gertner-data/contact-details-lite.md
- **Developed by:** [Евгений Гертнер](https://apify.com/gertner-data) (community)
- **Stats:** 1 total users, 0 monthly users, 90.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 processed 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

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

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Website Contact Details — Emails, Phones & Social Profiles

Extract public emails, phone numbers and social profile links from website lists, with a source URL for every contact. Use the JSON output to enrich CRM records and review where each value was found.

Process up to 25 domains per run and up to 5 pages per domain. Select emails, phones and social profiles independently. One processed domain costs $0.001, plus $0.0005 per run at 256 MB; platform usage is included.

### When to use it

- Enrich CRM records with published business contacts and their exact source pages.
- Extract phone links, business structured data and labelled phone text with source evidence.
- Export social profile links while filtering share buttons, posts, videos and GitHub repositories.

### Start with this input

```json
{
  "websites": [
    "apify.com"
  ],
  "findEmails": true,
  "findPhones": true,
  "findSocialProfiles": true,
  "maxPagesPerDomain": 3
}
```

Click Start, then read the Output table or download JSON/CSV. Single and batch targets are supported. Duplicate targets are removed before network work.

### What you get

Selected email, phone and social arrays with lookup states and source URLs; deduplicated values, declared page languages, final website URL, checked-page evidence and contact count.

One record per unique processed target, including `observedAt`, `status` and `warnings`. Missing data, unsupported sources, lookup failures, timeouts and invalid input are distinct states. Partial results remain usable. Dataset views show focused fields; the complete JSON record remains available through the dataset API.

```json
{
  "schemaVersion": 1,
  "coreVersion": "0.1.0",
  "product": "contact-details-lite",
  "normalizedInput": "apify.com",
  "observedAt": "2026-09-18T19:57:04.514Z",
  "status": "success",
  "warnings": [],
  "domain": "apify.com",
  "contacts": {
    "emails": {
      "status": "found",
      "value": [
        {
          "value": "support@apify.com",
          "sourceUrl": "https://apify.com/",
          "method": "json_ld",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "value": "hello@apify.com",
          "sourceUrl": "https://apify.com/contact",
          "method": "mailto",
          "sourceUrls": [
            "https://apify.com/contact"
          ]
        }
      ]
    },
    "phones": {
      "status": "not_found",
      "value": [],
      "scope": "checked_pages_only"
    },
    "socialProfiles": {
      "status": "found",
      "value": [
        {
          "platform": "linkedin",
          "value": "https://linkedin.com/company/apify",
          "sourceUrl": "https://apify.com/",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "platform": "x",
          "value": "https://x.com/apify",
          "sourceUrl": "https://apify.com/",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "platform": "github",
          "value": "https://github.com/apify",
          "sourceUrl": "https://apify.com/",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "platform": "youtube",
          "value": "https://youtube.com/apify",
          "sourceUrl": "https://apify.com/",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "platform": "tiktok",
          "value": "https://tiktok.com/@apifytech",
          "sourceUrl": "https://apify.com/",
          "sourceUrls": [
            "https://apify.com/",
            "https://apify.com/contact"
          ]
        },
        {
          "platform": "tiktok",
          "value": "https://tiktok.com/@apifyoffice",
          "sourceUrl": "https://apify.com/contact",
          "sourceUrls": [
            "https://apify.com/contact"
          ]
        }
      ]
    }
  },
  "pagesChecked": 2,
  "contactCount": 8
}
```

### Price and spending control

$0.001 per processed domain ($1.00/1,000), plus $0.0005 per run at the default 256 MB. Platform usage is included. No separate per-page or automatic dataset-item charge.

| Targets | Maximum event price |
| --- | --- |
| 1 | $0.001500 |
| 10 | $0.010500 |
| 100 | $0.102000 across four 25-item runs |

The domain event applies when at least one usable HTML page was processed, including a page with no published contacts. Blocked, unreachable, invalid and wholly unsupported domains are reported without the domain event. A run-start charge can still apply.

Set Maximum cost per run in Console or `maxTotalChargeUsd` in the API. The runtime reserves affordable targets before lookup and records omitted targets in `METRICS`. `maxItems` adds an independent item cap. Actor-start is per GB of memory with a minimum of one event; larger memory can increase it.

### Call from your workflow

JavaScript:

```js
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('gertner-data/contact-details-lite').call(
  {"websites":["apify.com"],"findEmails":true,"findPhones":true,"findSocialProfiles":true,"maxPagesPerDomain":3}, { maxTotalChargeUsd: 0.001500 }
);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
```

Python:

```python
import os
from apify_client import ApifyClient
client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('gertner-data/contact-details-lite').call(run_input={"websites":["apify.com"],"findEmails":True,"findPhones":True,"findSocialProfiles":True,"maxPagesPerDomain":3}, max_total_charge_usd=0.02)
rows = list(client.dataset(run['defaultDatasetId']).iterate_items())
```

HTTP: POST JSON input to `https://api.apify.com/v2/acts/gertner-data~contact-details-lite/runs?maxTotalChargeUsd=0.02` with your bearer token in the Authorization header. Wait for completion and GET `/v2/datasets/{defaultDatasetId}/items`. Use asynchronous runs for larger batches.

For recurring checks, save your own task and attach an Apify schedule. For downstream integrations, consume `defaultDatasetId` after RUN.SUCCEEDED and route each item's structured status.

### API coverage and run settings

Default 3 pages, maximum 5. Reads the homepage and observed same-origin contact/about/imprint links from public HTML within robots rules. Contact sources include literal emails, tel links, microdata/RDFa, business JSON-LD and labelled phone text. Filters example addresses, code samples, form-label examples and explicit Person JSON-LD contacts. National phones use national\_country\_unknown format. UTF-8 HTML, bounded gzip/deflate/Brotli supported.

Public HTTP(S) on ports 80/443; private/reserved addresses and unsafe redirects are blocked. Processes public static content over HTTP(S). Per-page, aggregate-body, request and total-time limits keep costs bounded; limit codes remain visible. UTF-8 expected. Maximum 25 unique targets per run. Inspect only sources you are authorized to access.

Support: [Evgeny Gertner](https://t.me/evgertner).

# Actor input Schema

## `domain` (type: `string`):

Public HTTP(S) URL or domain. Optional when batch input is supplied.

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

Public company website domains. One deduplicated record per hostname; input URL paths are normalized to the homepage. Maximum 25 domains per run.

## `maxItems` (type: `integer`):

Hard cap on unique targets before network work.

## `findEmails` (type: `boolean`):

Find published emails from checked HTML pages. Disable types your workflow does not need.

## `findPhones` (type: `boolean`):

Find explicit phones from checked HTML pages. Disable types your workflow does not need.

## `findSocialProfiles` (type: `boolean`):

Find social profiles from checked HTML pages. Disable types your workflow does not need.

## `maxPagesPerDomain` (type: `integer`):

Total HTML pages per domain, including homepage and observed same-origin contact/about/imprint links. Billing remains one event per processed domain.

## `concurrency` (type: `integer`):

Maximum parallel target inspections.

## `timeoutSeconds` (type: `integer`):

Timeout for each outbound request; an item also has a total time limit.

## `retries` (type: `integer`):

Bounded retries for transient transport or 429/502/503/504 failures.

## Actor input object example

```json
{
  "websites": [
    "apify.com"
  ],
  "maxItems": 25,
  "findEmails": true,
  "findPhones": true,
  "findSocialProfiles": true,
  "maxPagesPerDomain": 3,
  "concurrency": 5,
  "timeoutSeconds": 8,
  "retries": 1
}
```

# Actor output Schema

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

No description

## `metrics` (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 = {
    "websites": [
        "apify.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("gertner-data/contact-details-lite").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": ["apify.com"] }

# Run the Actor and wait for it to finish
run = client.actor("gertner-data/contact-details-lite").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 '{
  "websites": [
    "apify.com"
  ]
}' |
apify call gertner-data/contact-details-lite --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,gertner-data/contact-details-lite"
        }
    }
}
```

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/PL3wEByUh6xqGftZm/builds/9H1cMgjRniT733Ixt/openapi.json
