Fetch YC companies by IDs (direct WAAS API)
yc_fetch_companiesFetch YC startup company details by WAAS numeric IDs using the Work at a Startup API, returning authoritative profiles for data enrichment and follow-up.
Instructions
Direct WAAS API: POST https://www.workatastartup.com/companies/fetch with {ids:[...]}. Authoritative source for YC startup page (your curl). Requires WAAS_COOKIE + WAAS_CSRF_TOKEN. No Algolia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of WAAS numeric company ids, e.g. [24081,30341,29649] — uses POST /companies/fetch directly (your curl) |