Domain Lead Enricher - Apollo Clearbit Alt
Pricing
Pay per event
Domain Lead Enricher - Apollo Clearbit Alt
Enrich any domain into a complete B2B sales lead: company name, description, industry, employee estimate, location, public business emails, phones, social profiles, tech stack. 100x cheaper than Apollo or Clearbit.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Mohieldin Mohamed
Actor stats
0
Bookmarked
4
Total users
3
Monthly active users
4 days ago
Last modified
Categories
Share
Domain Lead Enricher — Apollo / Clearbit alternative at 1/100 the cost
Turn any domain into a complete B2B sales lead profile in one HTTP request. 100x cheaper than Apollo or Clearbit.
You give it a list of domains. It returns company name, description, industry, employee estimate, location, public business emails, phone numbers, social profiles, tech stack, and a 0-100 enrichment score for each one. Pay-per-event so you only pay for the leads you actually need.
What does Domain Lead Enricher do?
Sales teams spend $99-$2,000/month on tools like Apollo, Clearbit, Hunter and ZoomInfo to enrich domains into structured lead profiles. This actor delivers ~70% of that value at 1% of the cost using only public web data:
- Company name from
og:site_name, JSON-LD Organization schema, or<title> - Description from meta description, JSON-LD, or about page
- Industry from JSON-LD or schema.org markup
- Logo from favicon / apple-touch-icon / manifest
- Public business emails (info@, sales@, support@, hello@, etc. — never individual employees)
- Phone numbers from contact pages
- Social profiles: Twitter / LinkedIn / Facebook / Instagram / YouTube / GitHub / TikTok
- Tech stack (Wappalyzer-style): 50+ frameworks, analytics tools, CDNs, hosting, ecommerce platforms
- Founded year and location from JSON-LD Organization schema
- Enrichment score (0-100) so you know how complete the profile is
Try it: paste stripe.com into the Domains field, press Start, and watch the dataset fill up with everything Stripe publishes about itself.
Why use Domain Lead Enricher?
- Replace Apollo / Clearbit / Hunter at 1% the cost. Pay-per-event means you only pay for the leads you actually use, not a $99/month flat fee for unused credits.
- Bulk enrichment for outbound campaigns. Feed in 1,000 domains from your CRM, get back full profiles for outbound personalization.
- Sales prospecting research. Find every company in a niche with a specific tech stack (e.g. "everyone using Stripe + Webflow").
- Lead scoring at scale. Use the enrichment score to prioritize which leads are worth manual research.
- Data enrichment for free trial signups. Hit your /signup webhook with the new user's domain → enrich → route to the right sales rep.
- Tech stack intelligence. Find every company using a specific competitor or partner tech.
How to use
- Click Try for free (or Start)
- Paste domains into Domains (one per line — bare domains or full URLs both work)
- Click Start
- Download the dataset as JSON, CSV, HTML, or Excel — or hit the API directly
Input
- Domains — list of domains to enrich
- Pages to crawl — which paths to scan for contacts (default:
/,/about,/contact,/team) - Extract emails — pull public business emails (default: yes)
- Extract phones — pull phone numbers (default: yes)
- Detect tech stack — Wappalyzer-style detection (default: yes)
- Extract socials — find social profile links (default: yes)
- Proxy configuration — optional Apify Proxy
Output
{"domain": "stripe.com","finalUrl": "https://stripe.com/","companyName": "Stripe","description": "Stripe is a financial infrastructure platform for businesses. Millions of companies use Stripe to accept payments, grow their revenue, and accelerate new business opportunities.","industry": "Financial Services","location": "South San Francisco","foundedYear": "2010","logo": "https://stripe.com/img/v3/home/social.png","emails": ["info@stripe.com", "support@stripe.com", "press@stripe.com"],"phones": ["+1 888-926-2289"],"socialProfiles": {"twitter": "https://twitter.com/stripe","linkedin": "https://linkedin.com/company/stripe","github": "https://github.com/stripe","youtube": "https://youtube.com/c/StripeOfficial"},"techStack": ["Next.js", "React", "Stripe", "Cloudflare", "Segment", "Google Tag Manager"],"enrichmentScore": 95,"extractedAt": "2026-04-15T19:00:00.000Z"}
Data table
| Field | Type | Description |
|---|---|---|
domain | string | Normalized domain |
finalUrl | string | Resolved URL after redirects |
companyName | string | Brand / company name |
description | string | Company description |
industry | string | Industry from schema.org |
location | string | Headquarters city |
foundedYear | string | Year founded |
logo | string | URL of the company logo |
emails | array | Public business email addresses |
phones | array | Phone numbers |
socialProfiles | object | URLs of social profiles |
techStack | array | Detected technologies (50+ supported) |
enrichmentScore | number | 0-100 completeness score |
extractedAt | string | ISO timestamp |
Pricing
This actor uses Apify's pay-per-event pricing:
- Actor start: $0.01 per run
- Per domain enriched: $0.05 per domain
Example costs:
- 100 prospect domains → $5.01
- 1,000 domains for outbound → $50.01
- 10,000 domains (full territory) → $500.01
Compare to Apollo at $99/month (limited credits) or Clearbit at $99-$999/month. For most sales teams enriching <2,000 domains/month, this actor pays for itself in under a week.
Free Apify tier members get $5/month in credits, which covers ~100 enrichments per month.
Tips and advanced options
- Combine with Google Maps Scraper to find domains, then enrich them all here in one pipeline
- Schedule weekly enrichment of your CRM to keep tech stack and contact info fresh
- Use the enrichment score to filter results — score < 30 usually means the domain has very little public info (skip it)
- Pipe to your CRM via Apify webhooks — auto-enrich every new signup
- Combine
techStackfilter with high-score results to find companies using specific stacks (e.g. "all Webflow + Stripe + Cloudflare companies")
Ethics and ToS
This actor only extracts publicly published business information from a company's own website. Specifically:
- Email addresses are restricted to common business prefixes (
info@,sales@,support@, etc.) — never individual employee emails - Only the company's own domain emails are extracted (no third-party emails from the site)
- We make at most ~6 page requests per domain (homepage + a handful of common contact paths)
- The actor respects standard rate limits and uses a clearly-identified user agent
This is the same data a human would find by clicking around the company's website for 30 seconds. We just structure it.
FAQ and support
Why so much cheaper than Apollo / Clearbit? Apollo and Clearbit run massive proprietary databases of contact info purchased from data brokers. We extract only what's publicly published on a company's own site. Less coverage of individual employees, much better coverage of company-level data.
Will it work on JavaScript-heavy SPAs? This is an HTTP-based extractor (no browser). It works great on server-rendered sites (95% of marketing pages) and less well on heavy client-side SPAs. If you need full browser rendering, switch to a browser-based actor.
How accurate is the tech stack detection? Very good for the 50+ technologies in our fingerprint list. For more exotic tech, pair this with a dedicated Wappalyzer scanner.
Found a bug? Open an issue on the Issues tab.