# Naukri Jobs by City Scraper

**Use case:** 

Scrape Naukri.com jobs by city: filter by location and role to get company, salary, skills and experience for any Indian city.

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "region": "india",
  "location": "Bangalore",
  "maxItems": 100,
  "fullDescription": true,
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "experienceText": {
    "label": "Experience",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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