# LinkedIn Competitor Hiring Monitor

**Use case:** 

Monitor LinkedIn job listings for target companies to find expansion signals, hiring trends, and sales intelligence leads.

## Input

```json
{
  "searchQuery": "Snowflake",
  "location": "Remote",
  "maxJobs": 40,
  "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.