Know Which Leads Are Worth Your Time

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.

No credit card required 100 free monthly requests
Request / Response

// 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
  }
}

Powerful signals for high-growth teams

Skip the manual research. Our scrapers do the heavy lifting in seconds.

Real-time Scraping

Fresh data fetched directly from live sources on every request. No stale records.

Tech Stack Detection

Identify CMS, frameworks, payment processors, and 2000+ analytics tools.

Hiring Signals

Track active job openings, department growth, and leadership changes.

7-day Cache

Balance speed and freshness. Lightning fast responses for recently queried domains.

Integrate in minutes

Designed for developers who value simplicity.

1

Get API Key

Sign up and generate your secret key in the dashboard.

2

Post Domain

Send a POST request with the domain you want to enrich.

3

Receive JSON

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) →

Pricing for every stage

Start for free and scale as you grow. Transparent, usage-based billing.

Free

For hobbyists and testing.

$0 /mo
  • 100 requests / mo
  • Standard tech detection
  • Community support
Popular

Starter

For small teams and startups.

$29 /mo
  • 5,000 requests / mo
  • Full Tech Stack Info
  • Priority Email Support

Growth

For scaling applications.

$79 /mo
  • 20,000 requests / mo
  • Hiring Signals API
  • Dedicated Support

Built for teams that automate outreach

If you're qualifying leads manually, you're wasting hours every week.

AI SDR Tools

Building automated sales outreach? Plug in our API to score leads before sending a single email.

n8n / Make Automations

Running workflow automations? Score 1,000 leads from a spreadsheet in minutes, not days.

CRM Enrichment

Auto-tag every new lead in HubSpot or Salesforce with fit score, tech stack, and hiring status.

Score any lead instantly

Enter a company domain. Get a fit score in seconds.

// Click "Score Lead" to see live results

Stop wasting time on bad leads

Join teams that score thousands of leads per day with one API call.

Claim Your Free API Key