# Recently Funded Startups Database (Instant) (`dionysus_way/startup-database`) Actor

Instantly query a prebuilt database of startups that raised funding in 2025-2026. Filter by industry, location, funding stage, amount, and date. No live scraping; results return immediately.

- **URL**: https://apify.com/dionysus\_way/startup-database.md
- **Developed by:** [Dionysus](https://apify.com/dionysus_way) (community)
- **Categories:** Lead generation, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.20 / 1,000 startups

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Recently Funded Startup Database

*(instantly query a prebuilt database of startups that raised funding from January 2025 onward)*

This Actor does not scrape anything when you run it. Every company was collected, verified, and enriched in advance. You pick your filters, and matching companies are returned in seconds.

Results are available as JSON, CSV, or Excel.

#### What's in the database

**Over 13,000 companies** that raised funding from 1 January 2025 onward. Updated monthly; because every record is verified in advance, the newest rounds run a few weeks behind today's date.

- **By headquarters region** — the United States and Europe together make up the large majority of the database. Canada, Asia, Oceania, Latin America, Africa, and the Caribbean are all included, but hold far fewer companies.
- **By quarter** — every quarter from 2025-Q1 onward is covered. The most recent quarter is always partial, since it runs up to the last collection date.
- **Largest industries** — Healthcare & Medical Devices, Fintech, Enterprise Software (SaaS), AI & Machine Learning, Climate & Energy, and Biotech & Pharmaceuticals.

**Tip:** leave a filter empty to include everything in it. Filters combine, so picking two industries, two regions, and two quarters returns companies matching any of those industries, in any of those regions, in any of those quarters.

#### What you get

**Not every field is filled for every company.** Nothing is inferred or estimated, so a field is empty whenever it could not be verified. The labels below are honest about how often each one arrives.

**On every company:**

- **companyName** - the company's trading name.
- **website** - its verified homepage. Every website was individually checked against corroborating evidence for that specific company — not guessed from a name match.
- **domain** - the registrable domain, handy for deduplication and CRM matching.
- **industry** - exactly one label from a closed 23-value list, so filtering is consistent.
- **region** - headquarters region: United States, Europe, Canada, Asia, Africa, Oceania, Latin America, or Caribbean. Regions never overlap: Asia includes the Middle East, Africa includes North Africa.
- **fundingDate**, **fundingQuarter** - when the round was announced or filed.

**On almost every company:**

- **country** - headquarters country.
- **moneyType** - Equity, Debt, SAFE, and similar, taken from the source rather than inferred.

**On most companies (roughly seven in ten or more):**

- **fundingAmount** - the raised amount with its currency symbol (`$8,397,541`, `€1,300,000`), where it was disclosed. Text, not a number, so the symbol travels with the value.
- **city** - headquarters city.
- **description** - what the company actually does, taken from its own website where possible.
- **contact1Name**, **contact1Title** - the best-evidenced named person with a published role, such as founder, CEO, or another senior leader.

**On about half:**

- **linkedInCompany** - the official company profile.
- **addressLine**, **state** - street-level location. **Heavily US-weighted**: nearly every US company has one, while European and other non-US companies usually do not.
- **phone** - a verified contact number for the company.
- **contact2Name**, **contact2Title** - a second named person.

**On fewer than half:**

- **email**, **emailsAll** - contact addresses published on the company's own site.
- **fundingStage** - Pre-Seed, Seed, Series A/B/C, or Growth/Late, only where it was stated.
- **contact3Name**, **contact3Title** - a third named person.

**Rarely present — do not plan around these:**

- **twitter** - only about a quarter of companies list one.
- **contact1LinkedIn**, **contact2LinkedIn**, **contact3LinkedIn** - personal LinkedIn URLs are present on only a small percentage of records. Contact *names and titles* are far better covered than their LinkedIn links.

One company ships per domain, so you never get the same business twice.

#### Sample output (CSV-Friendly Flattened JSON)

This is a **well-filled** record, shown to illustrate the full shape. A typical company has fewer fields populated — see the coverage labels above.

```json
{
    "companyName": "Lucem Health",
    "website": "https://lucemhealth.com/",
    "domain": "lucemhealth.com",
    "industry": "AI & Machine Learning",
    "description": "Lucem Health develops practical AI tools that help healthcare providers accelerate disease detection and treatment.",
    "region": "United States",
    "country": "United States",
    "state": "North Carolina",
    "city": "Davidson",
    "addressLine": "210 Delburg St., Davidson, NC 28036",
    "fundingDate": "2026-03-26",
    "fundingQuarter": "2026-Q1",
    "fundingAmount": "$8,397,541",
    "fundingStage": "Series A",
    "moneyType": "Equity",
    "email": "info@lucemhealth.com",
    "emailsAll": ["info@lucemhealth.com"],
    "phone": "919.371.6323 x703",
    "linkedInCompany": "https://www.linkedin.com/company/lucem-health",
    "twitter": "https://twitter.com/lucemhealth",
    "contact1Name": "Sean Cassidy",
    "contact1Title": "CEO",
    "contact2Name": "Eric Navarro",
    "contact2Title": "CTO",
    "contact3Name": "Conrad Gudmundson",
    "contact3Title": "Chief Commercial Officer"
}
```

#### Typical use cases

- Lead generation — build a target list of recently funded companies in your industry and market.
- Market research — track which sectors and regions are raising, quarter by quarter.
- Investor and competitor tracking — see who raised, when, and at what stage.
- Recruiting — find newly funded companies that are about to start hiring.

#### Quick start

1. Pick one or more **industries** (or leave empty for all).
2. Pick one or more **regions** (or leave empty for all).
3. Pick one or more **funding quarters** (or leave empty for all).
4. Set **maximum results**, click Start, and download your data in JSON, CSV, or Excel format.

#### FAQ

**How fresh is the data?**
The database covers funding announced from 1 January 2025 onward and is **updated once a month**. Because collection, verification, and enrichment all happen before you run it, the newest rounds are typically **a few weeks behind today's date** — that lag is what buys you verified websites, working contacts, and no scraping wait at query time. The most recent quarter available is always partial, since it runs up to the last collection date.

**Which regions are best covered?**
The United States and Europe together account for the large majority of the database. Canada, Asia, Africa, Oceania, Latin America, and the Caribbean are included but hold fewer companies, so narrow filters on those regions may return few or no results.

**Why are some fields empty?**
Because the value could not be verified. Amounts and stages are only included when they were actually disclosed — most companies have a disclosed amount, but a stated stage is present on fewer than half. Contact details follow the same rule: every company has a verified website, while phone numbers sit around half, email addresses under half, and personal LinkedIn URLs on only a small percentage. Nothing is inferred or estimated — an honest empty field is better than a fabricated one. See "What you get" above for the per-field breakdown before you build a workflow on any single column.

**Are addresses available outside the United States?**
Often not. Street-level detail is much more consistently available for US companies, so US coverage is near-complete while European and other non-US companies frequently have only country and city. Region, country, and city are the location fields to rely on globally.

**Why does my query return nothing?**
Combining several narrow filters can produce an empty result — for example, one small industry in a thinly covered region in a single quarter. Widen any one of the three filters. A run that returns no companies costs you nothing, since you are only charged per company returned.

**Are the websites reliable?**
Every website was verified individually against hard corroborating evidence tied to that specific company, never a name match alone. Where no solid evidence existed, the company was left out rather than shipped with a guess.

**What if something looks wrong?**
Please open an issue on this Actor's page first — that is the fastest way to get it looked at. You can also reach out at southdionysus@gmail.com.

*Start with a broad query to see the shape of the data, then narrow it down.*

***

This Actor is an independent tool. It is not affiliated with, endorsed by, or connected to any of the companies listed in the dataset.

# Actor input Schema

## `industries` (type: `array`):

Return only companies in these industries. Pick "All industries" (or leave empty) to include every industry. Selecting several returns companies matching any one of them.

## `regions` (type: `array`):

Return only companies headquartered in these regions. Pick "All regions" (or leave empty) to include every region. Regions are continents and never overlap: Asia includes the Middle East, Africa includes North Africa. Coverage is strongest for the United States and Europe.

## `fundingQuarters` (type: `array`):

Return only companies whose funding was announced in these quarters. Pick "All quarters" (or leave empty) to include every quarter, or "All 2025" / "All 2026" for a whole year. The most recent quarter is partial, since it runs up to the last collection date.

## `maxResults` (type: `integer`):

The largest number of companies to return. You are charged per company returned, so this is also your cost ceiling.

## Actor input object example

```json
{
  "maxResults": 100
}
```

# Actor output Schema

## `results` (type: `string`):

All companies matching the query (one item per company).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dionysus_way/startup-database").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dionysus_way/startup-database").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dionysus_way/startup-database --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dionysus_way/startup-database"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/7Awpc2pjUg34RCQFS/builds/QngU3u9dpSnmxeFIi/openapi.json
