Score 1,000 leads in 60 seconds. Our API detects hiring signals, tech stacks, and company fit so you only reach out to prospects that convert.
// Request
curl -X POST /v1/score-lead \ -H "X-API-Key: sk_live_..." \ -d '{"domain":"stripe.com"}'
// Response
{
"fit_score": 70,
"is_good_lead": true,
"signals": {
"hiring_engineers": true,
"modern_stack": true,
"saas_detected": true
}
}
Skip the manual research. Our scrapers do the heavy lifting in seconds.
Fresh data fetched directly from live sources on every request. No stale records.
Identify CMS, frameworks, payment processors, and 2000+ analytics tools.
Track active job openings, department growth, and leadership changes.
Balance speed and freshness. Lightning fast responses for recently queried domains.
Designed for developers who value simplicity.
Sign up and generate your secret key in the dashboard.
Send a POST request with the domain you want to enrich.
Get back structured data ready for your application.
curl -X POST \ https://api.enrichapi.org/v1/enrich \ -H 'X-API-Key: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{"domain": "stripe.com"}'
import httpx response = httpx.post( "https://api.enrichapi.org/v1/enrich", headers={"X-API-Key": "YOUR_API_KEY"}, json={"domain": "stripe.com"}, ) data = response.json() print(data["data"]["company_name"]) # "Stripe"
const response = await fetch( "https://api.enrichapi.org/v1/enrich", { method: "POST", headers: { "X-API-Key": "YOUR_API_KEY", "Content-Type": "application/json", }, body: JSON.stringify({ domain: "stripe.com" }), } ); const { data } = await response.json(); console.log(data.company_name); // "Stripe"
Response returned in ~450ms. Read full documentation (Swagger) →
Start for free and scale as you grow. Transparent, usage-based billing.
For hobbyists and testing.
For small teams and startups.
For scaling applications.
If you're qualifying leads manually, you're wasting hours every week.
Building automated sales outreach? Plug in our API to score leads before sending a single email.
Running workflow automations? Score 1,000 leads from a spreadsheet in minutes, not days.
Auto-tag every new lead in HubSpot or Salesforce with fit score, tech stack, and hiring status.
Enter a company domain. Get a fit score in seconds.
// Click "Score Lead" to see live results
Join teams that score thousands of leads per day with one API call.
Claim Your Free API Key