# Software developer jobs in Bangalore on Naukri

**Use case:** 

Scrape software developer job listings in Bangalore from Naukri.com. Get salary ranges, experience requirements, skills, and company details.

## Input

```json
{
  "keyword": "software developer",
  "maxJobs": 100,
  "fetchDetails": false,
  "sortBy": "relevance",
  "freshness": "7",
  "workMode": [
    "office",
    "hybrid"
  ],
  "cities": [
    "9508"
  ],
  "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.