# Track a Company's LinkedIn Jobs (Hiring Signal API)

**Use case:** 

Monitor all open roles at any company on LinkedIn. Paste a company jobs URL, get every posting with full description and company enrichment.

## Input

```json
{
  "startUrls": [
    "https://www.linkedin.com/company/getyourguide-ag/jobs/"
  ],
  "directUrls": [],
  "searchQueries": [
    "Software Engineer"
  ],
  "searchQuery": "Software Engineer",
  "location": "Berlin",
  "country": "",
  "datePosted": "any",
  "sortBy": "",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "maxResultsPerQuery": 100,
  "maxResults": 100,
  "easyApply": false,
  "includeJobDetails": true,
  "includeCompanyDetails": true
}
```

## Output

```json
{
  "company_logo_url": {
    "label": "Company Logo",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote_option": {
    "label": "Remote Option",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary_text": {
    "label": "Salary Text",
    "format": "string"
  },
  "posted_at": {
    "label": "Posted Date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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