# 📇 Contact Details Scraper (`simpleapi/contact-details-scraper`) Actor

📇 Contact Details Scraper extracts emails, phone numbers & addresses from public web profiles fast. ⚡ Perfect for B2B lead gen, outreach, sales & recruitment. ✅ Clean, structured output for smarter targeting.

- **URL**: https://apify.com/simpleapi/contact-details-scraper.md
- **Developed by:** [SimpleAPI](https://apify.com/simpleapi) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## 📇 Contact Details Scraper

Extract **emails, phone numbers, and social-media profiles** from any website — at scale, automatically. Give it one or many start URLs and it crawls each site (including subpages and iframes), collecting every publicly available contact detail it can find and saving results to a clean, exportable dataset.

> Built for sales prospecting, lead generation, market research, and keeping your CRM fresh — using only **publicly available** data.

### 🌟 Why Choose Us?

- 🧠 **Smart crawling** — automatically prioritizes contact / about / team / support pages.
- 🛡️ **Self-healing proxy ladder** — starts direct, then escalates to datacenter → residential only when a site blocks it, so you pay for proxies only when needed.
- 🧭 **Auto browser fallback** — fast HTTP first; renders JavaScript-heavy pages with a real Chromium browser when required.
- 🧬 **Merge mode** — consolidate every contact found across a whole site into one tidy row.
- 📞 **Phone validation** — E.164-aware validation separates real phone numbers from timestamps, IDs and dates (kept in a separate "uncertain" column).
- 💾 **Live results** — rows are saved as soon as each site finishes, so a long run never loses progress.

### 🔑 Key Features

| Feature | Description |
|---|---|
| 📧 Emails | All public email addresses found on the site |
| 📞 Phones | Validated phone numbers (+ a separate uncertain list) |
| 🔗 Socials | LinkedIn, X/Twitter, Instagram, Facebook, YouTube, TikTok, Pinterest, Discord, Snapchat, Threads, Telegram, Reddit, WhatsApp |
| 🖼️ Iframes | Optionally extracts data embedded in frames |
| 🧬 Merge | One clean row per start URL, or one row per page |

### 📥 Input

```json
{
  "startUrls": [{ "url": "https://apify.com" }],
  "maxRequestsPerStartUrl": 20,
  "mergeContacts": true,
  "maxDepth": 2,
  "maxRequests": 1000,
  "sameDomain": true,
  "considerChildFrames": true,
  "useBrowser": false,
  "waitUntil": "domcontentloaded",
  "concurrency": 10,
  "proxyConfiguration": { "useApifyProxy": false }
}
````

| Field | Type | Description |
|---|---|---|
| `startUrls` | array | **Required.** Websites to crawl (bulk supported). |
| `maxRequestsPerStartUrl` | integer | Max pages per start URL. |
| `mergeContacts` | boolean | Merge all contacts of a site into one row. |
| `maxDepth` | integer | Link depth from the start URL. `0` = no following; empty = unlimited. |
| `maxRequests` | integer | Total page cap for the whole run. |
| `sameDomain` | boolean | Stay on the start URL's domain. |
| `considerChildFrames` | boolean | Also read iframes. |
| `useBrowser` | boolean | Force full browser rendering. |
| `waitUntil` | string | Browser wait event. |
| `concurrency` | integer | Parallel page fetches. |
| `proxyConfiguration` | object | Proxy settings. Default: no proxy (auto-escalates on blocks). |

### 📤 Output

```json
{
  "originalStartUrl": "https://apify.com",
  "domain": "apify.com",
  "scrapedUrls": ["https://apify.com/", "https://apify.com/contact"],
  "depth": 0,
  "emails": ["hello@apify.com"],
  "phones": [],
  "phonesUncertain": ["04788290"],
  "linkedIns": ["https://www.linkedin.com/company/apify"],
  "twitters": ["https://www.twitter.com/apify"],
  "instagrams": [],
  "facebooks": [],
  "youtubes": ["https://www.youtube.com/apify"],
  "tiktoks": ["https://www.tiktok.com/@apifytech"],
  "pinterests": [],
  "discords": ["https://discord.gg/w3e2v7rWDw"],
  "snapchats": [],
  "threads": [],
  "telegrams": [],
  "reddits": [],
  "whatsapps": []
}
```

The Output tab presents the data in separate views: **🗂️ Overview**, **📧 Emails**, **📞 Phones**, and **📱 Social media**.

### 🚀 How to Use (Apify Console)

1. Log in at [console.apify.com](https://console.apify.com) → **Actors**.
2. Open **Contact Details Scraper**.
3. Paste your **Start URLs** and adjust options (proxy, depth, merge…).
4. Click **Start**.
5. Watch the live log fill with 📬 contact discoveries in real time.
6. Open the **Output** tab when the run finishes.
7. Export to JSON / CSV / XLSX.

### 🤖 Use via API

```bash
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
     -H "Content-Type: application/json" \
     -d '{"startUrls":[{"url":"https://apify.com"}],"maxRequestsPerStartUrl":10}'
```

### 🎯 Best Use Cases

- Lead generation & sales prospecting
- Building outreach lists from a set of company websites
- Market & competitor research
- Enriching an existing CRM with public contact details

### 💰 Pricing

This Actor uses the **Pay-per-event** model. The primary billable event is **`contact-record`** — one charge per result row saved to the dataset. Platform usage (compute, proxies) is billed by Apify as usual. Configure exact prices in the Console **Monetization** wizard.

### ❓ FAQ

**Does it work on JavaScript-heavy sites?** Yes — it auto-renders pages with Chromium when the raw HTML looks incomplete, or you can force it with `useBrowser`.

**Why are some numbers under `phonesUncertain`?** They look phone-shaped but lack a valid country code (often timestamps or IDs). They are kept separately so real phones stay clean.

**Do I need a proxy?** No. It runs direct by default and only escalates to datacenter → residential proxies if a site blocks it.

### ⚖️ Cautions / Legal

Data is collected only from **publicly available** sources. Do not scrape content behind authentication without authorization. You are responsible for compliance with GDPR, CCPA, anti-spam laws, and the target sites' Terms of Service.

### 🛟 Support & Feedback

Open an issue on the Actor's **Issues** tab in the Apify Console.

# Actor input Schema

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

The list of websites the scraper will start crawling from. Use **Add** for single URLs, **Bulk** to paste many at once, or **Advanced** to load a list from a file/URL.

## `maxRequestsPerStartUrl` (type: `integer`):

The maximum number of pages that will be crawled from each start URL you provide.

## `mergeContacts` (type: `boolean`):

A more efficient method for data consolidation. When activated, this feature merges all found emails and social profiles from every page of the same start URL into a single result row — eliminating the need to review separate entries for each subpage and streamlining your workflow.

## `maxDepth` (type: `integer`):

How many links away from the Start URLs the scraper may travel. 0 = do not follow any links. Leave empty for unlimited depth.

## `maxRequests` (type: `integer`):

Hard cap on the total number of pages loaded across all start URLs. Keep this sane to control cost and runtime.

## `sameDomain` (type: `boolean`):

Only follow links that stay on the same domain as the start URL.

## `considerChildFrames` (type: `boolean`):

Also extract contact information embedded inside iframes/frames.

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

How many pages to fetch in parallel.

## `maximumLeadsEnrichmentRecords` (type: `integer`):

Enrich your output with detailed leads information for employees working at the business (domain found) — full name, work email address, phone number, job title and LinkedIn profile, plus company data such as industry and number of employees.

The number you set here is **per domain found**. Setting a high number can significantly increase your costs (example: a search that finds 1,000 domains × 10 leads each = up to 10,000 attempted leads). Leave 0 to disable.

## `leadsEnrichmentDepartments` (type: `array`):

Optional department filter for the business-leads add-on. Leave empty to include all departments.

## `verifyLeadsEnrichmentEmails` (type: `boolean`):

When the business-leads add-on is active, verify each enriched lead email before it is returned.

## `scrapeFacebookProfile` (type: `boolean`):

Highlight and (when the enrichment add-on is active) enrich Facebook profiles discovered on the crawled pages.

## `scrapeInstagramProfile` (type: `boolean`):

Highlight and (when the enrichment add-on is active) enrich Instagram profiles discovered on the crawled pages.

## `scrapeYoutubeProfile` (type: `boolean`):

Highlight and (when the enrichment add-on is active) enrich YouTube channels discovered on the crawled pages.

## `scrapeTiktokProfile` (type: `boolean`):

Highlight and (when the enrichment add-on is active) enrich TikTok profiles discovered on the crawled pages.

## `scrapeTwitterProfile` (type: `boolean`):

Highlight and (when the enrichment add-on is active) enrich X/Twitter profiles discovered on the crawled pages.

## `useBrowser` (type: `boolean`):

Use a real browser (Playwright + Chromium) to crawl the pages. Turn this on when you scrape dynamic content, which wouldn't be otherwise loaded. It can also help as an anti-blocking measure in some cases. When off, the scraper still auto-falls back to a browser for pages that need it.

## `waitUntil` (type: `string`):

When the HTML is loaded, including all dependent resources (stylesheets, scripts, …). Page lifecycle event to wait for when rendering with a browser.

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

By default the scraper connects directly (no proxy). If a site blocks the request, it automatically falls back to a datacenter proxy, then a residential proxy (with retries) and sticks with it. You can also force a proxy here.

## Actor input object example

```json
{
  "startUrls": [
    "https://apify.com"
  ],
  "maxRequestsPerStartUrl": 20,
  "mergeContacts": true,
  "maxDepth": 2,
  "maxRequests": 1000000,
  "sameDomain": true,
  "considerChildFrames": true,
  "concurrency": 10,
  "maximumLeadsEnrichmentRecords": 0,
  "verifyLeadsEnrichmentEmails": false,
  "scrapeFacebookProfile": true,
  "scrapeInstagramProfile": true,
  "scrapeYoutubeProfile": true,
  "scrapeTiktokProfile": true,
  "scrapeTwitterProfile": true,
  "useBrowser": false,
  "waitUntil": "domcontentloaded",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

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

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "https://apify.com"
    ],
    "maxRequestsPerStartUrl": 20,
    "mergeContacts": true,
    "maxDepth": 2,
    "maxRequests": 1000000,
    "concurrency": 10,
    "maximumLeadsEnrichmentRecords": 0,
    "scrapeFacebookProfile": true,
    "scrapeInstagramProfile": true,
    "scrapeYoutubeProfile": true,
    "scrapeTiktokProfile": true,
    "scrapeTwitterProfile": true,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("simpleapi/contact-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": ["https://apify.com"],
    "maxRequestsPerStartUrl": 20,
    "mergeContacts": True,
    "maxDepth": 2,
    "maxRequests": 1000000,
    "concurrency": 10,
    "maximumLeadsEnrichmentRecords": 0,
    "scrapeFacebookProfile": True,
    "scrapeInstagramProfile": True,
    "scrapeYoutubeProfile": True,
    "scrapeTiktokProfile": True,
    "scrapeTwitterProfile": True,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("simpleapi/contact-details-scraper").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 '{
  "startUrls": [
    "https://apify.com"
  ],
  "maxRequestsPerStartUrl": 20,
  "mergeContacts": true,
  "maxDepth": 2,
  "maxRequests": 1000000,
  "concurrency": 10,
  "maximumLeadsEnrichmentRecords": 0,
  "scrapeFacebookProfile": true,
  "scrapeInstagramProfile": true,
  "scrapeYoutubeProfile": true,
  "scrapeTiktokProfile": true,
  "scrapeTwitterProfile": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call simpleapi/contact-details-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "📇 Contact Details Scraper",
        "description": "📇 Contact Details Scraper extracts emails, phone numbers & addresses from public web profiles fast. ⚡ Perfect for B2B lead gen, outreach, sales & recruitment. ✅ Clean, structured output for smarter targeting.",
        "version": "0.1",
        "x-build-id": "PF3hQgwagf4mt5eOi"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/simpleapi~contact-details-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-simpleapi-contact-details-scraper",
                "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/simpleapi~contact-details-scraper/runs": {
            "post": {
                "operationId": "runs-sync-simpleapi-contact-details-scraper",
                "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/simpleapi~contact-details-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-simpleapi-contact-details-scraper",
                "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": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "🌐 Start URLs",
                        "type": "array",
                        "description": "The list of websites the scraper will start crawling from. Use **Add** for single URLs, **Bulk** to paste many at once, or **Advanced** to load a list from a file/URL.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxRequestsPerStartUrl": {
                        "title": "📄 Maximum pages per start URL",
                        "minimum": 1,
                        "type": "integer",
                        "description": "The maximum number of pages that will be crawled from each start URL you provide.",
                        "default": 20
                    },
                    "mergeContacts": {
                        "title": "🧬 Merge contacts",
                        "type": "boolean",
                        "description": "A more efficient method for data consolidation. When activated, this feature merges all found emails and social profiles from every page of the same start URL into a single result row — eliminating the need to review separate entries for each subpage and streamlining your workflow.",
                        "default": true
                    },
                    "maxDepth": {
                        "title": "🔗 Maximum link depth",
                        "minimum": 0,
                        "type": "integer",
                        "description": "How many links away from the Start URLs the scraper may travel. 0 = do not follow any links. Leave empty for unlimited depth.",
                        "default": 2
                    },
                    "maxRequests": {
                        "title": "🧮 Maximum pages for whole scrape",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Hard cap on the total number of pages loaded across all start URLs. Keep this sane to control cost and runtime.",
                        "default": 1000000
                    },
                    "sameDomain": {
                        "title": "🏠 Stay within domain",
                        "type": "boolean",
                        "description": "Only follow links that stay on the same domain as the start URL.",
                        "default": true
                    },
                    "considerChildFrames": {
                        "title": "🖼️ Probe frames",
                        "type": "boolean",
                        "description": "Also extract contact information embedded inside iframes/frames.",
                        "default": true
                    },
                    "concurrency": {
                        "title": "⚡ Concurrency",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "How many pages to fetch in parallel.",
                        "default": 10
                    },
                    "maximumLeadsEnrichmentRecords": {
                        "title": "👥 Add-on: Extract business leads information — Maximum leads per domain ($)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Enrich your output with detailed leads information for employees working at the business (domain found) — full name, work email address, phone number, job title and LinkedIn profile, plus company data such as industry and number of employees.\n\nThe number you set here is **per domain found**. Setting a high number can significantly increase your costs (example: a search that finds 1,000 domains × 10 leads each = up to 10,000 attempted leads). Leave 0 to disable.",
                        "default": 0
                    },
                    "leadsEnrichmentDepartments": {
                        "title": "🏷️ Leads departments selection",
                        "type": "array",
                        "description": "Optional department filter for the business-leads add-on. Leave empty to include all departments.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "c_suite",
                                "product",
                                "engineering_technical",
                                "design",
                                "education",
                                "finance",
                                "human_resources",
                                "information_technology",
                                "legal",
                                "marketing",
                                "medical_health",
                                "operations",
                                "sales",
                                "consulting"
                            ],
                            "enumTitles": [
                                "C-Suite",
                                "Product",
                                "Engineering & Technical",
                                "Design",
                                "Education",
                                "Finance",
                                "Human Resources",
                                "Information Technology",
                                "Legal",
                                "Marketing",
                                "Medical & Health",
                                "Operations",
                                "Sales",
                                "Consulting"
                            ]
                        }
                    },
                    "verifyLeadsEnrichmentEmails": {
                        "title": "✅ Add-on: Email verification ($)",
                        "type": "boolean",
                        "description": "When the business-leads add-on is active, verify each enriched lead email before it is returned.",
                        "default": false
                    },
                    "scrapeFacebookProfile": {
                        "title": "👍 Enable Facebook profile scraping",
                        "type": "boolean",
                        "description": "Highlight and (when the enrichment add-on is active) enrich Facebook profiles discovered on the crawled pages.",
                        "default": true
                    },
                    "scrapeInstagramProfile": {
                        "title": "📸 Enable Instagram profile scraping",
                        "type": "boolean",
                        "description": "Highlight and (when the enrichment add-on is active) enrich Instagram profiles discovered on the crawled pages.",
                        "default": true
                    },
                    "scrapeYoutubeProfile": {
                        "title": "▶️ Enable YouTube channel scraping",
                        "type": "boolean",
                        "description": "Highlight and (when the enrichment add-on is active) enrich YouTube channels discovered on the crawled pages.",
                        "default": true
                    },
                    "scrapeTiktokProfile": {
                        "title": "🎵 Enable TikTok profile scraping",
                        "type": "boolean",
                        "description": "Highlight and (when the enrichment add-on is active) enrich TikTok profiles discovered on the crawled pages.",
                        "default": true
                    },
                    "scrapeTwitterProfile": {
                        "title": "🐦 Enable X (Twitter) profile scraping",
                        "type": "boolean",
                        "description": "Highlight and (when the enrichment add-on is active) enrich X/Twitter profiles discovered on the crawled pages.",
                        "default": true
                    },
                    "useBrowser": {
                        "title": "🧭 Use browser for scraping",
                        "type": "boolean",
                        "description": "Use a real browser (Playwright + Chromium) to crawl the pages. Turn this on when you scrape dynamic content, which wouldn't be otherwise loaded. It can also help as an anti-blocking measure in some cases. When off, the scraper still auto-falls back to a browser for pages that need it.",
                        "default": false
                    },
                    "waitUntil": {
                        "title": "⏳ Consider page to be loaded",
                        "enum": [
                            "commit",
                            "domcontentloaded",
                            "load",
                            "networkidle"
                        ],
                        "type": "string",
                        "description": "When the HTML is loaded, including all dependent resources (stylesheets, scripts, …). Page lifecycle event to wait for when rendering with a browser.",
                        "default": "domcontentloaded"
                    },
                    "proxyConfiguration": {
                        "title": "🛡️ Proxy configuration",
                        "type": "object",
                        "description": "By default the scraper connects directly (no proxy). If a site blocks the request, it automatically falls back to a datacenter proxy, then a residential proxy (with retries) and sticks with it. You can also force a proxy here.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
