Entrepreneurs Roundtable Accelerator API
Returns the Entrepreneurs Roundtable Accelerator's publicly listed portfolio companies from its live Companies page. The source exposes company cards, descriptions, websites, categories, founder names, labelled public links, current-company markers, and accelerator batch tokens; dates, funding, stage, and investment-status fields remain empty when ERA does not publish them on that page.
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 Entrepreneurs Roundtable Accelerator 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/eranyc-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 the live ERA Companies page and return all deduplicated public company cards. The route warms the source homepage before the listing request because that is the observed successful HTTP read sequence. It does not read probe files or write to disk.
Input
No input parameters.
Response
countinteger, min: 1itemsobject[]items[].namestringitems[].stage?string | nullitems[].website?string | nullitems[].founders?string[]items[].categories?string[]items[].source_urlstringitems[].description?string | nullitems[].linkedin_url?string | nullitems[].public_links?objectitems[].founding_date?string | nullitems[].instagram_url?string | nullitems[].source_anchorstringitems[].company_status?string | nullitems[].funding_details?string | nullitems[].investment_date?string | nullitems[].accelerator_batch?string | nullitems[].investment_status?string | nullsource_urlstringcoverage_notestringFields 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.