Build powerful integrations with our RESTful API. Get company intelligence, contact data, and sales insights programmatically.
curl -X GET "https://api.leadforge.ai/v1/enrich" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d "domain=example.com"
# Response
{
"company": "Example Inc",
"revenue": "$10M - $50M",
"employees": "50-200",
"tech_stack": ["Salesforce", "AWS", "React"],
"decision_makers": [...]
}
Get up and running in under 5 minutes
Sign up for a free account and generate your API key from the dashboard.
Use the endpoint with your domain to get enriched company data.
Use webhooks and batch endpoints for production-scale enrichment.
All the endpoints you need to power your sales intelligence
/v1/enrich
Get comprehensive company data from any domain. Returns revenue, tech stack, employees, and more.
GET /v1/enrich?domain=example.com
/v1/enrich/batch
Enrich up to 1000 domains in a single request. Ideal for CRM data cleansing.
POST /v1/enrich/batch (JSON body)
/v1/contacts
Find decision-makers at any company. Get verified emails and LinkedIn profiles.
GET /v1/contacts?domain=example.com&role=cto
/v1/webhooks
Configure real-time notifications when enrichment completes or data changes.
POST /v1/webhooks (callback URL)
Native libraries for your favorite language
pip install leadforge
npm i @leadforge/sdk
composer require leadforge/sdk
gem install leadforge