Ycombinator: Search Companies
Ycombinator via Parse · b2b_directory
Search and filter the YC company directory via Algolia. Returns paginated results with company metadata including name, batch, industry, team size, and hiring status. Supports faceted filtering by batch, industry, hiring status, and top-company designation. An empty query returns the full directory in default order. Access the Y Combinator ecosystem including company directories, founder and partner profiles, and job listings across YC startups. Fulfilled by Parse from ycombinator.com.
- b2b-directory
- finance
- jobs
- parse
- platform-key
- ycombinator
- ycombinator-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/303993f2-6efa-4ab4-9310-f02643b002a4/search_companies
- Interface artifact
- sha256:7ff17220353d85d78f1d8d44ccafbf7572fe74470de2fcace6dd07d43b2c2808
- Manifest digest
- sha256:a377b203cd4e59ed79012ff0b77c0115d637b4dbd91fb19fd9b2b5f44bd62f8d
Request fields
- page (integer): Page number (0-indexed).
- batch (string): Filter by YC batch name (e.g. 'Winter 2024', 'Summer 2023').
- limit (integer): Number of results per page.
- query (string): Search keyword to match against company name, description, and tags.
- industry (string): Filter by industry (e.g. 'Fintech', 'B2B', 'Healthcare').
- is_hiring (string): Filter by hiring status. Accepts 'true' or 'false'.
- top_company (string): Filter for YC top companies. Accepts 'true' or 'false'.
Example queries
- {"page":"0","batch":"Winter 2024","limit":"5","query":"AI","industry":"B2B","is_hiring":"true","top_company":"true"}