Catalog / 500 Global

500 Global API

500.co

Returns facts published by 500 Global's public portfolio page, including its aggregate investment statement, explicitly named example companies, and logo assets. The page does not publish a complete company record collection or pagination; the linked directory API currently returns an authenticated application shell, so unavailable company fields remain empty and are not inferred.

  • Business
  • 500 Global
  • portfolio
  • venture capital
  • startups
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 500 Global 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.

Reads the public portfolio page live. `tenant` is restricted to `global` because that is the source URL requested. The response preserves the eight company names explicitly listed in the page description with all unobserved fields empty; it does not turn logo assets or the aggregate claim into guessed records.

Optional parameters 1

500.co portfolio tenant. Only the publicly requested global tenant is supported.

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

Endpoints

Inputs and response fields for every endpoint in this API.

GETPortfolio/v1/portfolio

Reads the public portfolio page live. `tenant` is restricted to `global` because that is the source URL requested. The response preserves the eight company names explicitly listed in the page description with all unobserved fields empty; it does not turn logo assets or the aggregate claim into guessed records.

Input

tenantOptionalQuery · string, default: global

500.co portfolio tenant. Only the publicly requested global tenant is supported.

Example: global

Response

companiesobject[]
companies[].stage?string, default:
companies[].status?string, default:
companies[].website?string, default:
companies[].categories?string[]
companies[].source_url?string, default:
companies[].description?string, default:
companies[].company_name?string, default:
companies[].founding_date?string, default:
companies[].funding_details?string, default:
companies[].investment_date?string, default:
companies[].accelerator_batch?string, default:
countriesstring
disclaimerstring
logo_countinteger, min: 0
page_titlestring
source_urlstring (uri)
logo_assetsobject[]
coverage_notestring
page_descriptionstring
pagination_publishedboolean
invested_company_countstring
company_records_publishedboolean
named_company_examples_publishedboolean

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.