# Machine Learning Jobs & Salary Insights from CutShort

**Use case:** 

Retrieve detailed listings of machine learning jobs, including salary benchmarks and company tech stacks. Get the latest data for informed decisions.

## Input

```json
{
  "skills": [
    "machine-learning",
    "data-science"
  ],
  "startUrls": [],
  "includeCompanyDetails": true,
  "includeRecruiter": false,
  "includeDescriptionHtml": false,
  "outputMode": "summary",
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Logo",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "salaryRawText": {
    "label": "Salary Range",
    "format": "string"
  },
  "experienceText": {
    "label": "Experience",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "locationsText": {
    "label": "Locations",
    "format": "string"
  },
  "skills": {
    "label": "Required Skills",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CutShort Scraper: Tech Jobs, Salary & Company Tech Stacks](https://apify.com/getascraper/cutshort-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/cutshort-scraper) to learn more, explore other use cases, and run it yourself.