# VenturePulse Global Accelerator Navigator

> VenturePulse Global Accelerator Navigator is a paid API for AI agents from venturepulse-nine.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns structured information on global accelerator and incubator programs (YC, Techstars, 500 Global, Antler, EF, and 50+ others) including equity terms, application deadlines, and acceptance rates

## Facts

- Endpoint: GET https://venturepulse-nine.vercel.app/api/startup/accelerator
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/venturepulse-global-accelerator-navigator-7c318c2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yRMPSRAl97GSUBUGi_D6E

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability venturepulse-global-accelerator-navigator-7c318c2c
```

Example prompt: Can you find the best accelerator programs for my B2B SaaS startup at pre-seed stage in Europe — I specifically want to see equity terms, upcoming deadlines, and acceptance rates for programs like Antler and EF, plus any other strong regional options?

## When to prefer this

Use this endpoint when a founder or agent needs to discover, compare, or shortlist accelerator and incubator programs worldwide — especially when equity terms, acceptance rates, and application deadlines are needed in a single call. Prefer over manual research or generic startup databases when structured, comparable data across 50+ programs is needed quickly.

## Known failure modes

- No programs found matching the specified region or sector — returns empty results
- Invalid or unrecognized filter parameters return a 400 error
- Deadline data may be stale if programs have not updated their cycle information
- Rate limit exceeded returns a 429 error
- Payment not processed returns a 402 error

## How this service works

Find the best accelerator or incubator for your startup worldwide — YC, Techstars, 500 Global, Antler, EF and 50+ regional programs, with equity terms, deadlines and acceptance rates. For founder and startup agents.

## Output

A structured list of matching accelerator and incubator programs including program name, geographic focus, sector focus, equity percentage taken, funding amount offered, cohort deadlines, acceptance rates, and a brief program description — covering major global programs (YC, Techstars, 500 Global, Antler, EF) plus 50+ regional alternatives

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | pt | it | nl | ko | zh | ar (default: en)"
      },
      "stage": {
       "type": "string",
       "description": "idea | pre-seed | seed | series-a (default: pre-seed)"
      },
      "region": {
       "type": "string",
       "description": "us | eu | uk | apac | latam | mena | africa | global (default: global)"
      },
      "sector": {
       "type": "string",
       "description": "fintech | saas | biotech | ai | climate | consumer | b2b | deeptech | any (default: any)"
      },
      "equity_max": {
       "type": "string",
       "description": "maximum equity willing to give — e.g. 7 means up to 7% (default: 10)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "matched_programs": [
   {
    "name": "Y Combinator",
    "apply_url": "ycombinator.com/apply",
    "funding_usd": "$500K",
    "acceptance_rate": "~2%",
    "equity_taken_pct": 7
   },
   {
    "name": "Antler",
    "region": "global",
    "funding_usd": "$250K-$500K",
    "acceptance_rate": "~5%",
    "equity_taken_pct": 10
   }
  ],
  "no_equity_options": [
   "EU EIC Accelerator — €2.5M grant",
   "Innovate UK Smart Grants — up to £2M"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/venturepulse-global-accelerator-navigator-7c318c2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from venturepulse-nine.vercel.app](https://www.zero.xyz/host/venturepulse-nine.vercel.app/llms.txt)
