# Python Developer Jobs on Naukri (salaries, skills)

**Use case:** 

Naukri task that scrapes Python developer job postings with salary, skills and company ratings. Ready to run; change the keywords to any role.

## Input

```json
{
  "keywords": [
    "python developer"
  ],
  "sortByDate": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorName": "default"
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "object"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "workMode": {
    "label": "Work mode",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "object"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

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