# Data scientist jobs at Y Combinator startups

**Use case:** 

Extract data science and machine learning job listings from Y Combinator startups. Includes salary ranges, company funding stage, job descriptions, and more.

## Input

```json
{
  "searchQuery": "data science",
  "roleFilter": "data-scientist",
  "locationFilter": "",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ycBatch": {
    "label": "YC Batch",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "text"
  },
  "equity": {
    "label": "Equity",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "roleCategory": {
    "label": "Role",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "visaSponsorship": {
    "label": "Visa",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

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