# Scrape Naukri backend developer jobs in Bangalore

**Use case:** 

Build a larger Naukri Bangalore jobs dataset for software engineer and backend developer searches, including job metadata and source URLs.

## Input

```json
{
  "site": "naukri",
  "keywords": [
    "software engineer",
    "backend developer"
  ],
  "location": "Bangalore",
  "startUrls": [],
  "maxItems": 60,
  "includeDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "workMode": {
    "label": "Work mode",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "education": {
    "label": "Education",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "functionArea": {
    "label": "Function area",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "firstSeenAt": {
    "label": "First seen at",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "Last seen at",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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