# Data analyst jobs in Mumbai on Naukri.com

**Use case:** 

Extract data analyst job listings in Mumbai from Naukri.com. Perfect for data professionals tracking hiring trends in Mumbai.

## Input

```json
{
  "keyword": "data analyst",
  "maxJobs": 100,
  "fetchDetails": false,
  "sortBy": "relevance",
  "freshness": "15",
  "cities": [
    "17"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "tagsAndSkills": {
    "label": "Skills",
    "format": "text"
  },
  "createdDate": {
    "label": "Posted",
    "format": "text"
  },
  "jdURL": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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