Company research
Use PitchBook endpoints to turn company research into repeatable API requests with documented inputs and JSON responses.
Collect public PitchBook company, fund, and investor profile previews as normalized JSON for market intelligence and private-company research workflows.
Extract public PitchBook company, fund, and investor teaser profile data as structured JSON.
Endpoint families
5
Documented params
15
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
5
Schema refs
5
{
"platform": "PitchBook",
"endpoint": "pitchbook-company",
"method": "GET",
"path": "/pitchbook/company",
"auth": "apiKey"
}Use cases
Extract public PitchBook company, fund, and investor teaser profile data as structured JSON.
Use PitchBook endpoints to turn company research into repeatable API requests with documented inputs and JSON responses.
Use PitchBook endpoints to turn fund research into repeatable API requests with documented inputs and JSON responses.
Use PitchBook endpoints to turn investor discovery into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/pitchbook/advisor
/pitchbook/company
/pitchbook/fund
/pitchbook/investor
/pitchbook/limited-partner
Endpoint catalog
/pitchbook/companyReturns the free/teaser content of a PitchBook company profile page (overview, description, contact/HQ, industry, funding-round history without dollar amounts, a preview of investors, acquisitions, and subsidiaries). PitchBook gates most numeric figures (deal amounts, cap tables, full investor/LP lists) behind a paid subscription; those come through as empty cells rather than being fabricated. Pass exactly one of `id` or `url`.
/pitchbook/fundReturns the free/teaser content of a PitchBook fund profile page (strategy, status, manager, size, vintage, and a preview of limited partners and benchmark peer funds). PitchBook gates most numeric figures (returns/IRR, full LP lists) behind a paid subscription; those come through as empty cells rather than being fabricated. Pass exactly one of `id` or `url`.
/pitchbook/investorReturns the free/teaser content of a PitchBook investor (fund manager/firm) profile page (overview, description, contact/HQ, and a preview of investments, exits, and co-investors). PitchBook gates most numeric figures and full lists behind a paid subscription; those come through as empty cells rather than being fabricated. Pass exactly one of `id` or `url`.
/pitchbook/advisorReturns the free/teaser content of a PitchBook advisor (service provider, e.g. investment bank, lender, or financing advisory firm) profile page: overview, description, contact/HQ, and a preview of serviced companies/deals, co-lenders, and subsidiaries. PitchBook gates most numeric figures and full lists behind a paid subscription; those come through as empty cells rather than being fabricated. Pass exactly one of `id` or `url`.
/pitchbook/limited-partnerReturns the free/teaser content of a PitchBook limited partner (institutional investor, e.g. pension fund, endowment, or insurance company) profile page: overview, description, contact, and a preview of fund commitments. PitchBook gates most numeric figures and full lists behind a paid subscription; those come through as empty cells rather than being fabricated. Some limited partner profiles have no FAQ section (thinner profiles) -- this is normal, not a sign of a blocked or broken response. Pass exactly one of `id` or `url`.
Related APIs
Business & Market Intelligence
Turn public GitHub ecosystem signals into structured data for developer-market research, open-source intelligence, recruiting, and AI-agent workflows.
Business & Market Intelligence
Collect public TrustMRR startup marketplace and leaderboard data as normalized JSON for startup research, SaaS discovery, and market intelligence workflows.
Business & Market Intelligence
Add website and competitive intelligence signals from SimilarWeb to research pipelines.
How to scrape PitchBook
PitchBook's data is subscription-gated and its public profile pages show only a teaser. Crawlora's 5 PitchBook endpoints return exactly that public preview — company, fund, investor, advisor, and limited-partner profiles — as normalized JSON, with the gated figures returned empty rather than invented.
Separate endpoints cover companies, funds, investors, advisors, and limited partners.
Pass exactly one of id or url — the PitchBook profile URL works directly if that is what you already have.
For a company that means the overview and description, contact and HQ, industry, funding-round history without dollar amounts, and a preview of investors, acquisitions, and subsidiaries.
Deal amounts, cap tables, and full investor and limited-partner lists sit behind PitchBook's paid subscription and come back as empty cells — so treat this as a discovery and enrichment layer, not a replacement for a licence.
FAQ
PitchBook sells API access as part of a paid subscription. Crawlora is not affiliated with PitchBook and does not resell its licensed data — these endpoints return the free, publicly visible teaser content of a PitchBook profile page as structured JSON.
No, and it will not pretend to. PitchBook gates most numeric figures — deal amounts, cap tables, and the full investor and limited-partner lists — behind its paid subscription, and those come back as empty cells rather than being fabricated. What you do get is the public overview, description, contact and HQ, industry, funding-round history without amounts, and a preview of investors, acquisitions, and subsidiaries.
Exactly one of them. Every PitchBook endpoint accepts either the profile id or the profile url, but not both in the same call.
Resolving and enriching private-company records at scale — confirming a company exists, its industry and headquarters, who its known investors are, and which funding rounds happened. It is the discovery layer that sits in front of a licensed data purchase or a manual research pass, not a substitute for either.