# Find data scientist jobs paying $150K+

**Use case:** 

Filter LinkedIn for high-paying data scientist roles: parsed salary range, title, company, workplace type, seniority and apply URL. Minimum $150K floor.

## Input

```json
{
  "keywords": "data scientist",
  "location": "United States",
  "datePosted": "any",
  "workplaceType": [
    "remote",
    "hybrid"
  ],
  "jobType": [],
  "experienceLevel": [],
  "salaryBucket": "160k",
  "sortBy": "relevance",
  "scrapeJobDetails": true,
  "scrapeCompanyDetails": false,
  "maxJobs": 100,
  "splitByLocation": false,
  "splitByDateWindow": false,
  "incrementalMode": false,
  "firstRunLookback": "pastWeek",
  "maxConcurrency": 12,
  "maxRequestsPerMinute": 240,
  "searchConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpDetailHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "applicantsCount": {
    "label": "Applicants",
    "format": "number"
  },
  "isReposted": {
    "label": "Repost",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — Filter-Based, No Login](https://apify.com/scrapesage/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.