# YC AI Startups Scraper

**Use case:** 

Scrape Y Combinator AI startups with company name, one-liner, website, batch, status, team size, and hiring fields.

## Input

```json
{
  "searchQuery": "AI",
  "batch": "",
  "status": "Active",
  "industry": "",
  "region": "",
  "isHiring": false,
  "tags": "",
  "isTopCompany": false,
  "maxCompanies": 100
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "oneLiner": {
    "label": "One-Liner",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "teamSize": {
    "label": "Team Size",
    "format": "number"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "isHiring": {
    "label": "Hiring",
    "format": "boolean"
  },
  "ycUrl": {
    "label": "YC Profile",
    "format": "link"
  }
}
```

## About this Actor

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