# Benchmark remote product management jobs

**Use case:** 

Collect remote product management jobs to compare seniority, skills, and salary ranges across employers in one dataset.

## Input

```json
{
  "searchQueries": [
    "Product Manager"
  ],
  "locations": [
    "Remote"
  ],
  "startUrls": [],
  "maxResults": 10,
  "datePosted": "r2592000",
  "workType": [
    "2"
  ]
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Job Location",
    "format": "string"
  },
  "work_type": {
    "label": "Work Type",
    "format": "string"
  },
  "seniority_level": {
    "label": "Seniority Level",
    "format": "string"
  },
  "salary_range": {
    "label": "Salary Range (Raw)",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "is_easy_apply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "applicant_count": {
    "label": "Applicant Count",
    "format": "string"
  },
  "posted_at": {
    "label": "Posted At",
    "format": "string"
  },
  "job_url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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