# Naukri Data Analyst Jobs With Full Descriptions

**Use case:** 

Scrape Naukri.com data analyst jobs with the complete job description, education requirements, role, industry and applicant count on every row.

## Input

```json
{
  "platform": "naukri",
  "searchQueries": [
    "data analyst"
  ],
  "jobIds": [
    "150126031660"
  ],
  "locations": [
    "bangalore"
  ],
  "searchUrls": [
    "https://www.naukri.com/data-scientist-jobs-in-bangalore"
  ],
  "maxItems": 50,
  "includeJobDescription": true,
  "onlyWithSalary": false,
  "workMode": "any",
  "postedWithinDays": "any",
  "employerType": "any",
  "titleMustInclude": [
    "python",
    "backend"
  ],
  "titleMustExclude": [
    "intern",
    "trainee"
  ],
  "sortBy": "date",
  "onlyNewJobs": false,
  "dedupStoreName": "naukri-seen-jobs",
  "maxConcurrency": 10,
  "requestsPerSecond": 5,
  "maxRequestRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "role": {
    "label": "Role"
  },
  "industry": {
    "label": "Industry"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "educationUg": {
    "label": "Degree"
  },
  "applyCount": {
    "label": "Applicants"
  },
  "viewCount": {
    "label": "Views"
  },
  "description": {
    "label": "Description"
  },
  "jobUrl": {
    "label": "Job URL"
  }
}
```

## About this Actor

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