Contact Evidence Enricher avatar

Contact Evidence Enricher

Pricing

from $33.50 / 1,000 contact records

Go to Apify Store
Contact Evidence Enricher

Contact Evidence Enricher

Give it a list of company domains; it returns one CRM-ready record per domain describing public contact facts (emails, phones, postal addresses, contact page).

Pricing

from $33.50 / 1,000 contact records

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

🌐 Contact Evidence Enricher

Give it a list of company domains; it returns one CRM-ready record per domain describing public contact facts (emails, phones, postal addresses, contact page). It works only from each company's own public pages, and it honours robots.txt per domain: any page a site disallows is skipped, never bypassed.

Every value carries the exact page URL it appeared on, and emails are only ever reported when they literally appear on a fetched page — never guessed, pattern-constructed, or inferred from a name.

Difference from a generic Contact Info Scraper: evidence-first provenance, and it never guesses an email.

Output is one contact_evidence row per result; billing is pay-per-event, the value event being one contact record (a $0.02 start fee per run, then $0.05 per contact record).

No login, no API key and no CAPTCHA solving are involved: the source is read logged-out.

📊 Sample Output

Contact Evidence Enricher sample output — a table of real contact record rows (domain, checked_pages, phones, addresses) from run SqTfc8tBEvg6QSIei on build 0.1.8

Real rows from run SqTfc8tBEvg6QSIei on build 0.1.8 (2026-09-17), the same input as the Quick start below — every value is as the source published it (emails masked, long text shortened):

domainchecked_pagesphonesaddressescontact_pagecharged_event
vercel.com["https://vercel.com/", "https://vercel.com/contact", "https://vercel.[{"value": "0.00639947", "evidence_url": "https://vercel.com/"}, {"val[{"value": "440 N Barranca Ave #4133", "evidence_url": "https://vercel{"value": "https://vercel.com/contact", "evidence_url": "https://vercecontact_record
stripe.com["https://stripe.com/", "https://stripe.com/contact", "https://stripe.[{"value": "+1 888 926 2289", "evidence_url": "https://stripe.com/"},[{"value": "60 Anson Road #05-01", "evidence_url": "https://stripe.com{"value": "https://stripe.com/contact", "evidence_url": "https://stripcontact_record

The run finished with the status message: NORMAL: 2 of 2 domains enriched ({'ok': 2}). contact_record billable=2

✅ What you get

Each row is flat JSON with these fields (from the dataset schema and the sample run; a field the source does not publish for a given row is null):

  • record_type (string) — e.g. contact_evidence
  • domain (string/null) — e.g. vercel.com
  • checked_pages (array/null) — e.g. ["https://vercel.com/", "https://vercel.com/contact", "https://vercel.com/about"
  • robots_skipped (array/null) — null in every sample row
  • observed_at (string/null) — e.g. 2026-09-17T17:05:43Z
  • source_url (string/null) — e.g. https://vercel.com/
  • emails (array/null) — e.g. [{"value": "[email on record]", "evidence_url": "https://stripe.com/"}]
  • phones (array/null) — e.g. [{"value": "0.00639947", "evidence_url": "https://vercel.com/"}, {"value": "0.16
  • addresses (array/null) — e.g. [{"value": "440 N Barranca Ave #4133", "evidence_url": "https://vercel.com/"}]
  • contact_page (object/null) — e.g. {"value": "https://vercel.com/contact", "evidence_url": "https://vercel.com/cont
  • status (string/null) — e.g. ok
  • charged_event (string/null) — e.g. contact_record
  • terminal (string/null) — null in every sample row
  • supplied (integer/null) — null in every sample row
  • processed (integer/null) — null in every sample row
  • status_counts (object/null) — null in every sample row
  • billed (integer/null) — null in every sample row

Every run also writes a RUN_RECEIPT record to its key-value store with the source checks it made and the counts it charged — diagnostics never land in the paid dataset.

⚙️ Sample inputs

1. Quick start — the Store example (this is what the sample above came from)

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 10
}

The sample run charged exactly: 1 × $0.02 apify-actor-start + 2 × $0.05 contact_record = $0.12 on the Free tier — every delivered row was billed.

2. A smaller, narrowed run

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 5
}

Caps the run at 5 rows — about $0.27 on the Free tier ($0.02 start + 5 × $0.05).

3. A full-size run

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 100
}

Up to 100 rows (the schema default for maxRecords) — about $5.02 on the Free tier ($0.02 start + 100 × $0.05) if the source has that many.

🧾 JSON sample record

One real record from run SqTfc8tBEvg6QSIei, exactly as it lands in the dataset (emails masked, long text shortened):

{
"record_type": "contact_evidence",
"domain": "vercel.com",
"checked_pages": [
"https://vercel.com/",
"https://vercel.com/contact",
"https://vercel.com/about"
],
"robots_skipped": [],
"observed_at": "2026-09-17T17:05:43Z",
"source_url": "https://vercel.com/",
"emails": [],
"phones": [
{
"value": "0.00639947",
"evidence_url": "https://vercel.com/"
},
{
"value": "0.166969 310",
"evidence_url": "https://vercel.com/"
},
{
"value": "179842912",
"evidence_url": "https://vercel.com/about"
}
],
"addresses": [
{
"value": "440 N Barranca Ave #4133",
"evidence_url": "https://vercel.com/"
}
],
"contact_page": {
"value": "https://vercel.com/contact",
"evidence_url": "https://vercel.com/contact"
},
"status": "ok",
"charged_event": "contact_record"
}

🔧 How it works

Transport. Plain HTTPS from the Apify platform, no proxy. robots.txt is read first and a disallowed path is never fetched.

Terminal states. A run ends NORMAL, CAPPED (your cap was reached), PARTIAL (something was withheld and the message says what), GENUINE_EMPTY (the source was read and truly had nothing in scope) or BLOCKED (the source refused or changed shape — the run FAILS loud and bills nothing). A zero-row run is never reported as a silent success.

Charging. Each contact record is charged at the moment it is pushed (contact_record); a row that fails to charge is not delivered, so the dataset count always equals the charged count.

How it works

For each domain supplied, the actor runs a robots preflight on every page it wants to read. Allowed pages are fetched from the company's own site; disallowed pages are skipped and recorded in robots_skipped. Each record reports a status:

  • ok — data was found (this is the only status that bills)
  • no_data — the site was reachable but nothing matched
  • robots_blocked — the page(s) needed were disallowed by robots.txt (skipped, never bypassed)
  • unreachable — the site did not respond

A domain that is robots-blocked, unreachable, or yields no data is delivered as a record for your visibility but bills nothing. If every supplied domain is unreachable, the run fails loudly (an egress outage is never delivered as an empty success).

What is not done. No login, no cookie or CAPTCHA bypass, no private or personal-account data, no browser automation.

💰 Pricing example

EventFreeBronzeSilverGold
Actor Start (apify-actor-start)$0.02$0.02$0.02$0.02
Contact Record (contact_record)$0.05$0.04$0.04$0.03

Worked at the live Free-tier price:

  • 2 contact records: $0.02 start + 2 × $0.05 = $0.12
  • 25 contact records: $0.02 start + 25 × $0.05 = $1.27
  • 100 contact records: $0.02 start + 100 × $0.05 = $5.02

A run that delivers zero rows charges the $0.02 start fee only. A BLOCKED run (source refused) fails loud and charges no value event. The start fee is charged once per GB of run memory; the default run memory is 1024 MB.

Yield on the sample run: NORMAL: 2 of 2 domains enriched ({'ok': 2}). contact_record billable=2. maxRecords is a hard ceiling on what is delivered and billed, never a target.

This actor reads public data only. It collects only what the source publishes to any visitor, keeps to the source's robots rules (checked on every run), identifies itself, and does not access accounts, private data or anything behind authentication. Use the output in line with the source's terms and your local law; the intended use is B2B research and monitoring.

❓ FAQ

Q: Do I need an API key or a login?
A: No. the input schema has no key field and the actor carries no secrets.

Q: Why did my run return 0 rows?
A: Read the run's status message. GENUINE_EMPTY means the source was read and had nothing in scope for your input; BLOCKED means the source refused and the run failed without billing a value event — retry later or narrow the input. A zero-row run bills the start fee only.

Q: How many rows can one run return?
A: Up to maxRecords (default 100). Raise the cap for a bigger run; you pay per delivered row.

Q: How fresh is the data?
A: Every run reads the source live at run time; nothing is cached between runs. Put it on a schedule for a continuous feed.

Q: What formats can I export?
A: The dataset downloads as JSON, CSV, Excel, XML or RSS from the run's Dataset tab or the Apify API, and any run can push to a webhook or integration.

Q: How is this different from the other web QA and enrichment tools actors?
A: Same output shape and billing model; this one covers Contact Evidence Enricher. The siblings under Related Actors cover the other sources or slices — run several on one schedule for a combined feed.

Q: Are there rate limits?
A: The actor paces itself against the source and honours its robots rules; there is no per-buyer limit beyond your Apify plan's concurrency.

🆘 Troubleshooting

  • Run FAILED with BLOCKED → the source refused the request or changed its page shape → nothing was billed beyond the start fee; retry after a while, and if it persists open an Issue with the run id.
  • Status says CAPPED → your cap (maxRecords) was reached → raise it for a bigger run.
  • Input validation error on start → a field is outside the schema's allowed values → start from the Quick start block and change one field at a time.
  • Run TIMED-OUT → a very wide request on a slow day → raise the run timeout in Run options or narrow the input; what was delivered before the timeout is still in the dataset.
  • Article Record Extractor — Turns a list of article URLs into normalized records: title, author, published/modified dates, canonical, heading outline, main text, word count, lan…
  • Brand Asset Pack — Give it a list of company domains; it returns one CRM-ready record per domain describing
  • Crossref DOI Metadata QA — A per-DOI QA verdict from official Crossref metadata — each DOI returns valid, not_found, or metadata_incomplete with every missing required field na…
  • HTML to PDF Evidence Renderer — Renders each HTML document or permitted public URL to a hashed, print-pinned PDF evidence artifact: page count, resource-failure ledger, input+output…
  • Internal Link Architecture Verifier — Runs a bounded same-origin crawl unioned with your sitemap, builds the internal link graph, and returns one evidenced verdict per page: orphan-from-s…
  • 🏢 About NexGenData — NexGen Watch is NexGenData's fleet of 256 public monitoring and lookup actors built on official sources, pay-per-result. Browse the catalog at apify.com/nexgenwatch.

⭐ Found this useful?

If this actor saved you a manual check, a quick review on the Apify Store helps other teams find it. Feature request or a source that changed? Open it from the Issues tab — every one is read.