# Data Scientist Jobs at US Startups Scraper

**Use case:** 

Extract listings for Data Scientist positions at US startups. Get job details like salary, skills, and remote work options.

## Input

```json
{
  "searchTitle": "data scientist",
  "regions": [
    ""
  ],
  "remote": [],
  "experience": [],
  "companySizes": [
    "1-10",
    "11-50",
    "51-200"
  ],
  "categories": [],
  "daysSinceUpdated": "",
  "maxJobs": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedLabel": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Built In Tech Jobs Scraper — Startup Jobs, No Login](https://apify.com/logiover/built-in-tech-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/built-in-tech-jobs-scraper) to learn more, explore other use cases, and run it yourself.