# Track Remote and Hybrid Naukri Jobs

**Use case:** 

Track remote and hybrid Naukri jobs by keyword and collect fresh listings with company, salary, experience, location, skills, and job URLs.

## Input

```json
{
  "keyword": "python developer",
  "fetchDetails": false,
  "maxJobs": 50,
  "freshness": "3",
  "sortBy": "date",
  "experience": "all",
  "workMode": [
    "remote",
    "hybrid"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "jdURL": {
    "label": "Job URL",
    "format": "link"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "createdDate": {
    "label": "Created Date",
    "format": "text"
  },
  "tagsAndSkills": {
    "label": "Tags & Skills",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "companyJobsUrl": {
    "label": "Company Jobs URL",
    "format": "link"
  },
  "logoPath": {
    "label": "Company Logo",
    "format": "image"
  },
  "footerPlaceholderLabel": {
    "label": "Freshness",
    "format": "text"
  },
  "isSaved": {
    "label": "Is Saved",
    "format": "boolean"
  },
  "groupId": {
    "label": "Group ID",
    "format": "number"
  },
  "isTopGroup": {
    "label": "Top Group",
    "format": "number"
  },
  "showMultipleApply": {
    "label": "Multiple Apply",
    "format": "boolean"
  },
  "experienceText": {
    "label": "Experience Range",
    "format": "text"
  },
  "minimumExperience": {
    "label": "Min Experience",
    "format": "text"
  },
  "maximumExperience": {
    "label": "Max Experience",
    "format": "text"
  },
  "jobDescription": {
    "label": "Job Description",
    "format": "text"
  },
  "salaryDetail": {
    "label": "Salary Detail",
    "format": "object"
  },
  "ambitionBoxData": {
    "label": "AmbitionBox Data",
    "format": "object"
  },
  "brandingTags": {
    "label": "Branding Tags",
    "format": "array"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "board": {
    "label": "Board",
    "format": "text"
  }
}
```

## About this Actor

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