Company Email Finder โ B2B Contact Discovery API
Pricing
from $100.00 / 1,000 business email records
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
Maintained by CommunityActor stats
0
Bookmarked
200
Total users
24
Monthly active users
13 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
domains | array of strings | Yes | Company domains or URLs to find emails for (e.g. stripe.com, https://apple.com). |
notionConnector | string | No | Connect a Notion workspace to also write the discovered leads to a Notion page. |
notionParentId | string | No | Notion page ID to create the leads page under. Leave blank to create a private page. |
supabaseConnector | string | No | Connect your own Supabase project to also insert results into a table. |
supabaseTable | string | No | Target table in the public schema. Defaults to nexgendata_leads, created if missing. |
supabaseProjectId | string | No | Your Supabase project reference (e.g. abcdefghijklmnop), required unless the connector URL already includes it. |
deliveryDedup | boolean | No | When on (default), records already delivered in a previous run are not delivered again. |
Output
Clean JSON, one record per email (8 fields):
| Field | Description |
|---|---|
email | The email address found. |
emailType | Kind of address โ e.g. role-based (sales@, info@) or personal. |
source | Where the address was discovered (public web or business source). |
domain | Company domain the address belongs to. |
companyName | Company name. |
emailProvider | Mail provider inferred from MX records (e.g. Google Workspace, Microsoft 365). |
mxRecords | MX records for the domain. |
verified | Whether 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.
Related lead-gen actors
The lead-gen workflow chain โ found leads? verify โ enrich โ push to CRM:
- Find: B2B Leads Finder ยท Person Email Finder ยท Website Contact Scraper ยท Yellow Pages
- Enrich: Company Enrichment ยท B2B Contact Enricher ยท Lead List Enricher ยท Website Tech & Contact Audit
- Verify & clean: Email Verification ยท Bulk Email Validator ยท Lead List Cleaner
- 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.