# Naukri remote data analyst jobs scraper

**Use case:** 

Extract remote data analyst jobs from Naukri with recent postings, required skills, salary text, experience ranges, and URLs.

## Input

```json
{
  "keyword": "data analyst",
  "location": "remote",
  "maxJobs": 150,
  "experienceMin": 0,
  "experienceMax": 3,
  "workMode": "remote",
  "sortBy": "date",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceText": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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