# LinkedIn Job Status Checker (Verify Listings are Live)

**Use case:** 

Bulk-check LinkedIn job URLs and get status online, offline, or expired. Keep your job database clean and your search results current.

## Input

```json
{
  "startUrls": [],
  "directUrls": [
    "https://www.linkedin.com/jobs/view/4371481846",
    "https://www.linkedin.com/jobs/view/4200000000",
    "https://www.linkedin.com/jobs/view/4300000000"
  ],
  "searchQueries": [
    "Software Engineer"
  ],
  "searchQuery": "Software Engineer",
  "location": "Berlin",
  "country": "",
  "datePosted": "any",
  "sortBy": "",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "maxResultsPerQuery": 100,
  "maxResults": 0,
  "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.