# Monitor new Y Combinator companies

**Use case:** 

Watch a YC industry and get only new companies each run: name, batch, website, one-liner, team size, founders and founder LinkedIn/Twitter.

## Input

```json
{
  "industries": [
    "B2B"
  ],
  "isHiring": false,
  "topCompaniesOnly": false,
  "nonprofit": false,
  "enrichProfile": true,
  "includeJobs": false,
  "maxItems": 200,
  "onlyNewItems": true,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugDump": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "batchName": {
    "label": "Batch",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "teamSize": {
    "label": "Team",
    "format": "number"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isHiring": {
    "label": "Hiring",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "oneLiner": {
    "label": "One-liner",
    "format": "text"
  },
  "foundersCount": {
    "label": "# Founders",
    "format": "number"
  },
  "ycUrl": {
    "label": "YC profile",
    "format": "link"
  }
}
```

## About this Actor

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