The Company Search API gives you access to over 47 million company records. You can filter by industry, headquarters location, employee count, funding amount, founding date, and more — then page through results or feed them directly into an audience workflow for enrichment and export.Documentation Index
Fetch the complete documentation index at: https://docs.descovo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request parameters
Your Descovo API key.
Company filters. See key fields below.
Number of companies to return per page. Maximum is 1000.
Opaque pagination cursor. Pass
null for the first page, then the nextCursor value from each response.IDs of exclusion lists used to suppress specific companies from results.
Key searchParams fields
Full-text search over company descriptions. Matches companies whose description contains any of the provided terms.
Partial name match. For example,
"Descovo AI" matches companies with similar names.ISO 2-letter country codes for headquarter location, e.g.
"US", "GB", "DE".State or province names, e.g.
"California", "New York".Free-form location strings, e.g.
"San Francisco Bay Area".Filter by headcount range.
Filter by total funding raised in USD.
Filter by the amount raised in the most recent funding round.
Date range for the most recent funding event.
Date range for company founding date.
Funding stage. Accepted values include
"SEED", "SERIES_A", "SERIES_B", "LATE_STAGE".Structured industry slugs, e.g.
"artificial-intelligence", "fintech".Restrict results to companies with specific domains.
Restrict results to specific LinkedIn organization slugs.
Filter by top-level domain, e.g.
".io", ".ai".Special company flags such as
"high growth" or "bootstrapped".Response fields
Array of matched companies.
Pass this value as
cursor in your next request to retrieve the following page. null when there are no more results.Number of credits charged for this response.
Example: find AI startups in the US
The request below finds up to 25 AI companies headquartered in the US with 50–500 employees that have raised at least $5M in seed, Series A, or Series B funding.Pagination
Company Search uses cursor-based pagination. KeepsearchParams identical between pages — only update cursor.
nextCursor is null.
Credit costs
Credits are charged per company returned. Each company counts as onegetCompanyFromDb unit. More companies returned means more credits consumed.
- For small queries (up to ~100 companies), you can search directly.
- For larger result sets, limit
pageSizeand the number of pages you fetch, or move results into an audience to manage enrichment and exports at scale.