# 🚀 Y Combinator Scraper — Startups, Batches & Hiring

**Use case:** 

No-code, cheap Y Combinator API. Scrape YC data: company name, batch, status, team size, location, industries, tags, website, hiring status — cheapest per item.

## Input

```json
{
  "query": "",
  "batches": [
    "Winter 2024",
    "Summer 2023"
  ],
  "statuses": [
    "Active",
    "Public"
  ],
  "industries": [
    "Fintech"
  ],
  "isHiring": false,
  "maxItems": 1000
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "oneLiner": {
    "label": "One Liner",
    "format": "text"
  },
  "longDescription": {
    "label": "Long Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "teamSize": {
    "label": "Team Size",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "regions": {
    "label": "Regions",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "subindustry": {
    "label": "Subindustry",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "isHiring": {
    "label": "Is Hiring",
    "format": "boolean"
  },
  "topCompany": {
    "label": "Top Company",
    "format": "boolean"
  },
  "nonprofit": {
    "label": "Nonprofit",
    "format": "boolean"
  },
  "launchedAt": {
    "label": "Launched At",
    "format": "date"
  },
  "logoUrl": {
    "label": "Logo Url",
    "format": "image"
  },
  "ycUrl": {
    "label": "Yc Url",
    "format": "link"
  },
  "objectID": {
    "label": "Object ID",
    "format": "text"
  }
}
```

## About this Actor

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