GET
/intel/lookupDeep Intelligence Lookup
Full intelligence dossier on any person or company, every section unredacted: regulatory and corporate filings, financial ownership and control structure, fund assets under management and control persons, compensation benchmarks (median and percentile ranges by role), affiliated entities, and verified contacts. People are automatically linked to the companies and funds they are connected to, and those are profiled too. Compiled from authoritative public records.
GEThttps://www.startuphub.ai/api/v1/intel/lookup
Request
curl "https://www.startuphub.ai/api/v1/intel/lookup?q=Sequoia%20Capital%20Operations" \
-H "Authorization: Bearer sk_live_..."Parameters
qstringrequiredAny identifier: a name, company, domain, LinkedIn URL, or email
Response
json
{
"resolved": { "matched": true, "company": { "name": "Sequoia Capital Operations" } },
"sections": [
{ "key": "fund_adv", "status": "ok", "data": { "private_fund_assets": "...", "control_related": "Y" } },
{ "key": "compensation", "status": "ok", "data": { "median_annual_wage": 188000 } }
]
}Errors
400Missing q parameter401Invalid or missing API key429Insufficient credits