# Scrape Remote Developer Jobs with Easy Apply Filters

**Use case:** 

Find readily available remote software development positions that offer LinkedIn Easy Apply, streamlining your job search and application process. This helps jo

## Input

```json
{
  "keywords": "software engineer",
  "location": "remote",
  "maxItems": 200,
  "scrapeJobDetails": true,
  "timePosted": "",
  "experienceLevel": "",
  "jobType": "",
  "workType": "1",
  "easyApply": true,
  "industry": "",
  "function": "",
  "salaryMin": 0,
  "under10Applicants": false,
  "inYourNetwork": false,
  "language": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "applicantCount": {
    "label": "Applicants",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "postedDateText": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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