Public Lead Evidence and Contact Verification avatar

Public Lead Evidence and Contact Verification

Pricing

Pay per usage

Go to Apify Store
Public Lead Evidence and Contact Verification

Public Lead Evidence and Contact Verification

Extract public business contacts and page evidence from customer-supplied public URLs. Does not verify ownership.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sarthiii B

Sarthiii B

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

This Actor reads customer-supplied public HTTP or HTTPS pages. It extracts business contact data and ties each observed field to the supplied page URL.

It does not log in, bypass access controls, or verify ownership. ownership_verified is always false.

Input

{
"urls": ["https://example.com/contact"],
"sourcePolicy": "public-pages-only",
"timeoutMs": 15000,
"maxResponseBytes": 2097152
}

The Actor accepts up to 20 URLs. Duplicate URLs are removed after URL normalization. The source policy only permits public pages. Local, loopback, private, link-local, and credential-bearing URLs are rejected, including private addresses returned by DNS. Requests use a timeout and a bounded streaming response body. Redirects are not followed.

Output

Each input source produces one record. A failed source produces a warning record, so other sources continue. Failed sources include This failed source produced no billable contact evidence. as a non-billable warning.

Records include the source URL, hostname, observed company name, public email addresses, public telephone links, public social links, field-level evidence, observed fields, ownership_verified: false, a UTC collected_at timestamp, and warnings. Email and link values are deduplicated.

Local use

npm install
npm test
apify validate-schema
apify run --input '{"urls":["https://example.com/contact"]}'

Use only public pages that you are allowed to access. Do not submit credentials or private URLs.