---
name: venturepulse-nine.vercel.app
description: venturepulse-nine.vercel.app provides a single API endpoint that matches startups to accelerator and incubator programs based on sector, stage, region, and equity tolerance. It returns ranked program lists with funding amounts, duration, acceptance rates, and application links. It does not cover venture capital, angel investors, or grants.
host: venturepulse-nine.vercel.app
---

# venturepulse-nine.vercel.app

This host serves early-stage startups and agents that need structured, filterable data on accelerator and incubator programs worldwide. It accepts startup profile parameters and returns ranked matches with actionable terms and deadlines. Its scope is narrowly limited to accelerator/incubator discovery; it does not provide investor search, grant databases, or fundraising analytics.

## When to use this host

Use this host when an agent needs to find accelerator or incubator programs for a startup and requires structured output including equity terms, deadlines, and acceptance odds filtered by sector, stage, and region. Do not use it for finding venture capital firms, angel investor networks, or non-accelerator grants — those require a dedicated investor search API or grant funding database. If the user's goal is broader fundraising strategy beyond accelerator programs, this host will not satisfy that need.

## Capabilities

### Accelerator Discovery

Identifies and ranks accelerator and incubator programs matching a startup's profile, returning structured data on equity terms, funding, duration, acceptance rates, and application links.

- **`fetch-startup-accelerator-matches`** — Returns a ranked list of global accelerator and incubator programs matching a startup's sector, stage, region, and maximum equity tolerance, including funding amounts, duration, acceptance rates, and application links.

## Skill reference

### `fetch-startup-accelerator-matches`

**Startup Accelerator Match Finder** — Returns a ranked list of global accelerator and incubator programs matching a startup's sector, stage, region, and maximum equity tolerance, including funding amounts, duration, acceptance rates, and application links.

*Use when:* Use when an agent needs to identify suitable accelerator or incubator programs for a startup given its sector, funding stage, geographic region, and equity constraints, and requires structured data on terms, deadlines, and acceptance odds.

*Not for:* Do not use for finding venture capital investors, angel networks, or grant funding outside accelerator programs; use a dedicated investor search or grant API instead.

**Inputs:**

- `sector` (string) — Industry vertical filter. Accepted values: fintech | saas | biotech | ai | climate | consumer | b2b | deeptech | any. Defaults to 'any'.
- `stage` (string) — Startup funding stage. Accepted values: idea | pre-seed | seed | series-a. Defaults to 'pre-seed'.
- `region` (string) — Geographic region filter. Accepted values: us | eu | uk | apac | latam | mena | africa | global. Defaults to 'global'.
- `equity_max` (number) — Maximum equity percentage the founder is willing to give up (e.g. 7 means up to 7%). Defaults to 10.
- `lang` (string) — Response language code. Defaults to 'en'. Supported: en | es | fr | de | ja | pt | it | nl | ko | zh | ar.

**Returns:** Returns sector/stage/region echo fields and a matched_programs array where each entry includes program name, operator, equity taken, funding amount, duration, acceptance rate, notable alumni, sector focus, fit rationale, and application URL.

**Example:** `GET https://venturepulse-nine.vercel.app/api/startup/accelerator?sector=ai&stage=pre-seed&region=eu&equity_max=7&lang=en`

---
