# Scrape Java developer jobs from Naukri

**Use case:** 

Pull java developer job listings from Naukri by keyword and location: title, company, experience and salary.

## Input

```json
{
  "searches": [
    "java developer"
  ],
  "maxItemsPerSearch": 100,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "companyName": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryLabel": {
    "label": "Salary"
  },
  "experience": {
    "label": "Experience"
  },
  "skills": {
    "label": "Skills"
  },
  "companyRating": {
    "label": "Rating"
  },
  "postedLabel": {
    "label": "Posted"
  },
  "jobId": {
    "label": "Job ID"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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