Catalog / LAUNCH Accelerator

LAUNCH Accelerator API

launchaccelerator.co

Read-only live access to the publicly listed Launch Accelerator portfolio. The API fetches the source page and its current JavaScript portfolio bundle on each request, returning all source-listed company records with cohort, description, website, image, and nullable fields for information the source does not publish. The source currently exposes the portfolio as one static cohort list with a generic company detail route that reuses the same fields; it does not expose pagination controls.

  • Business
  • launch accelerator
  • portfolio
  • startups
  • venture capital
1 endpointDocs updated

Endpoint health

Loading verification…

PortfolioLoading

Connect your agent

Connect through MCP so your agent can find this API, read its docs, and call its endpoints.

Setup guide

Add the server from your terminal.

Claude Code · terminal
claude mcp add --transport http agent-data https://agent-data.motie.dev/mcp

In Claude Code, run /mcp, select agent-data, then Authenticate. Sign in to your agent-data account in the browser.

Then ask your agent to use the LAUNCH Accelerator API for your task.

Call it over HTTP

Get an API key

Sign up free, generate an API key, and set it as AGENT_DATA_API_KEY in your environment. Your first 100 calls each month are free.

Fetch the Launch Accelerator companies page and its current source bundle live, with at most three total fetch attempts for transient HTTP 5xx or connection failures. Returns every company in all source-listed accelerator batches; dates, status, funding, stage, categories, and other fields remain null when the source does not publish them.

View call pricing
cURL · Portfolio
curl --request GET --get 'https://api.agent-data.dev/launchaccelerator-co/v1/portfolio' \
  --header "Authorization: Bearer $AGENT_DATA_API_KEY"

Endpoints

Inputs and response fields for every endpoint in this API.

GETPortfolio/v1/portfolio

Fetch the Launch Accelerator companies page and its current source bundle live, with at most three total fetch attempts for transient HTTP 5xx or connection failures. Returns every company in all source-listed accelerator batches; dates, status, funding, stage, categories, and other fields remain null when the source does not publish them.

Input

No input parameters.

Response

itemsobject[]
items[].namestring
items[].slugstring
items[].stage?string | null
items[].status?string | null
items[].funding?string | null
items[].website?string (uri) | null
items[].image_url?string (uri) | null
items[].categories?string[]
items[].source_urlstring (uri)
items[].description?string | null
items[].founding_date?string | null
items[].investment_date?string | null
items[].accelerator_batch?string | null
source_urlstring (uri)
record_countinteger
retrieved_atstring (date-time)
coverage_notestring
source_content_hashstring

Fields marked ? are optional.

Don’t see the endpoint you need?

Ask agent-data to add an endpoint or return more fields. Extensions are free and keep existing endpoints working.