# DevOps Engineer Jobs for Freshers in India

**Use case:** 

Retrieve the latest DevOps Engineer job listings for freshers in India. Get structured data including job titles, companies, and salaries.

## Input

```json
{
  "keywords": [
    "DevOps Engineer"
  ],
  "location": "",
  "locations": [],
  "experienceMin": 0,
  "experienceMax": 2,
  "salaryMin": 0,
  "salaryMax": 0,
  "jobAge": "",
  "workFromHome": "",
  "sortBy": "date",
  "maxPages": 3,
  "scrapeJobDetails": false,
  "maxConcurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyRating": {
    "label": "Company Rating",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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