# Y Combinator CTO & Technical Founders Scraper

**Use case:** 

Scrape CTOs and technical co-founders from the newest Y Combinator batches. Lets dev-tool vendors and recruiters reach build-vs-buy decision makers.

## Input

```json
{
  "query": "Brian Chesky",
  "topCompanyFoundersOnly": false,
  "batches": [
    "W26",
    "F25",
    "S25"
  ],
  "industries": [],
  "subindustries": [],
  "roles": [
    "CTO",
    "Co-founder & CTO",
    "Founder/CTO",
    "Co-Founder, CTO",
    "Founder & CTO",
    "Co-Founder / CTO"
  ],
  "regions": [],
  "maxItems": 10,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "avatar_thumb": {
    "label": "Avatar",
    "format": "image"
  },
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "current_title": {
    "label": "Title",
    "format": "text"
  },
  "current_company": {
    "label": "Company",
    "format": "text"
  },
  "batches": {
    "label": "Batches",
    "format": "array"
  },
  "yc_parent_industries": {
    "label": "Industries",
    "format": "array"
  },
  "current_region": {
    "label": "Region",
    "format": "text"
  },
  "top_company": {
    "label": "Top company",
    "format": "boolean"
  },
  "yc_company_url": {
    "label": "Company page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Y Combinator Founders Scraper](https://apify.com/datacach/yc-founders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/yc-founders-scraper) to learn more, explore other use cases, and run it yourself.