Catalog / Seedcamp

Seedcamp API

seedcamp.com

Returns the publicly listed portfolio rows present in Seedcamp's live Our Companies response. Results are paginated; fields not published by the listing or acquired detail pages are returned as null. The source's client-side sector filters are preserved as categories. The retained source exposes no separate upstream pagination total, so completeness beyond the observed response is unresolved.

  • Business
  • Seedcamp
  • venture capital
  • portfolio
  • companies
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 Seedcamp 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 a page of the observed live Seedcamp listing response. Use page until next_page is null; the source exposes no separate upstream pagination total in the retained response.

Optional parameters 2

One-based page number.

Number of companies per page, from 1 to 100.

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

Endpoints

Inputs and response fields for every endpoint in this API.

GETPortfolio/v1/portfolio

Fetch a page of the observed live Seedcamp listing response. Use page until next_page is null; the source exposes no separate upstream pagination total in the retained response.

Input

pageOptionalQuery · integer, min: 1, max: 1000, default: 1

One-based page number.

Example: 1

page_sizeOptionalQuery · integer, min: 1, max: 100, default: 50

Number of companies per page, from 1 to 100.

Example: 50

Response

pageinteger
itemsobject[]
items[].namestring
items[].stage?string | null
items[].website?string | null
items[].categories?string[]
items[].detail_url?string | null
items[].source_urlstring
items[].description?string | null
items[].listing_year?string | null
items[].founding_date?string | null
items[].company_status?string | null
items[].funding_details?string | null
items[].investment_date?string | null
items[].accelerator_batch?string | null
items[].investment_status?string | null
items[].profile_published_date?string | null
totalinteger
sourcestring
next_pageinteger | null
page_sizeinteger
detail_enrichmentobject

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.