# ML and data science jobs at Indian startups

**Use case:** 

Scrape machine learning and data science job listings from CutShort.io. Ideal for ML engineers and recruiters in India.

## Input

```json
{
  "skills": [
    "machine-learning",
    "data-science"
  ],
  "maxItems": 50,
  "outputMode": "full"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceRange": {
    "label": "Experience",
    "format": "text"
  },
  "salaryRawText": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "object"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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