datasets_pitchbook_funds_search
Search PitchBook fund profiles by strategy, status, vintage year, or keyword. Get structured results from a crawled public catalog with pagination.
Instructions
Search PitchBook funds dataset. Searches the crawled public PitchBook fund profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: relevance, name_asc, vintage_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, vintage_desc, recently_crawled_desc | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| fund_status | No | Exact fund status filter (e.g. Closed, Raising), max 128 characters | |
| fund_strategy | No | Exact fund strategy filter (e.g. Early Stage VC, Buyout), max 128 characters | |
| max_vintage_year | No | Maximum vintage year | |
| min_vintage_year | No | Minimum vintage year |