Search PitchBook for companies, news, research and profiles. Pass a keyword or a PitchBook search URL.
Two modes:
- Content search: keyword or
/search?q=... (articles, research, profile preview)
- Profiles search:
/profiles/search?q=... (companies, investors, funds, advisors)
Browser rendering. Costs 2 credits per call.
GET https://api.piloterr.com/v2/pitchbook/search?query=airbus
GET https://api.piloterr.com/v2/pitchbook/search?query=https://pitchbook.com/profiles/search?q=openai
GET https://api.piloterr.com/v2/pitchbook/search?query=airbus&page=2
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Keyword or PitchBook search URL |
page |
integer |
no |
Page number for content search |
return_page_source |
boolean |
no |
Return rendered HTML instead of JSON |
| Field |
Type |
Description |
results |
array |
Search hits |
results[].type |
string |
profile, article, research, blog, company, investor, … |
results[].title / url |
string |
Title and link |
results[].company_id |
string |
Present for company profiles |
pagination |
object |
page, per_page, total_results, total_pages, next |
Tip: use a company URL or company_id with PitchBook Company Info.
| Code |
Meaning |
400 |
Empty or invalid query |
404 |
Page not parseable |
500 |
Rendering failed |