Catalog / Entrepreneurs Roundtable Accelerator

Entrepreneurs Roundtable Accelerator API

eranyc.com

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.

  • Business
  • venture-capital
  • accelerator
  • 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 Entrepreneurs Roundtable Accelerator 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 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.

View call pricing
cURL · Portfolio
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: 1
itemsobject[]
items[].namestring
items[].stage?string | null
items[].website?string | null
items[].founders?string[]
items[].categories?string[]
items[].source_urlstring
items[].description?string | null
items[].linkedin_url?string | null
items[].public_links?object
items[].founding_date?string | null
items[].instagram_url?string | null
items[].source_anchorstring
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
source_urlstring
coverage_notestring

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.