# Find the Official Career Page for Every Job

**Use case:** 

Resolve missing or generic LinkedIn apply links to the employer's official job or career page, with source evidence and a confidence score for each match.

## Input

```json
{
  "rows": [
    {
      "jobId": "4431451933",
      "jobUrl": "https://www.linkedin.com/jobs/view/4431451933",
      "jobTitle": "Staff Product Manager",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Ontario, Canada"
    },
    {
      "jobId": "4443438586",
      "jobUrl": "https://www.linkedin.com/jobs/view/4443438586",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4429363475",
      "jobUrl": "https://www.linkedin.com/jobs/view/4429363475",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4432660939",
      "jobUrl": "https://www.linkedin.com/jobs/view/4432660939",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4413801618",
      "jobUrl": "https://www.linkedin.com/jobs/view/4413801618",
      "jobTitle": "Senior Solutions Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "India"
    },
    {
      "jobId": "4442099874",
      "jobUrl": "https://www.linkedin.com/jobs/view/4442099874",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Spain"
    },
    {
      "jobId": "4436835398",
      "jobUrl": "https://www.linkedin.com/jobs/view/4436835398",
      "jobTitle": "Staff Software Engineer, GitHub Actions",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4439497038",
      "jobUrl": "https://www.linkedin.com/jobs/view/4439497038",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4442917363",
      "jobUrl": "https://www.linkedin.com/jobs/view/4442917363",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4442904971",
      "jobUrl": "https://www.linkedin.com/jobs/view/4442904971",
      "jobTitle": "Senior Engineering Manager",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4422063477",
      "jobUrl": "https://www.linkedin.com/jobs/view/4422063477",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4414710453",
      "jobUrl": "https://www.linkedin.com/jobs/view/4414710453",
      "jobTitle": "Staff Software Engineer, Traffic Team",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4410858943",
      "jobUrl": "https://www.linkedin.com/jobs/view/4410858943",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4436834415",
      "jobUrl": "https://www.linkedin.com/jobs/view/4436834415",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4409664650",
      "jobUrl": "https://www.linkedin.com/jobs/view/4409664650",
      "jobTitle": "Principal Software Engineering Manager",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    }
  ],
  "maxItems": 15,
  "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 Ghost Job Detector & Checker - Apply Link Verifier](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.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/kamerozkan/linkedin-job-apply-link-verifier.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
