# Website Contact Email Phone Scraper (`black_magic/public-contact-and-conversion-intelligence`) Actor

Website email scraper + business phone/contact form finder with contactability score. Pay .005/success; failed sites free. Public pages only.

- **URL**: https://apify.com/black\_magic/public-contact-and-conversion-intelligence.md
- **Developed by:** [Nicholas Knight](https://apify.com/black_magic) (community)
- **Categories:** Lead generation, AI, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Public Contact & Conversion Intelligence

**Store:** https://apify.com/black_magic/public-contact-and-conversion-intelligence  
**Also on RapidAPI:** https://rapidapi.com/knightlogics/api/public-contact-conversion-intelligence (BASIC free · 10 sites/mo)

Turn public business websites into structured, evidence-backed contactability records. URL in → emails, phones, forms, social links, CTAs, and DNS mail-policy signals out.

### Case study (proof)

Real run on `https://knightlogics.com` (2 public pages): **contactability score 85** with public email, phones, form, Facebook/LinkedIn, and MX+SPF+DMARC on the email domain.

Full write-up: [`marketplace/case-study-knightlogics.md`](marketplace/case-study-knightlogics.md) · JSON: [`marketplace/sample-output-excerpt.json`](marketplace/sample-output-excerpt.json)

### Why this Actor (vs generic email scrapers)

- **Pay only on success** — failed websites are logged and **not** written to the default dataset, so they are **uncharged** under pay-per-event
- **Contactability score (0–100)** with explicit score reasons — not just a raw email dump
- **DNS mail-policy evidence** (MX / SPF / DMARC presence) for discovered email domains — domain-level, not mailbox existence claims
- **Public pages only** — no login, no SMTP probing, no outreach sending

### Who it is for

- CRM hygiene and vendor / supplier research
- Sales operations and directory QA
- Lead-list enrichment when you already have a company website (public pages only)
- Agentic scrapers that need contact paths, not outreach automation

It does **not** log in, bypass access controls, probe SMTP mailboxes, claim that a mailbox exists, send outreach, or collect data from private profiles.

### Example input

```json
{
  "urls": ["https://knightlogics.com"],
  "maxPagesPerSite": 3
}
````

Provide 1–100 public `https://` URLs and choose 1–5 pages per website. The Actor starts at the homepage and follows only same-site links that look like contact, about, team, support, quote, estimate, booking, or scheduling pages.

**Trust note:** Failed websites are logged and **not** written to the default dataset, so they are **not charged** under pay-per-event.

### Example output (excerpt)

Each successful website becomes one dataset item. Failed sites are logged and **not** pushed to the default dataset (so they are **uncharged** under pay-per-event).

Real smoke / demo excerpt from `https://knightlogics.com`:

```json
{
  "requested_url": "https://knightlogics.com",
  "final_url": "https://knightlogics.com",
  "title": "Knight Logics | Tampa Bay Websites & Local SEO",
  "emails": ["support@knightlogics.com"],
  "phones": ["+18137735553", "+18138273413"],
  "contact_forms": ["https://formspree.io/f/xnnggyzp"],
  "social_links": {
    "facebook": "https://www.facebook.com/KnightLogics/",
    "linkedin": "https://www.linkedin.com/company/knight-logics/"
  },
  "contactability_score": 85,
  "score_reasons": [
    "public email found (+30)",
    "public phone found (+15)",
    "contact form found (+25)",
    "public social profile found (+10)",
    "email domain publishes MX records (+5)"
  ]
}
```

Full sample: [`marketplace/sample-output-excerpt.json`](marketplace/sample-output-excerpt.json). Store thumbnail (upload in Console if needed): [`marketplace/apify-store-thumbnail.png`](marketplace/apify-store-thumbnail.png).

### Pricing and agent use

Pay-per-event on Apify’s primary dataset-item event (`apify-default-dataset-item`): **$0.005 per successful website**. Failed sites are uncharged. The Actor checks the buyer’s charge limit before additional work and stops when the limit is exhausted.

Pay-per-event plus limited permissions makes the Actor eligible for Apify agentic payments, subject to the seller’s Console configuration and Store publication.

**Also sell / try:**

- RapidAPI BASIC free (10 sites/mo) → PRO $25/2k: https://rapidapi.com/knightlogics/api/public-contact-conversion-intelligence
- $9 offline auditor + API toolkit (Polar / itch) for teams that want the local Opportunity Auditor too
- Free demos on the agent origin: https://agent.tryknightlogics.com

**Prefer card/USD without crypto?** Same product on RapidAPI Hub — BASIC free (10 requests/month), then PRO $25 / 2,000 when you outgrow BASIC.

### Store SEO keywords

public contact extractor, website email scraper (public pages), business phone finder, contact form finder, CRM website enrichment, vendor research contacts, sales ops contactability score, MX SPF DMARC check, lead list website enrichment, public website intelligence, B2B contact path extraction

### Try the same product elsewhere

- RapidAPI Hub BASIC free (10/mo) → PRO $25/2k: https://rapidapi.com/knightlogics/api/public-contact-conversion-intelligence
- Free demo on agent origin: `POST https://agent.tryknightlogics.com/api/demo/public-contact-intelligence`

### Responsible use

Use public business contact data only for a lawful purpose. Buyers are responsible for privacy, anti-spam, platform, consent, suppression-list, and opt-out requirements that apply to their use case and jurisdiction. This Actor is an extraction and evidence tool, not an outreach service.

### Reliability boundaries

- Only public HTTPS pages are accepted.
- Private, loopback, link-local, and credential-bearing targets are rejected.
- Every redirect is revalidated; cross-domain crawling is refused.
- HTML is capped at 512 KB per page, redirects at 3, and pages at 5 per website.
- Email DNS evidence is domain-level and does not prove mailbox existence.
- JavaScript-only pages may expose fewer signals than rendered browser crawlers.

# Actor input Schema

## `urls` (type: `array`):

One public HTTPS website per line.

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

Scans the homepage plus likely contact/about/quote pages, up to this limit. Failed sites are not charged.

## Actor input object example

```json
{
  "urls": [
    "https://knightlogics.com"
  ],
  "maxPagesPerSite": 3
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("black_magic/public-contact-and-conversion-intelligence").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("black_magic/public-contact-and-conversion-intelligence").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 '{}' |
apify call black_magic/public-contact-and-conversion-intelligence --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=black_magic/public-contact-and-conversion-intelligence",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Website Contact Email Phone Scraper",
        "description": "Website email scraper + business phone/contact form finder with contactability score. Pay \\.005/success; failed sites free. Public pages only.",
        "version": "1.0",
        "x-build-id": "SR4encNIetbBb1mdF"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/black_magic~public-contact-and-conversion-intelligence/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-black_magic-public-contact-and-conversion-intelligence",
                "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/black_magic~public-contact-and-conversion-intelligence/runs": {
            "post": {
                "operationId": "runs-sync-black_magic-public-contact-and-conversion-intelligence",
                "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/black_magic~public-contact-and-conversion-intelligence/run-sync": {
            "post": {
                "operationId": "run-sync-black_magic-public-contact-and-conversion-intelligence",
                "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": [
                    "urls"
                ],
                "properties": {
                    "urls": {
                        "title": "Public website URLs",
                        "minItems": 1,
                        "maxItems": 100,
                        "type": "array",
                        "description": "One public HTTPS website per line.",
                        "items": {
                            "type": "string",
                            "pattern": "^https://"
                        },
                        "default": [
                            "https://knightlogics.com"
                        ]
                    },
                    "maxPagesPerSite": {
                        "title": "Maximum pages per website",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Scans the homepage plus likely contact/about/quote pages, up to this limit. Failed sites are not charged.",
                        "default": 3
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
