CompanyLens
## What is CompanyLens? CompanyLens is a B2B company data enrichment API that turns any domain name into a full business profile — instantly. Pass in `stripe.com`. Get back industry, employee count, HQ location, tech stack, funding rounds, LinkedIn URL, logo, description, annual revenue estimate, and more. ## Why CompanyLens? - **Clearbit** was acquired by HubSpot and repriced for enterprise.…
CompanyLens endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
getCompanyProfile /v1/enrich/company |
Enrich a company from its domain name. Returns firmographics, tech stack, funding data, social links, and more in a single request. Example: pass `stripe.com`, get back industry,… |
| GET |
getSocialProfiles /v1/enrich/social |
Returns social media profile URLs for a company, including LinkedIn, Twitter/X, Facebook, GitHub, Crunchbase, and more. |
| GET |
healthCheck /v1/health |
Returns API status. Use to verify the service is operational before making enrichment calls. |
| POST |
bulkEnrich /v1/enrich/bulk |
Enrich multiple companies in a single API call. Accepts up to 20 domains per request. Returns an array of company profiles in the same order as input. Useful for enriching CSV… |
| GET |
getTechStack /v1/enrich/tech |
Returns the technology stack detected for a given domain — frameworks, SaaS tools, CDN, analytics platforms, CRM, advertising tools, and more. |
CompanyLens pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $49 / month | — |
|