Investor by Domain
GET/investors/by-domain1 credit

Investor by Domain

Resolve an investor website domain to a single investor record. 1 credit.

GEThttps://www.startuphub.ai/api/v1/investors/by-domain

Request

curl "https://www.startuphub.ai/api/v1/investors/by-domain?domain=a16z.com" \
  -H "Authorization: Bearer sk_live_..."

Parameters

domainstringrequired

Investor domain or URL (e.g. a16z.com)

Response

json
{ "data": { "id": "uuid", "name": "Andreessen Horowitz", "slug": "andreessen-horowitz", "website": "https://a16z.com", "investor_type": "Venture Capital", "startuphub_url": "https://www.startuphub.ai/investors/andreessen-horowitz" } }

Errors

400Missing or invalid domain
401Invalid or missing API key
404No investor matched that domain