# Find YC startups that are hiring

**Use case:** 

List YC startups that are hiring plus their open jobs: company, job title, role, location, remote, salary and equity ranges and the apply URL.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "batchName": {
    "label": "Batch",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "text"
  },
  "equityRange": {
    "label": "Equity",
    "format": "text"
  },
  "minExperience": {
    "label": "Experience",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply",
    "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.