Venture Capital & Investor Data: VC Firms, Funds avatar

Venture Capital & Investor Data: VC Firms, Funds

Pricing

from $25.00 / 1,000 results

Go to Apify Store
Venture Capital & Investor Data: VC Firms, Funds

Venture Capital & Investor Data: VC Firms, Funds

Get investor and VC data: firm name, type (VC, PE, corporate VC, accelerator, family office), HQ country, and website. Filter to only investors with firmographics resolved. A self-serve investor database and VC data API.

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

Datahyena

Datahyena

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

7

Monthly active users

2 days ago

Last modified

Share


Investor and VC records: firm name, type, HQ country, website, and the rounds they have backed. Each investor is one canonical row, merged across the name variants outlets report them under. Set your filters, run it, and pay only for the records you get back. No API key, no signup, no sales call.

Use it for investor data, VC data, venture capital database, investor API, fund data.

What you get

Every record carries all of the below. The table view shows the columns that scan best; the full record is in the JSON, CSV, and Excel exports.

  • Investor. the canonical name, resolved so the same firm is not split across spellings.
  • Firmographics. type (VC, PE, corporate VC, growth, accelerator, family office, syndicate, angel), HQ country, and website, where we have resolved them. Tick "Only investors with firmographics" to get just those.
  • Activity. how many rounds they have backed, the largest of those, and when they first and last invested. Filter on these to find investors by what they do rather than by how they are labelled.
  • Markets. the countries they have actually funded companies in, most-backed first. Far better covered than a head-office country, and closer to what people mean by "a US investor".

Results export to JSON, CSV, or Excel, or stream straight to your database via the Apify API.

Common use cases

  • Sales and prospecting. Find accounts that just raised, and reach them while the news is fresh.
  • Market research. Track investors by industry, country, and date.
  • Data enrichment. Add investors to your CRM or warehouse.
  • Deal sourcing. Scan new activity, for investors and corp dev teams.

Filters

InputDescription
maxItemsMax records (default 100)
cursorAdvanced: resume from a previous run's NEXT_CURSOR to paginate ahead
searchSearch by name or domain.
countriesFilter by company HQ country. Select several to cover a whole region in one run instead of one run per country. About a quarter of companies have no HQ country on record, so add "Not disclosed" to keep those deals in.
typeFilter by investor type.
hasFirmographicsReturn only investors we have resolved a website and type for. Excludes individual angels and firms we could not identify.
minRoundUsdOnly investors that have backed at least one round at or above this amount. Finds investors writing cheques at your size, including the ones we hold no type label for.
minRoundsOnly investors that have participated in at least this many rounds. Separates repeat backers from one-offs.
activeSinceOnly investors whose most recent round was announced on or after this date (YYYY-MM-DD).
investsInOnly investors that have funded companies headquartered in these countries. Filters on where an investor actually deploys rather than where it is registered, and covers far more of the database.

Leave everything empty to get the newest records first, or narrow by the filters above. One run fetches up to Max records for you, so there is no paging to do by hand.

Run it on a schedule

Most people want investors as they happen rather than one export. Set your filters, save the run as a task, and schedule it daily. Set since to the day before and each run returns only what is new, so you pay for new records instead of re-fetching the same ones.

That is the difference between a one-off list and a live feed, and it is the way this Actor is meant to be used. Apify's own Schedules run the task for you; every run appends to its own dataset, and you can send each one onward with an integration to Slack, Google Sheets, a webhook, or your warehouse.

If a run ever stops early, at a charge limit for example, it saves a NEXT_CURSOR in its key-value store. Pass that back as cursor to pick up exactly where it stopped. It is a resume point, not something you need for normal use.

Example output

{
"id": "019df8b0-7d09-729a-b98e-c49fc09c2afb",
"name": "Index Ventures",
"type": "vc",
"hqCountry": {
"code": "GB",
"name": "United Kingdom"
},
"domain": "indexventures.com",
"roundsCount": 375,
"largestRoundUsd": 3400000000,
"firstRoundAt": "2012-03-01T00:00:00.000Z",
"lastRoundAt": "2026-08-26T00:00:00.000Z",
"activeMarkets": [
{
"code": "US",
"name": "United States"
},
{
"code": "GB",
"name": "United Kingdom"
},
{
"code": "FR",
"name": "France"
}
]
}

What it costs

You pay per record returned, $0.035 each, dropping to $0.025 on higher Apify plans. Nothing is charged for a run that returns nothing, and filters that match no records cost you nothing at all.

RecordsCost
10$0.35
100$3.50
1,000$35.00
10,000$350.00

Set Max records to cap any single run, so a run can never cost more than you intended.

What this Actor does not cover

It tracks investors for companies that raise, get acquired, or hire — venture-backed and growth companies, worldwide. It is not a general business directory: local service businesses, restaurants, airports, and similar establishments are not in here. If you need every business in a city, this is the wrong tool.

FAQ

What data does this actor return?

Investor and VC records: firm name, type, HQ country, website, and the rounds they have backed. Fields: Investor, Type, Rounds, Largest round, Last active, Top market, Website, Country. Each one is matched to a canonical company.

Is this a Crunchbase, PitchBook, or Coresignal alternative?

Yes. It is a self-serve, API-first alternative to Crunchbase, PitchBook, Coresignal, and Harmonic, with no annual contract and no sales call.

How fresh is the data?

Most records are available the same day they are announced. Across the last 30 days, the median gap between a public announcement and the record being available was under one day.

Can I monitor investors on a schedule?

Yes. Save your filters as a task and use Apify's scheduler to run it daily or weekly. Each run stores a NEXT_CURSOR. Pass it to the next run to pick up where the last one stopped, so you only pay for records you have not seen yet.

Some records have an empty field. Can I still get those?

Yes. Not every announcement states every detail, and where a value was never disclosed the field is left empty rather than guessed. Filters that can be empty offer a Not disclosed option (HQ country and industry, plus funding round where it applies). Select it to include those records instead of dropping them from a filtered run.

How is the data deduplicated?

Each real-world event is matched across every outlet that reported it and resolved to one canonical company (and investors), so you never get the same round or deal twice.

How do I get the next batch of records?

Each run saves a NEXT_CURSOR to its key-value store. Pass it as the cursor input on the next run to continue where you left off. For new records over time, use the since filter.

Is there a free way to try it?

Free Apify accounts get a one-time sample of 50 records from this Actor, so you can see the shape and quality of the data before paying. It is per Actor, it does not reset, and it is meant for evaluation rather than for collecting a dataset.

Beyond the sample this Actor is for paid Apify plans, where you pay only for the records you get back.

Terms of use

Records returned by this Actor are licensed for use inside your own products and workflows. Building on the data is encouraged. Reselling, redistributing or republishing the records as data, in raw or substantially raw form, is not permitted, and neither is systematic extraction to reconstruct the dataset.

Full terms: datahyena.com/terms