Get a PitchBook company profile: overview, office, industries, funding, competitors, investments and more when available on the public page.
Pass a PitchBook company id or a full company profile URL.
Browser rendering. Costs 2 credits per call.
GET https://api.piloterr.com/v2/pitchbook/company/info?query=11062-99
GET https://api.piloterr.com/v2/pitchbook/company/info?query=https://pitchbook.com/profiles/company/149504-14
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Company id or /profiles/company/{id} URL |
return_page_source |
boolean |
no |
Return rendered HTML instead of JSON |
| Field |
Type |
Description |
company_id / name / url |
string |
Identity |
description / status / employees |
mixed |
Overview |
website / year_founded |
mixed |
Basics |
corporate_office |
object |
Address when present |
primary_industry / verticals |
mixed |
Industry tags |
funding / competitors / investments |
array |
Deal data when exposed |
financials / stock_performance |
object |
Public companies |
faqs / patents |
mixed |
Extra sections when present |
Fields vary by company status (Public, Private, Acquired, IPO). Locked PitchBook cells may appear as null with "locked": true.
| Code |
Meaning |
400 |
Empty or invalid query |
404 |
Profile not found |
500 |
Rendering failed |