# Find remote engineering jobs at YC startups

**Use case:** 

Browse remote software engineering roles from Y Combinator startups.

## Input

```json
{
  "searchQuery": "engineer",
  "roles": [
    "Engineering"
  ],
  "locations": [
    "Remote"
  ],
  "remoteOnly": true,
  "maxResults": 5,
  "includeCompanyDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "role": {
    "label": "Role",
    "format": "string"
  },
  "roleSpecificType": {
    "label": "Role type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "type": {
    "label": "Job type",
    "format": "string"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "string"
  },
  "equityRange": {
    "label": "Equity",
    "format": "string"
  },
  "minExperience": {
    "label": "Experience",
    "format": "string"
  },
  "ycBatch": {
    "label": "YC batch",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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