Parallel18 API
Read-only live access to the publicly listed companies in Parallel18's startup directory. The portfolio endpoint follows the source's 19-page directory pagination and preserves the source's available labels, links, taxonomy values, and separate date/status fields; fields not exposed by the directory remain null. The source currently reports 531 directory records.
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 Parallel18 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/parallel18-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETPortfolio/v1/portfolio
Fetches one page directly from Parallel18's public startup directory. Use page values from 1 through the returned max_page to retrieve the full source listing. The endpoint does not infer unavailable company, investment, funding, or date fields.
Input
pageOptionalQuery · integer, min: 1, max: 19, default: 11-based Parallel18 directory page number.
Example: 1
Response
pageintegeritemsobject[]items[].idstringitems[].namestringitems[].stage?string | nullitems[].website?string (uri) | nullitems[].programs?string[]items[].categories?string[]items[].description?string | nullitems[].source_pageintegeritems[].founding_date?string | nullitems[].category_slugs?string[]items[].company_status?string | nullitems[].program_labels?string[]items[].source_post_id?string | nullitems[].funding_details?string | nullitems[].investment_date?string | nullitems[].directory_status?string | nullitems[].accelerator_batch?string | nullitems[].investment_status?string | nullmax_pageintegernext_pageinteger | nullsource_urlstring (uri)total_recordsinteger | nullFields 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.