datasets_pitchbook_companies_search
Find companies from the PitchBook public dataset by name, industry, location, founding year, investor count, or status. Returns clean JSON for research.
Instructions
Search PitchBook companies dataset. Searches the crawled public PitchBook company profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: relevance, name_asc, year_founded_desc, investor_count_desc, recently_crawled_desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over name and description, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, name_asc, year_founded_desc, investor_count_desc, recently_crawled_desc | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| status | No | Exact status filter (e.g. Private, Public, Acquired, Out of Business), max 128 characters | |
| hq_state | No | Exact headquarters state/region filter, max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| hq_country | No | Exact headquarters country filter, max 128 characters | |
| financing_status | No | Exact financing status filter, max 128 characters | |
| max_year_founded | No | Maximum founding year | |
| min_year_founded | No | Minimum founding year | |
| ownership_status | No | Exact ownership status filter, max 128 characters | |
| primary_industry | No | Exact primary industry filter, max 128 characters | |
| min_investor_count | No | Minimum number of investors |