๐ข Company Enrichment โ Domain & Contact Finder
Pricing
from $12.00 / 1,000 results
๐ข Company Enrichment โ Domain & Contact Finder
Enrich company names with domains, emails, social profiles, employee count, industry & tech stack. B2B data enrichment for sales teams. Clearbit alternative.
Pricing
from $12.00 / 1,000 results
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
40
Total users
22
Monthly active users
a day ago
Last modified
Categories
Share
๐ง Company Enrichment Tool โ Clearbit, ZoomInfo & Apollo Alternative
Turn a domain or company name into a full firmographic profile โ industry, headcount, location, funding, tech stack, social links, and contact emails. Built as a pay-per-call alternative to Clearbit ($99-999/mo), ZoomInfo Enrich, Apollo's enrichment API, and FullContact for CRM enrichment, lead scoring, and ABM workflows.
๐ Sample Output
Why Company Enrichment Tool Beats Clearbit, ZoomInfo Enrich, Apollo & FullContact
| Feature | NexGenData Company Enrichment | Clearbit | ZoomInfo Enrich | Apollo API | FullContact |
|---|---|---|---|---|---|
| Cost | $0.01 / domain, pay-per-result | $99-999 / month | Enterprise contract | Plan-gated credits | $99-499 / month |
| Domain โ firmographic | Yes | Yes | Yes | Yes | Yes |
| Tech-stack detection | Yes โ live HTTP + HTML scan | Yes | Yes | Yes | Limited |
| Funding + headcount growth | Yes | Yes | Yes | Yes | Limited |
| Email pattern discovery | Yes | Plan-gated | Plan-gated | Yes | No |
| Bulk batch | CSV in โ enriched CSV out | API-only | Plan-gated | Plan-gated | Plan-gated |
| API access | Apify REST + SDKs | Paid plan | Enterprise | Paid plan | Paid plan |
| Auth required | Apify token | API key | Enterprise contract | API key | API key |
| Monthly minimum | None | $99+ | $$$$ | $49+ | $99+ |
Most CRM-ops and growth teams pick this actor instead of Clearbit because per-domain cost is 5-10ร lower at the same data shape, and it's the only drop-in alternative to ZoomInfo Enrich that ships JSON / CSV exports without an enterprise contract. Cheaper than maintaining your own scraper + Clearbit Reveal stack.
What You Get Per Domain
company,domain,linkedin_url,twitter_url,facebook_urlindustry,naics,sic,description,founded_yearsize_range,revenue_range,headcount_growth_90dhq_country,hq_state,hq_city,phone,addresstech_stackโ detected SaaS + infra (live HTTP / HTML scan)funding_stage,last_funding_round,last_funding_amount,last_funding_dateemailsโ discovered + validated email addresses on the domainemail_patternโ inferred firstname.lastname / first / etc.
Use Cases
- CRM enrichment โ fill in missing firmographics on lead intake or list import
- Lead scoring โ score inbound leads by ICP fit (industry + size + tech)
- ABM / outbound โ enrich a target-account list with multi-source firmographics + contacts
- Sales ops โ replace a $500/mo Clearbit seat with pay-per-call enrichment
- Investors / market mappers โ bulk-enrich a list of competitor domains in a vertical
- Webhook-on-signup โ auto-enrich every new free-trial signup at $0.01/account
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/company-enrichment-tool").call(run_input={"domains": ["stripe.com", "vercel.com", "anthropic.com"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["company"], item["industry"], item["size_range"])
Pricing โ Pay Per Domain
- Actor start: $0.005
- Domain: $0.01
A 1,000-domain CRM cleanup = $10.005. A daily 100-domain inbound-trial enrichment = $1.005/day. No monthly minimum.
Agentic payments (AI agent buyers welcome)
This actor supports autonomous payment via Skyfire โ AI agents (Claude Desktop, OpenCode, Cursor, Vercel AI SDK, OpenAI Agents SDK) can discover, fund, and invoke it without a human-in-the-loop credit card flow.
Agents using Apify's MCP server can find this actor by searching for B2B company enrichment, firmographic data, or Clearbit alternative and pay via a Skyfire PAY token (minimum $5 prefund). The existing pay-per-event pricing applies unchanged โ the agent funds a token, runs the actor at the published per-result rate, and unused balance returns to the wallet on expiry.
Compatible agent frameworks:
- Apify's official MCP server (
mcp.apify.com) - Claude Desktop with Apify MCP integration
- OpenCode + Apify MCP
- OpenAI Agents SDK + Skyfire toolkit (via Composio)
- Vercel AI SDK + Skyfire toolkit (via Composio)
No code changes needed on the actor side โ the integration is fully on Apify's infrastructure. AI agents discover via allowsAgenticUsers=true filter on Apify's store API.
Related NexGenData Lead-Gen Actors
| Use case | Actor |
|---|---|
| B2B leads finder (multi-source) | b2b-leads-finder |
| AI lead-gen agent (NL-query interface) | lead-gen-ai-agent |
| Find emails on a domain | company-email-finder |
| Email validator (SMTP + MX) | email-validator |
| Contact info scraper (emails + phones + socials) | contact-info-scraper |
| Lead-list enricher (CSV in โ CSV out) | lead-list-enricher |
| Hiring-signal detector | hiring-signal-detector |
| Website email extractor | website-email-extractor |
| Tech-stack detector (BuiltWith alt) | company-tech-stack-detector |
FAQ
Q: How fresh is the data? A: Tech-stack and emails are live-fetched per run. Firmographic data refreshes weekly.
Q: Coverage outside the US? A: Global โ every domain is enrichable. Firmographic depth is best for US / EU / UK; APAC and LATAM coverage is improving.
Q: Can I batch 10,000 domains? A: Yes โ single run, $100.005 total. Apify handles concurrency, retries, and rate-limit backoff internally.
Q: Does it return the CEO / founder email?
A: Best-effort. The emails array includes role-based and personal patterns when discoverable. Use the company-email-finder actor for deeper coverage.
Q: GDPR / CCPA? A: Output is B2B firmographic data plus role-based emails. You are the controller for downstream use โ follow your jurisdiction's prospecting rules.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata
๐ฐ Pricing Example
This actor uses Pay-Per-Event pricing โ you only pay for results.
- Typical run (small): 100 results ร $0.012 = $1.20
- Medium run: 500 results ร $0.012 = $6.00
- Large run (power user): 2,000 results ร $0.012 = $24.00
Free Apify accounts get $5/mo in platform credit. A typical B2B enrichment workflow at this scale typically exceeds the free credit โ upgrade to a paid Apify plan for unrestricted use.
๐ Related Actors
Pair with these for a complete workflow:
- ๐ง Company Email Finder โ B2B Contact Scraper โ find decision-maker emails by job title and seniority
- ๐ฏ B2B Leads Finder โ Apollo Alternative | Emails โ discover B2B prospects by industry + role with verified emails
- ๐ Lead List Enricher โ Emails, Phones & Social from Any Domain โ bulk-enrich a CSV of leads with firmographics + emails
- ๐ Tech Stack Detector โ BuiltWith Alternative โ detect tech stack (CMS, analytics, ad networks) per domain
- ๐ข Company Logo API โ Clearbit Logo Alternative โ Clearbit-replacement logo API โ pulls company logos from any domain
โญ Found this useful?
If this Actor saved you time, a quick review on the Apify Store genuinely helps other teams discover it. Have a feature request or hit a problem? Open it from the Issues tab โ we read every one.
