# Scrape Naukri Jobs for India Recruiting

**Use case:** 

Pull Naukri job listings at scale: title, company, location, salary, experience, skills, description and posting date. Power India recruiting pipelines, sourcin

## Input

```json
{
  "platform": "naukri",
  "queries": [
    "full stack developer",
    "data engineer"
  ],
  "location": "Bengaluru",
  "searchUrls": [],
  "includeGulfDetails": true,
  "includeNaukriDetails": true,
  "includeDescription": true,
  "monitorMode": "off",
  "cleanHtml": true,
  "maxResultsPerQuery": 100,
  "sortBy": "date",
  "freshnessDays": "7",
  "workMode": "any",
  "salaryRange": "any",
  "companyType": "company",
  "maxConcurrency": 2
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "job_role": {
    "label": "Job Role",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "applicant_count": {
    "label": "Applications",
    "format": "number"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "change_type": {
    "label": "Change",
    "format": "text"
  },
  "first_seen_at": {
    "label": "First Seen",
    "format": "date"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Naukri & Naukrigulf Jobs Scraper & Monitor - 60+ Fields](https://apify.com/thirdwatch/naukri-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/naukri-jobs-scraper) to learn more, explore other use cases, and run it yourself.