# Naukri Python Developer Jobs in Mumbai (6-10 LPA)

**Use case:** 

Extract Python developer job listings in Mumbai with a salary range of 6-10 lakhs per annum. This provides competitive intelligence for salary benchmarking and 

## Input

```json
{
  "searchUrl": "https://www.naukri.com/python-developer-jobs-in-bangalore",
  "maxItems": 60,
  "keyword": "python developer",
  "location": "mumbai",
  "salaryLakhs": "6-10",
  "jobAge": "30",
  "sortBy": "salary"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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