Data & API
The whole universe, over HTTP
Everything behind this site is available as a JSON API: every verified investor, what each one discloses owning, what each has actually raised according to its own SEC filings, and what companies in each sector have sold for.
It is the same data we run our own origination on. There is no second, better version held back.
Endpoints
How it works
Bearer token in the Authorization header. Everything is GET, everything is JSON, and quota is returned in the response headers so you never have to guess where you stand.
| Endpoint | Returns |
|---|---|
| GET /api/v1/investors | Search and filter the universe by name, strategy, sector, country, portfolio depth or capital raised. |
| GET /api/v1/investors/:id | One investor in full, including every disclosed holding with its domain, investment year and any recorded transaction. |
| GET /api/v1/sectors | Investor counts by strategy, plus median and quartile consideration, revenue and EBITDA multiples, and the most active acquirers. |
Request
curl https://pestore.com/api/v1/investors \
-H "Authorization: Bearer pk_live_..." \
-G -d strategy=buyout-pe \
-d sector=software-and-internet \
-d min_raised_usd=50000000 \
-d limit=25Response
{
"total": 412,
"limit": 25,
"offset": 0,
"results": [
{
"id": "summit-partners",
"name": "Summit Partners",
"strategy": "Growth Equity",
"sectors": ["Software & Internet", "Healthcare & Life Sciences"],
"headquarters": "Boston, Massachusetts, US",
"domain": "summitpartners.com",
"stated_cheque_size": "$25M-$500M",
"holdings_disclosed": 40,
"sec": {
"vehicles_filed": 85,
"capital_raised_usd": 52043000000,
"largest_vehicle_usd": 8350000000,
"first_filing_year": 2013,
"latest_filing_year": 2025,
"minimum_commitment_usd": 5000000,
"filed_from": "MASSACHUSETTS"
},
"url": "https://pestore.com/funds/summit-partners"
}
]
}Pricing
What access costs
No seat counting, no per-record charge, no minimum term beyond the one you buy. To cancel, email the desk and we will stop the renewal; access runs to the end of the period you have already paid for.
Partner
No charge
by invitation
5,000 calls a month
Firms we already work with, and anyone building something we want to exist.
- Full investor records
- SEC fund histories
- Sector benchmarks
- Attribution required
Desk
$390
per month
25,000 calls a month
Corporate development teams, advisers and search funds running their own origination.
- Everything in Partner
- Disclosed portfolios, company by company
- Recovered portfolio-company domains
- Recorded transaction values where they exist
- Bulk pull of the full universe
- Firm data only, no contact data
Origination
$1,200
per month
100,000 calls a month
Teams putting this into a product or a sequencing tool of their own.
- Everything in Desk
- Verified deal-team contact per firm, under a data licence
- Up to 2,000 contact reveals a month
- Monthly refreshed snapshot as a file
- Change feed: new funds, new holdings, new filings
- A named person here, not a support queue
Bulk licence
From $25,000
a year
Snapshot, not metered
Redistribution, embedding in a commercial product, or training a model on it.
- The full database as a file, refreshed quarterly
- Redistribution rights, scoped in writing
- Custom fields and derived scores
- Priced on what you are doing with it
Live keys are issued by hand within one working day of payment, which is also when the data processing agreement goes out if your tier includes contact data. Payment is by card, through Stripe.
Terms that matter
What you can and cannot do with it
The parts people find out about later, said now.
- Firm data is yours to use
- Names, strategies, sectors, portfolios, SEC figures: use them internally, put them in your models, show them to your clients. Redistribution as a dataset needs the bulk licence, because that is a different business from using it.
- Contact data is licensed, not sold
- Verified deal-team contacts are personal data. They come only on the Origination tier and above, capped at 2,000 reveals a month, under a data processing agreement, for business-to-business contact on a legitimate-interest basis. They may not be resold, re-listed, or used for anything a recipient would not reasonably expect.
- Nothing here is a for-sale signal
- A holding held six years is a fact its owner published. It is not a statement that the company is available, and it must not be presented to anyone as one. This is the single term we will end an agreement over.
- Corrections propagate
- When a firm claims its profile and corrects it, the correction reaches the API on the next refresh. If you cache, cache with a ceiling of thirty days so a firm's correction actually reaches the people who read it.
Get a key
Request access
Tell us what you are building and roughly what volume you expect. We will send a sandbox key the same day, and quote the tier that actually fits rather than the one above it.