# Naukri Company Hiring Tracker - Who Is Hiring Now

**Use case:** 

Track which companies are hiring on Naukri.com. Filters to direct employers rated 3 stars and above, so agency and consultancy reposts stay out.

## Input

```json
{
  "platform": "naukri",
  "searchQueries": [
    "sales"
  ],
  "jobIds": [
    "150126031660"
  ],
  "locations": [
    "mumbai"
  ],
  "searchUrls": [
    "https://www.naukri.com/data-scientist-jobs-in-bangalore"
  ],
  "maxItems": 100,
  "includeJobDescription": false,
  "onlyWithSalary": false,
  "workMode": "any",
  "postedWithinDays": "any",
  "employerType": "company",
  "minCompanyRating": 3,
  "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"
  },
  "location": {
    "label": "Location"
  },
  "workMode": {
    "label": "Work mode"
  },
  "experienceLabel": {
    "label": "Experience"
  },
  "salaryLabel": {
    "label": "Salary"
  },
  "companyRating": {
    "label": "Rating"
  },
  "postedAt": {
    "label": "Posted"
  },
  "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.