# Validate Job Board Rows Before Publishing

**Use case:** 

Gate every incoming job-board row with a safe-to-publish decision, verified application URL, rejection reason, confidence score, and supporting evidence.

## Input

```json
{
  "rows": [
    {
      "jobId": "4432033614",
      "jobUrl": "https://www.linkedin.com/jobs/view/4432033614",
      "jobTitle": "Staff Software Engineer, Electron & Browser Infrastructure - Slack Desktop",
      "companyName": "Slack",
      "companyUrl": "https://www.linkedin.com/company/tiny-spec-inc",
      "location": "California, United States"
    },
    {
      "jobId": "4432042458",
      "jobUrl": "https://www.linkedin.com/jobs/view/4432042458",
      "jobTitle": "Staff Software Engineer, Electron & Browser Infrastructure - Slack Desktop",
      "companyName": "Slack",
      "companyUrl": "https://www.linkedin.com/company/tiny-spec-inc",
      "location": "Atlanta, GA"
    },
    {
      "jobId": "4445263278",
      "jobUrl": "https://www.linkedin.com/jobs/view/4445263278",
      "jobTitle": "Sr. Security Software Engineer, Vulnerability Management - Slack",
      "companyName": "Slack",
      "companyUrl": "https://www.linkedin.com/company/tiny-spec-inc",
      "location": "San Francisco, CA"
    },
    {
      "jobId": "4445260332",
      "jobUrl": "https://www.linkedin.com/jobs/view/4445260332",
      "jobTitle": "Sr. Security Software Engineer, Vulnerability Management - Slack",
      "companyName": "Slack",
      "companyUrl": "https://www.linkedin.com/company/tiny-spec-inc",
      "location": "Seattle, WA"
    },
    {
      "jobId": "4445254660",
      "jobUrl": "https://www.linkedin.com/jobs/view/4445254660",
      "jobTitle": "Sr. Security Software Engineer, Vulnerability Management - Slack",
      "companyName": "Slack",
      "companyUrl": "https://www.linkedin.com/company/tiny-spec-inc",
      "location": "Atlanta, GA"
    },
    {
      "jobId": "4438916332",
      "jobUrl": "https://www.linkedin.com/jobs/view/4438916332",
      "jobTitle": "Product Security Engineer III",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Alberta, Canada"
    },
    {
      "jobId": "4439843893",
      "jobUrl": "https://www.linkedin.com/jobs/view/4439843893",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Ontario, Canada"
    },
    {
      "jobId": "4438913480",
      "jobUrl": "https://www.linkedin.com/jobs/view/4438913480",
      "jobTitle": "Product Security Engineer III",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Ontario, Canada"
    },
    {
      "jobId": "4438907670",
      "jobUrl": "https://www.linkedin.com/jobs/view/4438907670",
      "jobTitle": "Product Security Engineer III",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "British Columbia, Canada"
    },
    {
      "jobId": "4439844896",
      "jobUrl": "https://www.linkedin.com/jobs/view/4439844896",
      "jobTitle": "Staff Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Canada"
    },
    {
      "jobId": "4438915402",
      "jobUrl": "https://www.linkedin.com/jobs/view/4438915402",
      "jobTitle": "Product Security Engineer III",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "Canada"
    },
    {
      "jobId": "4439481421",
      "jobUrl": "https://www.linkedin.com/jobs/view/4439481421",
      "jobTitle": "Senior Software Engineer",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4408300548",
      "jobUrl": "https://www.linkedin.com/jobs/view/4408300548",
      "jobTitle": "Staff Software Engineer, Code Search",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United Kingdom"
    },
    {
      "jobId": "4444293094",
      "jobUrl": "https://www.linkedin.com/jobs/view/4444293094",
      "jobTitle": "Software Engineer III",
      "companyName": "GitHub",
      "companyUrl": "https://www.linkedin.com/company/github",
      "location": "United States"
    },
    {
      "jobId": "4426697239",
      "jobUrl": "https://www.linkedin.com/jobs/view/4426697239",
      "jobTitle": "Staff Software Engineer, Git Storage",
      "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).
