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
Every figure below is read from the live PitchBook endpoint catalog — 5 endpoints, 15 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented PitchBook endpoints, grouped into 5 request families — Advisor, Company and Fund, plus 2 more.
15 request parameters are documented across those PitchBook endpoints, 5 of them required — the full input contract is public before you write any integration code.
5 of the 5 PitchBook endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
PitchBook endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the PitchBook endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
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`.
Response notes
- Passing neither or both of `id`/`url` returns an invalid-parameter error. - A `url` that isn't an absolute `https://pitchbook.com/profiles/company/<id>` URL returns an invalid-parameter error. - A response missing the profile name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. Example response: ```json { "code": 200, "msg": "OK", "data": { "kind": "company", "id": "752821-12", "name": "Thinking Machines Lab", "description": "Developer of artificial intelligence systems designed to support the research and development of AI technologies.", "overview": { "Year Founded": "2024", "Status": "Private", "Employees": "130", "Latest Deal Type": "Early Stage VC", "Investors": "23" }, "contact": { "Website": "http://www.thinkingmachines.ai", "Ownership Status": "Privately Held (backing)", "Financing Status": "Venture Capital-Backed", "Primary Industry": "Business/Productivity Software", "Corporate Office": "95 3rd Street, 2nd Floor, San Francisco, CA 94103, United States" }, "tables": [ { "name": "Investors", "total": 23, "columns": ["Investor Name", "Investor Type", "Holding", "Investor Since", "Participating Rounds"], "rows": [["Accel", "Venture Capital", "Minority", "", ""]] } ], "faqs": [ {"question": "When was Thinking Machines Lab founded?", "answer": "Thinking Machines Lab was founded in 2024."} ], "source_url": "https://pitchbook.com/profiles/company/752821-12", "fetched_at": "2026-07-08T20:00:00Z" } } ```
MCP tool pitchbook_company
/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`.
Response notes
- Passing neither or both of `id`/`url` returns an invalid-parameter error. - A `url` that isn't an absolute `https://pitchbook.com/profiles/fund/<id>` URL returns an invalid-parameter error. - A response missing the profile name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. Example response: ```json { "code": 200, "msg": "OK", "data": { "kind": "fund", "id": "19719-91F", "name": "AG Credit Solutions Fund II", "description": "AG Credit Solutions Fund II is a credit special situations fund managed by TPG Angelo Gordon.", "overview": { "Fund Strategy": "Credit Special Situations", "Fund Status": "Closed", "Fund Manager": "TPG Angelo Gordon", "Size": "$3.13B", "Vintage": "2021" }, "contact": { "Fund Manager": "TPG Angelo Gordon", "Fund Manager Website": "https://www.angelogordon.com", "Fund Manager's Location": "245 Park Avenue, New York, NY 10167, United States", "Fund Category": "Debt" }, "tables": [ { "name": "Limited Partners", "total": 23, "columns": ["Limited Partner Name", "Type", "Status", "Commitment", "Date", "Commitment Type"], "rows": [["A. Gary Anderson Family Foundation", "", "Current", "", "30-Apr-2022", "Original"]] } ], "faqs": [ {"question": "What is AG Credit Solutions Fund II?", "answer": "AG Credit Solutions Fund II is a credit special situations fund managed by TPG Angelo Gordon."} ], "source_url": "https://pitchbook.com/profiles/fund/19719-91F", "fetched_at": "2026-07-08T20:00:00Z" } } ```
MCP tool pitchbook_fund
/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`.
Response notes
- Passing neither or both of `id`/`url` returns an invalid-parameter error. - A `url` that isn't an absolute `https://pitchbook.com/profiles/investor/<id>` URL returns an invalid-parameter error. - A response missing the profile name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. Example response: ```json { "code": 200, "msg": "OK", "data": { "kind": "investor", "id": "294471-37", "name": "Better Capital (California)", "description": "Founded in 2006, Better Capital is a venture capital firm based in Santa Clara, California.", "overview": { "Investor Type": "Venture Capital", "Status": "Active", "Investments": "339", "Portfolio": "218", "Exits": "49" }, "contact": { "Website": "http://www.bettercapital.vc", "Investor Status": "Actively Seeking New Investments", "Corporate Office": "1600 Duane Avenue, Santa Clara, CA 95148, United States" }, "tables": [ { "name": "Co-Investors", "total": 843, "columns": ["Name", "With", "Exits", "Lead Partner", "Series", "Industry"], "rows": [["Astir Ventures", "33", "", "", "", ""]] } ], "faqs": [ {"question": "What is Better Capital (California)?", "answer": "Founded in 2006, Better Capital is a venture capital firm based in Santa Clara, California."} ], "source_url": "https://pitchbook.com/profiles/investor/294471-37", "fetched_at": "2026-07-08T20:00:00Z" } } ```
MCP tool pitchbook_investor
/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`.
Response notes
- Passing neither or both of `id`/`url` returns an invalid-parameter error. - A `url` that isn't an absolute `https://pitchbook.com/profiles/advisor/<id>` URL returns an invalid-parameter error. - A response missing the profile name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. Example response: ```json { "code": 200, "msg": "OK", "data": { "kind": "advisor", "id": "676215-64", "name": "Main Street Securities", "description": "Main Street Securities was a financing advisory firm headquartered in Austin, Texas. The firm provided advisory services, including brokerage and capital-raising services tailored for small and medium-sized business acquisitions, including equity placement, deal structuring, and regulatory compliance support.", "overview": { "Service": "Financing Advisory", "Year Founded": "2022", "Serviced Companies": "1", "Serviced Deals": "1" }, "contact": { "Service Provider Type": "Financing Advisory", "Website": "http://www.mainstreetsecurities.net", "Corporate Office": "2810 South 1st Street, Suite 2, Austin, TX 78704, United States" }, "tables": [ { "name": "Investment Preferences", "total": 0, "columns": ["Preferred Industries", "Preferred Verticals", "Preferred Deal Types", "Geographic Preferences", "Transaction Amount"], "rows": [] } ], "faqs": [ {"question": "When was Main Street Securities founded?", "answer": "Main Street Securities was founded in 2022."} ], "source_url": "https://pitchbook.com/profiles/advisor/676215-64", "fetched_at": "2026-07-20T20:36:00Z" } } ```
MCP tool pitchbook_advisor
/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`.
Response notes
- Passing neither or both of `id`/`url` returns an invalid-parameter error. - A `url` that isn't an absolute `https://pitchbook.com/profiles/limited-partner/<id>` URL returns an invalid-parameter error. - A response missing the profile name is treated as an upstream error (parser drift or a blocked/challenge page), never a `200` with empty data. - Some limited partner profiles have no FAQ section at all — PitchBook only generates one for profiles with enough content. `faqs` being empty on an otherwise complete response is normal, not a sign of a blocked or broken request. Example response: ```json { "code": 200, "msg": "OK", "data": { "kind": "limited-partner", "id": "864326-44", "name": "TKP Pension", "description": "TKP Pension is a corporate pension based in Groningen, Netherlands. Established in 1988, the fund manages pensions, offers asset management services, and advises pension funds on legal, tax, actuarial, and investment matters.", "overview": { "Type": "Corporate Pension", "Year Founded": "1988", "Professionals": "2" }, "contact": { "Institution Type": "Corporate Pension", "Title": "Chief Financial and Risk Officer", "Website": "http://www.tkppensioen.nl", "Corporate Office": "Europaweg 27, 9723 AS Groningen, Netherlands" }, "tables": [], "faqs": [ {"question": "When was TKP Pension founded?", "answer": "TKP Pension was founded in 1988."} ], "source_url": "https://pitchbook.com/profiles/limited-partner/864326-44", "fetched_at": "2026-07-20T20:37:00Z" } } ```
MCP tool pitchbook_limited_partner
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's API requires an existing paid Platform subscription plus a separate Direct Data contract — quote-only pricing negotiated through PitchBook's sales team, with no self-serve signup or public price list. 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.