# Naukri Remote Software Engineer Jobs

**Use case:** 

Scrape remote software engineer jobs from Naukri.com with company, salary, and apply links. Filter by remote work type and export structured data.

## Input

```json
{
  "keyword": "software engineer",
  "maxItems": 50,
  "sortBy": "relevance",
  "workType": "remote"
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "companyReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isWalkin": {
    "label": "Walk-in",
    "format": "boolean"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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