🔍 Lead List Enricher — Emails, Phones & Social from Any Domain avatar

🔍 Lead List Enricher — Emails, Phones & Social from Any Domain

Pricing

from $4.00 / 1,000 domain enricheds

Go to Apify Store
🔍 Lead List Enricher — Emails, Phones & Social from Any Domain

🔍 Lead List Enricher — Emails, Phones & Social from Any Domain

Enrich your lead lists with contact data from any website. Upload domains or company URLs and get emails, phone numbers, social media profiles, and tech stack. Free Clearbit & ZoomInfo alternative. Bulk domain enrichment for sales teams.

Pricing

from $4.00 / 1,000 domain enricheds

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Lead List Enricher — Emails, Phones & Social from Any Domain

Enrich your lead lists with real contact data. Give it a list of company websites, and it extracts:

  • Email addresses — crawls homepage + contact/about pages
  • Phone numbers — US format detection
  • Social media profiles — LinkedIn, Facebook, Instagram, Twitter/X, YouTube, TikTok
  • Technology stack — WordPress, Shopify, React, HubSpot, Stripe, and 20+ more
  • Company metadata — title, description, address

How it works

  1. Fetches each company's homepage
  2. Crawls contact, about, and team pages for more data
  3. Extracts emails, phones, and social links from all pages
  4. Detects tech stack from page source
  5. Returns structured data per domain

Use cases

  • Sales teams: Enrich prospect lists before outreach
  • Marketing agencies: Build contact databases for campaigns
  • Recruiters: Find company contact info at scale
  • Researchers: Analyze company tech stacks and online presence

Input

Add company domains or full URLs:

stripe.com
https://notion.so
linear.app

Output

Each domain returns:

{
"domain": "stripe.com",
"emails": ["sales@stripe.com", "support@stripe.com"],
"phones": ["+1-888-926-2289"],
"social_profiles": {
"twitter": "https://twitter.com/stripe",
"linkedin": "https://linkedin.com/company/stripe",
"facebook": "https://facebook.com/StripeHQ"
},
"tech_stack": ["React", "Next.js", "Stripe", "Google Analytics"],
"meta_title": "Stripe | Financial Infrastructure for the Internet",
"address": "354 Oyster Point Blvd, South San Francisco, CA 94080"
}

Pricing

Pay only for what you use:

  • $0.005 per actor start
  • $0.004 per domain enriched

No monthly fees. No API keys required.


💻 Code Example — Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/lead-list-enricher").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example — cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~lead-list-enricher/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'

❓ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.

Q: Is this actor maintained? Yes. NexGenData maintains 140+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes — you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

💰 Pricing

Pay-per-event pricing — you only pay for what you actually extract.

  • Actor Start: $0.0050
  • Domain enriched: $0.0040

🚀 Apify Affiliate Program

New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.


Built and maintained by NexGenData — 140+ actors covering scraping, enrichment, MCP servers, and automation.