Company Email Finder โ€” B2B Contact Discovery API avatar

Company Email Finder โ€” B2B Contact Discovery API

Pricing

from $100.00 / 1,000 business email records

Go to Apify Store
Company Email Finder โ€” B2B Contact Discovery API

Company Email Finder โ€” B2B Contact Discovery API

Find verified business emails for any company domain. Extract CEO, CTO, sales contacts with verification and deliverability scores. Delivers leads straight to your Notion via Apify MCP connectors. No API key. Pay per record.

Pricing

from $100.00 / 1,000 business email records

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

200

Total users

24

Monthly active users

13 days ago

Last modified

Share

Company Email Finder

Find verified company email addresses from a domain or company name. Build B2B prospect lists your sales team can actually reach.

Output is a prospect list for your sales team, assembled from public web and business sources. Use it in line with applicable outreach and privacy law.

What it does

Give the actor one or more company domains and it returns verified company email addresses as clean JSON โ€” one record per email, with the provider, source and verification status. Optionally deliver the same results straight to Notion or Supabase.

Input

The only required field is domains โ€” a list of company domains or URLs. Everything else is optional delivery configuration.

Example input

{
"domains": ["stripe.com", "apple.com", "https://notion.so"]
}

Configuration

FieldTypeRequiredDescription
domainsarray of stringsYesCompany domains or URLs to find emails for (e.g. stripe.com, https://apple.com).
notionConnectorstringNoConnect a Notion workspace to also write the discovered leads to a Notion page.
notionParentIdstringNoNotion page ID to create the leads page under. Leave blank to create a private page.
supabaseConnectorstringNoConnect your own Supabase project to also insert results into a table.
supabaseTablestringNoTarget table in the public schema. Defaults to nexgendata_leads, created if missing.
supabaseProjectIdstringNoYour Supabase project reference (e.g. abcdefghijklmnop), required unless the connector URL already includes it.
deliveryDedupbooleanNoWhen on (default), records already delivered in a previous run are not delivered again.

Output

Clean JSON, one record per email (8 fields):

FieldDescription
emailThe email address found.
emailTypeKind of address โ€” e.g. role-based (sales@, info@) or personal.
sourceWhere the address was discovered (public web or business source).
domainCompany domain the address belongs to.
companyNameCompany name.
emailProviderMail provider inferred from MX records (e.g. Google Workspace, Microsoft 365).
mxRecordsMX records for the domain.
verifiedWhether the address passed MX and format verification.

Example output

{
"email": "sales@stripe.com",
"emailType": "role-based",
"source": "company-website",
"domain": "stripe.com",
"companyName": "Stripe",
"emailProvider": "Google Workspace",
"mxRecords": ["aspmx.l.google.com"],
"verified": true
}

Pricing: $0.100 per email (Pay-Per-Event) โ€” about 10 emails per $1.

Use with AI agents

Point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and run prospecting on demand.

Agentic payments (x402): Supports agentic payment via x402 โ€” agents can call this actor with USDC, no API key required.

The lead-gen workflow chain โ€” found leads? verify โ†’ enrich โ†’ push to CRM:

  1. Find: B2B Leads Finder ยท Person Email Finder ยท Website Contact Scraper ยท Yellow Pages
  2. Enrich: Company Enrichment ยท B2B Contact Enricher ยท Lead List Enricher ยท Website Tech & Contact Audit
  3. Verify & clean: Email Verification ยท Bulk Email Validator ยท Lead List Cleaner
  4. Deliver: Leads to Notion CRM

Front door โ€” Sales Intelligence MCP: the sales-intelligence agent that fronts this whole cluster โ†’ Sales Intelligence MCP


Public web & business-source data, assembled as sales-team prospect lists.