AngelPad API
Read-only live access to the companies publicly listed in AngelPad's portfolio. The response preserves AngelPad's card descriptions, category labels, accelerator batch mentions, status language, detail links, and logos; dates, official websites, and structured funding fields are null when the source does not expose them.
Endpoint health
Loading verification…
Connect your agent
Connect through MCP so your agent can find this API, read its docs, and call its endpoints.
Add the server from your terminal.
claude mcp add --transport http agent-data https://agent-data.motie.dev/mcpIn 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 AngelPad API for your task.
Call it over HTTP
Get an API keySign 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.
curl --request GET --get 'https://api.agent-data.dev/angelpad-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETGet portfolio/v1/portfolio
Return every company currently exposed by AngelPad's public portfolio listing.
Input
No input parameters.
Response
itemsobject[]items[].idstringitems[].namestringitems[].status?string | nullitems[].website?string (uri) | nullitems[].logo_url?string (uri) | nullitems[].categories?string[]items[].description?string | nullitems[].detail_text?string | nullitems[].source_link?string (uri) | nullitems[].source_tags?string[]items[].detail_error?string | nullitems[].detail_events?object[]items[].detail_events[].date?string | nullitems[].detail_events[].textstringitems[].detail_events[].links?string (uri)[]items[].founding_date?string | nullitems[].detail_page_url?string (uri) | nullitems[].funding_details?string[]items[].investment_date?string | nullitems[].accelerator_batch?string | nulltotalintegertransportstringsource_urlstring (uri)retrieved_atstringFields 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.
An account is required to submit an extension. Prepare your request, then sign in to build.