tools/integrations/clearbit.md
Company and person data enrichment API for converting leads with 100+ firmographic and technographic attributes.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | Person, Company, Combined Enrichment, Reveal, Name to Domain, Prospector |
| MCP | - | Not available |
| CLI | ✓ | clearbit.js |
| SDK | ✓ | Node, Ruby, Python, PHP |
Authorization: Bearer {api_key}GET https://person.clearbit.com/v2/people/[email protected]
Returns 100+ attributes: name, title, company, location, social profiles, employment history.
GET https://company.clearbit.com/v2/companies/find?domain=clearbit.com
Returns firmographics: industry, size, revenue, tech stack, location, funding.
GET https://person.clearbit.com/v2/combined/[email protected]
Returns both person and company data in a single request.
GET https://reveal.clearbit.com/v1/companies/find?ip=104.132.0.0
Identifies the company behind a website visitor by IP address.
GET https://company.clearbit.com/v1/domains/find?name=Clearbit
Converts a company name to its domain.
GET https://prospector.clearbit.com/v1/people/search?domain=clearbit.com&role=sales&seniority=executive
Finds employees at a company filtered by role, seniority, title.
Clearbit uses separate subdomains per API:
person.clearbit.com - Person datacompany.clearbit.com - Company data, Name to Domainperson-stream.clearbit.com - Streaming person lookup (blocking, up to 60s)company-stream.clearbit.com - Streaming company lookup (blocking, up to 60s)reveal.clearbit.com - IP to companyprospector.clearbit.com - Employee searchStandard endpoints return 202 Accepted if data is being processed (use webhooks). Stream endpoints block until data is ready.
name.fullName - Full nametitle - Job titlerole - Job role (sales, engineering, etc.)seniority - Seniority levelemployment.name - Company namelinkedin.handle - LinkedIn profilename - Company namedomain - Website domaincategory.industry - Industrymetrics.employees - Employee countmetrics.estimatedAnnualRevenue - Revenue rangetech - Technology stack arraymetrics.raised - Total funding raisedemail (required) - Email address to look upwebhook_url - URL for async resultssubscribe - Subscribe to future changesdomain (required) - Company domain to look upwebhook_url - URL for async resultsdomain (required) - Company domainrole - Job role filter (sales, engineering, marketing, etc.)seniority - Seniority filter (executive, director, manager, etc.)title - Exact title filterpage - Page number (default: 1)page_size - Results per page (default: 5, max: 20)X-RateLimit-Limit and X-RateLimit-Remaining headers