Get YC startup details
yc_get_startupRetrieve complete Y Combinator startup profiles by slug, company ID, or batch IDs. Uses authoritative direct API when authenticated, with fallback to public sources.
Instructions
Get full YC startup profile by slug. If WAAS_COOKIE set, resolves via direct POST /companies/fetch (authoritative). Falls back to Algolia+yc-oss when no auth. Supports slug, companyId, or ids[] batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Batch fetch ids e.g. [24081,30341] — uses POST /companies/fetch directly | |
| slug | Yes | YC company slug e.g. algolia, stripe, airbnb | |
| companyId | No | Numeric WAAS company id (if you have it from /companies/fetch). If provided, direct API is used. |