# Scrape IT jobs on Naukri.com

**Use case:** 

Extract IT and software job listings from Naukri.com, India's largest job portal. Structured output. No subscription, pay per result.

## Input

```json
{
  "keyword": "python developer",
  "jobIds": [],
  "maxResults": 5,
  "skipReposts": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "text"
  },
  "experienceText": {
    "label": "Experience (Text)",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary (Text)",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published Date",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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