# LinkedIn Remote Jobs Scraper

**Use case:** 

Scrape LinkedIn remote job listings by keyword, location, date posted, and job details for hiring market research.

## Input

```json
{
  "searchQuery": "data analyst",
  "location": "United States",
  "maxJobs": 25,
  "jobType": "all",
  "experienceLevel": "all",
  "workplaceType": "2",
  "datePosted": "r604800",
  "sortBy": "DD",
  "scrapeJobDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "applicantsCount": {
    "label": "Applicants",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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