Discover/ycombinator.com API
live

ycombinator.com APIycombinator.com

Access YC company profiles, founder data, partner bios, job listings, and the YC library via 7 structured endpoints. Filter by batch, industry, and hiring status.

Endpoints
7
Updated
10d ago
Try it
Page number (0-indexed)
Filter by YC batch (e.g., 'Winter 2024', 'Summer 2023')
Number of results per page
Search keyword to filter companies
Filter by industry (e.g., 'Fintech', 'B2B', 'Consumer')
Filter by hiring status ('true' or 'false')
Filter for top companies ('true' or 'false')
api.parse.bot/scraper/303993f2-6efa-4ab4-9310-f02643b002a4/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/303993f2-6efa-4ab4-9310-f02643b002a4/search_companies?page=0&batch=Winter%2B2025&limit=5&query=fintech' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for YC companies with filters for batch, industry, hiring status, and top company status. On empty search, returns a default paginated list of companies.

Input
ParamTypeDescription
pageintegerPage number (0-indexed)
batchstringFilter by YC batch (e.g., 'Winter 2024', 'Summer 2023')
limitintegerNumber of results per page
querystringSearch keyword to filter companies
industrystringFilter by industry (e.g., 'Fintech', 'B2B', 'Consumer')
is_hiringstringFilter by hiring status ('true' or 'false')
top_companystringFilter for top companies ('true' or 'false')
Response
{
  "type": "object",
  "fields": {
    "hits": "array of company objects with name, slug, batch, industry, one_liner, website, team_size, and more",
    "page": "integer - current page number",
    "nbHits": "integer - total matching results",
    "nbPages": "integer - total pages available",
    "hitsPerPage": "integer - results per page"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "id": 29798,
          "name": "&AI",
          "slug": "ai-2",
          "batch": "Summer 2024",
          "status": "Active",
          "website": "https://www.tryandai.com/",
          "industry": "B2B",
          "isHiring": false,
          "one_liner": "Collaborative workspace for patent litigators",
          "team_size": 13,
          "top_company": false
        }
      ],
      "page": 0,
      "nbHits": 2744,
      "nbPages": 50,
      "hitsPerPage": 20
    },
    "status": "success"
  }
}

About the ycombinator.com API

The Y Combinator API covers 7 endpoints that expose YC company directories, founder profiles, partner bios, and job listings from workatastartup.com. The search_companies endpoint alone returns fields like batch, industry, team_size, one_liner, and website, and accepts filters for batch cohort, hiring status, and top-company designation. Pagination is supported across company, founder, and job search endpoints.

Company Data

The search_companies endpoint accepts up to seven parameters — including batch (e.g., Winter 2024), industry (e.g., Fintech, B2B), is_hiring, and top_company — and returns paginated result sets with nbHits, nbPages, and hitsPerPage metadata alongside each company's name, slug, one_liner, website, and team_size. For full detail on a single company, get_company takes a slug and returns founders (with full_name, title, founder_bio, and social URLs), long_description, tags, and batch.

Founders and Partners

search_founders provides a keyword-searchable index of YC founders, returning first_name, last_name, current_company, current_title, company_slug, and batches. get_partners lists all current YC partners with name, title, bio, photo, and url. To go deeper on a partner, get_person_detail accepts a partner slug (obtained from get_partners) and returns bio, stats, companies, twitter_handle, and linkedin_handle. Note that this endpoint only resolves YC partner slugs, not founder slugs.

Jobs and Library

search_jobs queries job listings across YC companies from workatastartup.com. It filters by role category (e.g., software-engineer, designer, product) and returns up to 30 jobs per page, each with title, type, location, role_category, salary, company_name, company_slug, company_batch, and company_description. get_library returns the YC content library structured as a featured item and an array of carousels, covering articles, videos, and podcasts.

Common use cases
  • Build a YC batch directory that lists all companies from a specific cohort with team size and one-liner descriptions.
  • Track which YC companies are actively hiring by filtering search_companies with is_hiring=true.
  • Aggregate job listings by role category across all YC portfolio companies using search_jobs.
  • Generate a founder graph by cross-referencing search_founders results with get_company founder arrays.
  • Populate a partner profile page using get_partners and get_person_detail with bio, stats, and associated companies.
  • Monitor new YC companies entering a given industry vertical by querying search_companies with the industry filter.
  • Curate a reading list of YC content by fetching articles and videos from the get_library carousels.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Y Combinator have an official public developer API?+
YC does not publish a general-purpose public developer API for its company directory or job board. The data accessible here comes from the public-facing YC website and workatastartup.com.
What does `get_person_detail` return, and does it work for founders?+
It returns a partner's full bio, stats array, associated companies, twitter_handle, and linkedin_handle. The endpoint only resolves slugs for YC partners (e.g., garry-tan, michael-seibel). Founder slugs are not supported at this endpoint — founder data is available through search_founders and the founders array within get_company.
Does the API expose funding amounts or valuation data for YC companies?+
Not currently. The API covers company metadata including batch, industry, team_size, one_liner, website, tags, and founder profiles, but does not include funding rounds, raised amounts, or valuations. You can fork it on Parse and revise to add an endpoint that targets public funding data sources.
How does pagination work across search endpoints?+
search_companies, search_founders, and search_jobs all use 0-indexed page parameters. The response includes nbHits (total matching records), nbPages (total pages), and hitsPerPage (results per page), so you can walk through the full result set programmatically.
Can I filter job listings by location or salary range?+
The search_jobs endpoint currently accepts a role category filter and returns location and salary fields in each job object, but does not accept location or salary as input filter parameters. You can fork it on Parse and revise to add those filters if your use case requires narrowing results by geography or compensation.
Page content last updated . Spec covers 7 endpoints from ycombinator.com.
Related APIs in B2b DirectorySee all →
angieslist.com API
Search for home service professionals on Angi and access their detailed profiles including reviews, contact information, and photos to find the right contractor for your project. Quickly compare multiple service providers by viewing their ratings, customer feedback, and verified business details all in one place.
naukri.com API
naukri.com API
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
mouser.com API
mouser.com API