← API Catalog
Apify·Async

Y Combinator Scraper

Knowledge & Data$0.015 / result

What it does

Extract startup leads, founder emails, LinkedIn profiles, hiring data, and more from YC companies and founders. Export scraped data, schedule via API, and integrate with other tools or AI workflows.

Returns: Extract startup leads, founder emails, LinkedIn profiles, hiring data, and more from YC companies and founders. Export scraped data, schedule via API, and integrate with other tools or AI workflows.

Parameters

ParameterTypeRequiredDescription
urltextYesCompanies search URL. Go to the [Y Combinator directory](https://www.ycombinator.com/companies/), search using the required filters, and once you are done, copy the full URL from the address bar and paste it here.
max_companiesnumberNoMaximum number of results to return. Leave empty for no limit.
scrape_foundersbooleanNoIf true, the actor will scrape information about all company founders.
scrape_open_jobsbooleanNoSet to true if you want to get information about open jobs.
scrape_all_companiesbooleanNoSet to true to scrape all companies (over 5,500) from all batches. When true, the Companies search URL and Maximum Companies parameters will be ignored.

Endpoints

GET/v1/agents/resources/inspect/apify.michael.g.y-combinator-scraperPublic
POST/v1/agents/resources/estimate/apify.michael.g.y-combinator-scraperPublic
POST/v1/agents/resources/run/apify.michael.g.y-combinator-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.michael.g.y-combinator-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data