Company Search and Research API - B2B Firmographics
Pricing
$12.00 / 1,000 company results
Company Search and Research API - B2B Firmographics
Search a B2B company database by industry, size, revenue, location, technology, news events and funding stage, then optionally run deep research for phones, full address and tech stack. Pay per result. Bring your own API key.
Pricing
$12.00 / 1,000 company results
Rating
0.0
(0)
Developer
Nabeel Hassan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Search a large B2B company database and export the matches as clean rows. Filter by industry, employee band, revenue band, country, state, postal code, keywords, company type, company age and the technologies a company runs, then narrow further by what just happened: an acquisition or expansion in the last 90 days, a Series B closed in the last year, a funding total inside a given band. Turn on deep research and each match is enriched further with phone numbers, the full address, the technology stack and a longer description. You pay only for the companies you actually receive.
This actor is built for building target account lists, timing outreach around news and funding events, and enriching an account list with the firmographics a CRM needs.
What you can do with it
- Build an ideal customer profile list by industry, headcount band, revenue band and country.
- Find companies that raised a specific stage of funding inside a recency window.
- Target companies that just announced an acquisition, an expansion or another news event.
- Pull a list of every company in a market running a given technology.
- Enrich a list of domains you already have into full company records.
- Export everything as JSON, CSV or Excel, or push it into your CRM or warehouse.
Features
- Every documented search filter is a real input field, with the provider's own per-field item limits enforced before the request goes out, so a search is never rejected for sending too many values.
- Filters that exceed a limit are trimmed and the trim is logged, never silently dropped.
- Optional deep research pass: matches are queued, polled until they settle, and merged onto the search rows.
- Research results are joined back by domain, then by company name, so a row is only enriched with data that genuinely belongs to it.
- Research is best effort. If it cannot be queued or does not finish in time, those rows keep their search data and the run continues.
- Cursor pagination is walked automatically, with a repeat-cursor guard so a stuck cursor cannot cause an endless loop.
- Comma-joined provider fields such as industries, phones and technologies are split back into clean arrays.
- Duplicate companies are removed across pages before anything is charged.
- Both the search payload and the research payload are kept under
raw, so nothing is lost. - Rate limits are handled with retry-after aware backoff, and a run that hits a limit keeps everything already collected.
- Pay-per-result pricing with a hard result cap so a run can never surprise you.
Input
| Field | Type | Description |
|---|---|---|
companyName | array | Company names to match, up to 100. |
companyNameSearchType | string | default, related or exact. |
companyDomain | array | Company domains to match, up to 100. |
companyType | string | Public, Private, or empty for both. |
companyCountry / companyState / companyZipCode | array | Location filters, up to 10 each. |
industry | array | Industries, up to 5. |
companyKeyword | array | Description keywords, up to 10. |
companySize / companyRevenue | array | Employee and revenue bands, up to 10 each. |
foundedOn | array | Company age buckets, up to 4. |
technologies | array | Technologies in use, up to 10. |
technologiesIsOr | boolean | Match any technology instead of all. |
newsTypes | array | News event types, up to 8. |
newsTypeDates | array | News recency in days: 60, 90, 180 or 365. |
latestFundingDates | array | Funding recency in days: 90, 180, 365 or 1095. |
latestFundingClassifications | array | Funding stages, up to 14. |
latestFundingTotals | array | Funding amount bands, up to 9. |
researchCompanies | boolean | Run the deep research pass on every match. |
skipDeduplicationCheck | boolean | Research again even if recently researched. |
rawFilters | object | Any extra filter, merged last. |
maxResults | integer | Stop after this many companies (1 to 20,000). |
pageSize | integer | Companies per API call (1 to 100). |
apiKey | string | Your API key. Required, stored securely. |
At least one filter is required.
Example output
Each dataset item is one company. Fields are populated where the provider has data, and both payloads are kept under raw:
{"searchResultId": "cmp_sr_01J8YQ4FXZQ6N5G2T3A7BC9D1E","name": "Example Analytics","domain": "example.com","description": "Example Analytics builds revenue forecasting software for subscription businesses.","industries": ["Computer Software", "Data Analytics"],"sicCode": "7372","employeeCount": "310","employeeRange": "201-500","annualRevenue": "44000000","revenueRange": "$25M-$50M","foundedOn": "2013-04-01","companyType": "Private","stockTicker": null,"phones": ["+1 617-555-0188"],"street1": "88 Example Avenue","city": "Boston","state": "MA","postCode": "02110","country": "United States","countryAlpha2": "US","fullAddress": "88 Example Avenue, Boston, MA 02110, United States","technologies": ["Snowflake", "dbt", "HubSpot"],"linkedin": "https://www.linkedin.com/company/example-analytics","linkedInId": "10294857","fundingTotal": "62000000","latestFundingDate": "2025-09-16","latestFundingClassifications": ["Series C"],"newsAndEvents": [{"title": "Example Analytics acquires Sample Metrics","url": "https://news.example.com/acquisition","date": "2026-06-02T00:00:00Z","type": "Acquisition"}],"numContacts": "412","researched": true,"raw": { "search": { "name": "Example Analytics" }, "research": { "name": "Example Analytics" } }}
Pricing and the credit model
This actor uses pay-per-result pricing. You are charged a fixed price for each company delivered to the dataset, after duplicates are removed. A search that matches nothing costs nothing. Set maxResults to cap how many rows a run can collect, and set a run spending limit as a second safety net. Your own provider plan meters its own credits separately, and the research pass consumes more of them than search alone, so leave researchCompanies off for a broad discovery run and turn it on once the filters are right.
Bring your own API key
This actor connects to a third-party B2B company data provider (Seamless.AI) on your behalf and requires your own provider API key. Create a key in the provider's platform and paste it into the apiKey input. It is stored securely and never logged, and the actor never ships with or shares credentials.
Frequently asked questions
What data does this actor return?
Company name, domain and description, industries and SIC code, employee count and band, annual revenue and band, founded date, company type and stock ticker, phone numbers, the address broken into street, city, state, postal code and country, the technology stack, LinkedIn profile and id, total funding with the date and stage of the latest round, recent news and events with titles, links and dates, and the number of contacts the provider holds for the company. Every record also carries both untouched provider payloads.
What does deep research add over the search results?
Search returns the firmographic core straight away. The research pass adds phone numbers, the full structured address, the topmost technologies and a longer description. It runs asynchronously on the provider side, so the actor queues it, polls until each request settles, and merges what came back.
What happens if research does not finish?
Those rows keep their search data and the run carries on. Research is treated as an enhancement, never as a requirement, so a slow or failing research queue can never fail a search that already worked. The log reports how many requests did not settle in time.
How are research results matched back to search rows?
By website domain first, then by company name. The provider returns research keyed by its own request id, which does not map back to the search result that produced it, so a content match is the only safe join. A row that cannot be matched confidently is left with its search data rather than being enriched with someone else's record.
Why was one of my filters trimmed?
Each filter has a maximum number of values the API accepts, for example 5 industries and 10 technologies. Sending more is rejected outright by the provider, so the actor trims to the limit and logs exactly what it dropped. Split the extra values into a second run.
How do I search by recent news or funding?
Use newsTypes with newsTypeDates to require an event of a given type inside a recency window, and latestFundingClassifications, latestFundingDates and latestFundingTotals for funding. Both recency fields take exactly one value, which is a provider constraint rather than an actor one.
How does pagination work?
The API pages with an opaque cursor. The actor carries it forward automatically until it reaches maxResults, the provider signals there is no more, or the same cursor comes back twice, which is treated as the end rather than a loop.
How does the actor handle rate limits?
It throttles requests, honours the retry-after signal on a rate-limited response, and backs off exponentially. A response saying the account is out of credits stops the run early and keeps everything already collected.
How am I charged?
You pay a fixed price per company returned to the dataset. Duplicates are removed before charging and empty runs cost nothing. Use maxResults and the run spending limit to control cost.
What output formats are available?
The dataset can be exported as JSON, CSV, Excel, HTML or RSS, or read through the API for pushing into a CRM or warehouse.
Keyword map
company search api, b2b company database api, firmographic data api, company enrichment api, find companies by technology, technographic search api, company funding data api, companies that raised funding, company news events api, acquisition signal data, employee band filter, revenue band filter, target account list builder, ideal customer profile search, account based marketing data, sic code company data, company phone number data, company address enrichment, b2b prospecting data, bulk company export.