# Remote IT jobs in India with salary on Naukri

**Use case:** 

Scrape remote and work-from-home IT job listings from Naukri.com across India. Get salary ranges in Lakhs, required skills, company types, and full descriptions

## Input

```json
{
  "keyword": "software engineer",
  "maxJobs": 100,
  "fetchDetails": true,
  "sortBy": "date",
  "freshness": "7",
  "workMode": [
    "remote"
  ],
  "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.