June 6th, 2025
We just shipped our official TypeScript SDK to make it easier than ever to integrate The Companies API into your projects.
It includes:
Full TypeScript support with type-safe responses
Built-in methods for all major endpoints
Easy authentication with your API key
Works with Node.js, Vite, Next.js and more
Get started here: π github.com/thecompaniesapi/sdks/tree/main/sdks/typescript
Try it out and let us know what you build!
May 20th, 2025
You can now trigger a live crawl of any companyβs website and social profiles using our infrastructure (Power).
Use the refresh parameter to:
Enrich new users at signup with the latest company info
Analyze websites and social networks on demand
Ensure your CRM always has current data
Example using the SDK:
import createClient from '@thecompaniesapi/sdk'
const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })
// Documentation: https://www.thecompaniesapi.com/api/enrich-company-from-domain
const responseFromDomain = await tca.fetchCompany({
domain: 'thecompaniesapi.com',
refresh: true
})
// Documentation: https://www.thecompaniesapi.com/api/enrich-company-from-email
const responseFromEmail = await tca.fetchCompanyByEmail({
email: '[email protected]',
refresh: true
})
Real-time enrichment costs 10 extra credits per call. Perfect for onboarding flows, sales enrichment, and workflow automation.
β View API docs
May 5th, 2025
You can now describe the companies you're looking for in plain text, and our AI will do the rest.
Try queries like:
"Sustainable energy startups founded after 2020"
"B2B SaaS companies with less than 10 employees"
"Fintech companies in Germany"
Available both on our landing page and through the API: thecompaniesapi.com/api/search-companies-prompt
This is perfect for market research, list building, and prospecting. Just type what you need and get real results.
May 3rd, 2025
You can now purchase additional credits whenever you need them, directly from your dashboard. Whether you're running a big one-time job or just need a few more credits to finish a task, it's all possible.
Available prices per 1,000 credits (more details on our pricing page):
$2.50 (Startup)
$1.75 (Scaleup)
$1.50 (Enterprise)
A subscription is required, but you stay in control as these credits do not expire.
Great for:
Running large exports
One-off data refreshes
Bulk enrichment jobs
Let us know if you need invoicing or high-volume tiers.
March 6th, 2025
You can now ask our AI model anything about a company directly from the company profile interface or through the API.
You can provide a domain and a question. The response will be structured and insightful, perfect for deep enrichment or automation (it costs 10 credits).
Key features:
Ask open-ended or specific questions
Choose between a small or large model
Define a custom response structure with fields if needed
Great for:
Find datapoints our company profile (read all datapoints) do not provide.
Feeding structured data into internal tools or CRMs
Extracting investment readiness signals
Want full control over the output format? Use the fields parameter to define exactly how the answer should be returned.
February 14th, 2025
You can now retrieve AI-generated insights about any company with a single API call.
Our model analyzes the companyβs website and trusted sources to extract a clear, readable summary of:
What the company does
Who it serves
Its key offerings or focus areas
This is great for:
Powering personalized recommendations
Writing outbound messages
Enhancing investor research workflows
Training your LLM with clean, structured company data
February 11th, 2025
You can now explore and export analytics from your company searches or saved lists visually or via API.
In the interface, you can see the charts by:
Industry
Tech stack
Social presence
Traffic ranges
Company size
And more
Spot trends, refine your ICP, and make data-backed decisions without leaving the app.
We also added two endpoints to our API
/companies/analytics: Fetch aggregated data for any company search or list
/companies/analytics/export: Export analytics in CSV, JSON, XLS, or other formats
Key features:
Group companies by business type, traffic, industry, NAICS/SIC codes, etc.
Filter results by country, size, tech stack, and more
Analyze up to 10,000 companies in a single call
Use exports to power dashboards, reports, or internal tools
And yes, itβs free to use.
β Try it now in one of your interface or view API docs.
October 24th, 2024
You can now turn any list into a dynamic one. That means it updates in real time whenever we detect a new company online that matches your criteria.
You can plug in webhooks or connect your favorite tools to automatically act on those updates.
This unlocks use cases like:
Get notified when a new company starts using a specific tool (like Next.js or Intercom)
Automatically push new matches to your CRM for outbound prospecting
Keep your sales campaigns aligned with fresh, accurate data
Monitor shifts in your target market as they happen
Trigger workflows in your CRM or marketing stack
September 6th, 2024
You can now search companies by domain extension, right from the interface or through the API.
Examples:
Perfect for narrowing down by geography or verticals using specific TLDs.
Need the full list of supported domain extensions?
Try it now in the interface or via the API.
August 22nd, 2024
Weβve just released a dedicated section to help you make the most of The Companies API. Whether you're building, enriching, or automating.
Enrich users at signup
Instantly uncover company details from a business email. Want live data? Trigger a real-time crawl with our AI.
Build a company search engine
Use our API to create a powerful, filterable company search β complete with autocomplete and segmentation.
Qualify and score your new users
Automatically identify high-value leads based on company size, revenue, tech stack, and more.
Add company autocomplete to your app
Perfect for signup forms, CRMs, job boards, and B2B platforms.
Whether you're in marketing, sales, product, or support, you'll find concrete examples and code to get started fast.
β Browse use cases
Need help with implementation?
Ping us in the chat, weβre happy to help you ship it.