# Track India IT Services Hiring on Naukri

**Use case:** 

Monitor TCS, Infosys, and Wipro hiring on Naukri.com: role, company, salary bands, skills, and experience per listing. Detect hiring surges, map IT-services dem

## Input

```json
{
  "platform": "naukri",
  "queries": [
    "TCS software engineer bangalore",
    "Infosys developer pune"
  ],
  "location": "Bengaluru",
  "searchUrls": [],
  "includeGulfDetails": true,
  "includeNaukriDetails": true,
  "includeDescription": true,
  "monitorMode": "off",
  "cleanHtml": false,
  "maxResultsPerQuery": 10,
  "sortBy": "relevance",
  "freshnessDays": "0",
  "workMode": "any",
  "salaryRange": "any",
  "companyType": "any",
  "maxConcurrency": 3
}
```

## 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.