# Scrape Remote Software Engineer Jobs in India

**Use case:** 

Discover all current remote software engineering opportunities across India. This helps recruiters identify available talent pools and job seekers find relevant

## Input

```json
{
  "searchUrl": "https://www.naukri.com/python-developer-jobs-in-bangalore",
  "maxItems": 100,
  "keyword": "software engineer",
  "jobAge": "7",
  "workMode": "remote",
  "sortBy": "date"
}
```

## Output

```json
{
  "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"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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