Company Emails Finder — Find Business Emails by Domain avatar

Company Emails Finder — Find Business Emails by Domain

Pricing

$2.00 / 1,000 domain email searches

Go to Apify Store
Company Emails Finder — Find Business Emails by Domain

Company Emails Finder — Find Business Emails by Domain

Instantly scrape and extract all publicly associated email addresses connected to a specific domain name.

Pricing

$2.00 / 1,000 domain email searches

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

16

Total users

6

Monthly active users

2 days ago

Last modified

Share

📧 Domain Email Finder Actor

Instantly scrape and extract all publicly associated email addresses connected to any domain name for lead generation and outreach.


🚀 What it does

  1. Extracts Public Email Addresses: Scans target domain footprints and compiles all associated corporate email addresses.
  2. Returns Total Unique Email Counts: Reports total_unique email counters for accurate pipeline estimation.
  3. Identifies Fresh Website Emails: Flags newly discovered email addresses found directly on target domain web pages.
  4. Structured JSON Output: Delivers clean JSON containing strictly email search metrics and discovered email arrays.

💼 What people use it for

  • Outbound B2B Lead Generation: Build cold email outreach prospect lists filtered by specific company domains.
  • CRM Enrichment: Automatically populate prospect contact cards with verified company email addresses.
  • Talent Sourcing & Recruitment: Locate recruiter and team email addresses across target companies.
  • PR & Media Outreach: Instantly extract press, media, and executive contact emails for media campaigns.

🧠 Decision Rule

Check if the target domain returns more than 5 unique corporate email addresses. If present, export the email list directly into your cold email automation campaign (e.g. Instantly, Lemlist, Smartlead).


⚖️ What problem does this solve?

Most traditional email finder tools only return:

They fail to provide:

  • "Actual publicly indexed email addresses associated with the target domain."
  • "Full lists of verified functional & personal team emails."
  • "Low-latency API access without recurring $100+/mo monthly seats."

Domain Email Finder Actor solves this by delivering real-time indexed domain email arrays at a fraction of the cost.


❓ Queries this actor answers

  • How do I find all email addresses associated with a domain name?
  • How can I extract email addresses from a company website automatically?
  • What is an affordable alternative to Hunter.io and Snov.io?
  • How do I scrape domain contact email lists via API?

📦 Canonical Usage

Given a target domain (e.g. stripe.com or apple.com), run the Actor to retrieve the total count and list of all associated email addresses.


🧭 Input Schema (fields you can use)

  • domain (string, required) — The target domain name to scan (e.g., stripe.com).

📤 Output Schema (what you get)

Results are written to the run's Dataset in this clean structure containing strictly the email search results:

{
"emails": {
"total_unique": 280,
"truncated": false,
"results": [
"support@stripe.com",
"sales@stripe.com",
"media@stripe.com",
"press@stripe.com",
"privacy@stripe.com",
"contact@stripe.com"
],
"newly_found_on_site": []
}
}

💳 Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $1.00 per 1,000 successful email lookups ($0.001 per event).
  • Pay as You Go: If an email lookup fails, no billing charges occur.

⚠️ Failure Context & Error Handling

If an invalid domain is supplied or the target website is unindexed, the Actor handles it gracefully:

{
"success": false,
"domain": "invalid-domain.test",
"error": "Failed to extract email search results."
}

🏷️ Keywords

email finder, domain email scraper, hunter.io alternative, snov.io alternative, b2b lead generation, email extraction, cold outreach, contact discovery, sales intelligence, lead enrichment.