# Verify LinkedIn job application links

**Use case:** 

Check whether LinkedIn jobs are live, recover verified official apply URLs, and flag expired, mismatched, or ghost-job risks.

## Input

```json
{
  "rows": [
    {
      "jobId": "4441060956",
      "jobUrl": "https://www.linkedin.com/jobs/view/account-executive-travel-at-nike-communications-inc-4441060956",
      "jobTitle": "Account Executive - Travel",
      "companyName": "Nike Communications, Inc.",
      "companyUrl": "https://www.linkedin.com/company/nike-communications",
      "location": "New York, NY"
    },
    {
      "jobId": "4440198123",
      "jobUrl": "https://www.linkedin.com/jobs/view/national-account-manager-at-sprout-living-4440198123",
      "jobTitle": "National Account Manager",
      "companyName": "Sprout Living",
      "companyUrl": "https://www.linkedin.com/company/sprout-living",
      "location": "United States"
    }
  ],
  "maxItems": 25,
  "autoDiscoverCompanyWebsite": true,
  "useReaderFallback": true,
  "maxSearchQueries": 3,
  "maxCandidates": 6,
  "maxBridgePages": 3
}
```

## Output

```json
{
  "status": {
    "label": "Decision",
    "format": "string"
  },
  "safeToPublish": {
    "label": "Safe to publish",
    "format": "boolean"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "actionUrl": {
    "label": "Safe action URL",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "sourceProvider": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Job Apply Link Verifier & Ghost Job Checker](https://apify.com/kamerozkan/linkedin-job-apply-link-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kamerozkan/linkedin-job-apply-link-verifier) to learn more, explore other use cases, and run it yourself.