# Monitor remote YC companies that are hiring

**Use case:** 

Track remote YC companies marked as hiring and keep a compact watchlist of public company records for outbound follow-up.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ycombinator.com/companies?batch=Spring%202026"
    }
  ],
  "mode": "companies",
  "query": "",
  "batches": [],
  "industries": [],
  "regions": [
    "Remote"
  ],
  "topCompany": false,
  "isHiring": true,
  "nonprofit": false,
  "minTeamSize": 0,
  "maxTeamSize": 0,
  "jobRole": "",
  "jobLocation": "",
  "scrapeFounders": true,
  "scrapeOpenJobs": false,
  "scrapeJobDescriptions": false,
  "scrapeNewsAndLaunches": false,
  "maxResults": 25,
  "startPage": 0,
  "pageLimit": 0,
  "monitoringMode": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "batch": {
    "label": "Batch"
  },
  "batchName": {
    "label": "Batch name"
  },
  "status": {
    "label": "Status"
  },
  "oneLiner": {
    "label": "One liner"
  },
  "longDescription": {
    "label": "Long description"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "teamSize": {
    "label": "Team size"
  },
  "industry": {
    "label": "Industry"
  },
  "industries": {
    "label": "Industries"
  },
  "regions": {
    "label": "Regions"
  },
  "location": {
    "label": "Location"
  },
  "topCompany": {
    "label": "Top company"
  },
  "isHiring": {
    "label": "Is hiring"
  },
  "tags": {
    "label": "Tags"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter url"
  },
  "githubUrl": {
    "label": "Github url"
  },
  "facebookUrl": {
    "label": "Facebook url"
  },
  "crunchbaseUrl": {
    "label": "Crunchbase url"
  },
  "founders": {
    "label": "Founders"
  },
  "openJobs": {
    "label": "Open jobs"
  },
  "ycUrl": {
    "label": "YC URL",
    "format": "link"
  }
}
```

## About this Actor

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