# ML Engineer & AI Jobs Data from Hirist India

**Use case:** 

Extract up to 100 job listings for ML and AI roles in Bangalore and Hyderabad. Get detailed salary, skills, and recruiter information.

## Input

```json
{
  "keywords": [
    "machine learning",
    "deep learning"
  ],
  "cities": [
    "bangalore",
    "hyderabad"
  ],
  "experience": "",
  "maxJobs": 100,
  "maxPages": 4,
  "scrapeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "requestDelay": 500,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "companyRating": {
    "label": "Company Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryHidden": {
    "label": "Salary Hidden",
    "format": "boolean"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "string"
  },
  "experienceRaw": {
    "label": "Experience",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hirist.tech IT Jobs Scraper — Salary & Skills, No API](https://apify.com/logiover/hirist-tech-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/hirist-tech-scraper) to learn more, explore other use cases, and run it yourself.