# Scrape jobs at YC W24 companies

**Use case:** 

Collect public job postings from YC Work at a Startup for companies in the W24 batch with role, company, salary, and application URLs.

## Input

```json
{
  "maxItems": 100,
  "remoteOnly": false,
  "companyBatch": "W24",
  "includeIncomplete": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companySlug": {
    "label": "Company slug",
    "format": "text"
  },
  "companyBatch": {
    "label": "YC batch",
    "format": "text"
  },
  "companyOneLiner": {
    "label": "Company one-liner",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "role": {
    "label": "Role code",
    "format": "text"
  },
  "roleSpecificType": {
    "label": "Role subtype",
    "format": "text"
  },
  "prettyRole": {
    "label": "Role",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "text"
  },
  "equityRange": {
    "label": "Equity",
    "format": "text"
  },
  "minExperience": {
    "label": "Experience",
    "format": "text"
  },
  "minSchoolYear": {
    "label": "School year",
    "format": "text"
  },
  "visa": {
    "label": "Visa",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Logo URL",
    "format": "image"
  },
  "isIncomplete": {
    "label": "Incomplete",
    "format": "boolean"
  },
  "createdAt": {
    "label": "Posted",
    "format": "text"
  },
  "lastActive": {
    "label": "Last active",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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