# Y Combinator CEO Scraper: Top Company Founders

**Use case:** 

Scrape CEOs and founder CEOs of top Y Combinator companies in the US, Canada and UK. Built for sales and partnership teams running founder outreach.

## Input

```json
{
  "query": "Brian Chesky",
  "topCompanyFoundersOnly": true,
  "batches": [],
  "industries": [],
  "subindustries": [],
  "roles": [
    "CEO",
    "Co-founder & CEO",
    "Founder & CEO",
    "Founder/CEO",
    "Co-Founder and CEO",
    "CEO & Founder"
  ],
  "regions": [
    "United States of America",
    "Canada",
    "United Kingdom"
  ],
  "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.