PitchBook Company API | Private Company & Funding Data avatar

PitchBook Company API | Private Company & Funding Data

Pricing

from $0.01 / 1,000 results

Go to Apify Store
PitchBook Company API | Private Company & Funding Data

PitchBook Company API | Private Company & Funding Data

Collect public PitchBook company profiles as clean, structured JSON. Send one or many company URLs and get funding, investors, valuation, competitors, employees, industries, and financials. Pay per company, MCP-ready for Claude and AI agents.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John

John

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

๐Ÿฆ PitchBook Company API | Private Company & Funding Data

Collect PitchBook private company data as clean, structured JSON. Use this actor with Claude, Cursor, or any MCP-compatible AI agent to pull funding, investors, valuation, competitors, HQ location, and status for any private company, on reliable infrastructure and billed per company.

Send one or many PitchBook company profile URLs and get one row per company, collected in parallel. Built API-first and MCP-ready so AI agents can call it as a tool.


๐Ÿ“‹ What this API returns

FieldDescription
name, descriptionCompany name and business description.
websiteCompany website.
hqLocationHeadquarters / corporate office address.
primaryIndustry, otherIndustries, verticalsIndustry classification and market verticals.
employees, foundedYearEmployee count and year founded.
status, ownershipStatus, financingStatusCompany, ownership, and financing status.
formerlyKnownAs, acquirerPrior names and the acquirer (for acquired companies).
latestDealType, latestDealDate, latestDealAmountThe most recent deal.
financingRounds, investmentsCountNumber of financing rounds and recorded deals.
recentDealsRecent deals and investments (company, deal type, date, industry).
competitorsNamed competitors from the profile.
socialsThe company's social profiles.
pitchbookId, companyUrlThe PitchBook identifier and public profile URL.
summaryA plain-language one-line interpretation of the company.

๐ŸŽฏ Use cases

  • VC and PE deal sourcing. Pull funding, investors, and valuation for a list of private targets.
  • Sales intelligence. Enrich account lists with company size, industry, HQ, and funding stage.
  • Market mapping. Compare private companies across a sector by funding, headcount, and competitors.
  • CRM enrichment. Append structured private-company data to records from a PitchBook URL.
  • Competitive intelligence. Track competitors, investor networks, and last-financing signals.
  • AI agent workflows. Drive this API over MCP from Claude to look up and summarize companies in-conversation.

โš™๏ธ Input examples

One company

{
"companyUrls": ["https://pitchbook.com/profiles/company/10874-98"]
}

Several companies at once (collected in parallel)

{
"companyUrls": [
"https://pitchbook.com/profiles/company/10874-98",
"https://pitchbook.com/profiles/company/521432-65"
]
}

URLs that are not PitchBook /profiles/company/ URLs are skipped with a warning. The API returns one row per company.


๐Ÿ“ค Example output

Each company is returned as one JSON row:

{
"result_type": "company",
"name": "Automic Software",
"pitchbookId": "10874-98",
"description": "Developer of an automation software platform created to help companies automate tasks across various apps and servers.",
"website": "www.automic.com",
"hqLocation": "Am Europlatz 5, Vienna, 1120, Austria",
"primaryIndustry": "Business/Productivity Software",
"verticals": ["CloudTech & DevOps", "SaaS", "TMT"],
"employees": 600,
"foundedYear": 1985,
"status": "Acquired/Merged",
"ownershipStatus": "Acquired/Merged",
"financingStatus": "Formerly PE-Backed",
"formerlyKnownAs": "SBB Software, UC4 Software",
"acquirer": "CA Technologies",
"latestDealType": "M&A",
"financingRounds": 6,
"investmentsCount": 6,
"competitors": ["Chef Software", "Worksoft", "Puppet"],
"recentDeals": [{"company_name": "ORSYP", "deal_type": "Buyout/LBO", "deal_date": "2014-05-28T00:00:00.000Z"}],
"companyUrl": "https://pitchbook.com/profiles/company/10874-98",
"summary": "Automic Software, Business/Productivity Software, 600 employees, founded 1985, Acquired/Merged"
}

๐Ÿ’ฐ Pricing (pay-per-event)

You pay per company returned. There is no per-run setup fee. The current per-event price is shown on the Store card and in the Actor's Monetization details. Because billing is per company, you only pay for the companies actually delivered.


๐Ÿ”Œ Use this API from Claude (MCP)

This Actor is MCP-server-compatible, so Claude Code (free trial), Claude (desktop and web), Cursor, and other MCP clients can call it as a tool through Apify's hosted MCP server.

Add it with this Actor-specific URL:

https://mcp.apify.com/?tools=actors,docs,johnvc/pitchbook-company-api

Apify MCP integration docs: https://docs.apify.com/platform/integrations/mcp

Setup walkthrough:

New to Claude Code or Claude Cowork? Start a free trial.

Then ask Claude:

"Use the PitchBook Company API to look up Stripe and summarize its funding, investors, and valuation."


๐Ÿš€ How to get started

  1. Open the Actor and paste one or more PitchBook company profile URLs into companyUrls.
  2. Run it and read the results from the dataset (JSON, CSV, Excel, or API).

View on Apify Store


โ“ FAQ

What URL should I provide?

A PitchBook company profile URL, for example https://pitchbook.com/profiles/company/10874-98.

Can I collect many companies at once?

Yes. Provide a list in companyUrls; they are collected in parallel and returned one row per company.

Do you return funding and investor data?

Yes. Each row includes a funding summary (total raised, last financing, valuation) and named investors, where PitchBook lists them.

What if a company cannot be collected?

The API returns a clear error row for that URL explaining why, so a single bad URL does not fail the whole run.


Last Updated: 2026.07.07