v1
latestOpenAPI 3.0.12026-07-26131186.5 KBCompany Enrichment
Company Enrichment
Enrich company data instantly. You can provide a company name, company domain, LinkedIn ID, or LinkedIn slug to get comprehensive company information.
This endpoint returns company data immediately, including industry, size, revenue, funding information, location, and more.
The enrichment costs 2 API credits per successful request. Credits are only charged when company data is successfully found and returned.
Rate limits apply: 30 requests per minute, 43,200 requests per day.
post/api/company_enrichments
Request body
Example request
{
"company_name": "Wiza",
"company_domain": "wiza.co",
"company_linkedin_id": "18663757",
"company_linkedin_slug": "wiza"
}Response
successful
Example response
{
"status": {
"code": 200,
"message": "Company data enriched successfully"
},
"type": "company_enrichment",
"data": {
"company_industry": "Computer software",
"company_size": 26,
"company_size_range": "11-50",
"company_founded": 2019,
"company_revenue_range": "$10M-$25M",
"company_type": "private",
"company_description": "Discover 830M+ contacts with real-time verified emails, mobile numbers, and more. Trusted by 50k+ sales and recruiting professionals. Get started for free.",
"company_location": "Newark, delaware, united states",
"company_twitter": "https://twitter.com/wiza_co",
"company_facebook": "https://www.facebook.com/wizaco-611180042722693",
"company_linkedin": "https://www.linkedin.com/company/wizainc",
"company_locality": "Newark",
"company_region": "Delaware",
"company_country": "United states",
"domain": "wiza.co",
"company_domain": "wiza.co",
"company_name": "Wiza",
"company_linkedin_id": "67160217",
"credits": {
"api_credits": {
"total": 2,
"company_credits": 2
}
}
}
}