# Multi-ATS Job Search & Hiring Intelligence API (`ursog/multi-ats-job-search-intelligence-api`) Actor

- **URL**: https://apify.com/ursog/multi-ats-job-search-intelligence-api.md
- **Developed by:** [andre donda de sa](https://apify.com/ursog) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 ats board checkeds

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Multi-ATS Job Search & Hiring Intelligence API

Collect a deterministic current snapshot from known public Greenhouse, Lever, Ashby, SmartRecruiters, and Personio boards. Filter across providers and receive one normalized dataset plus hiring aggregates.

### First run

Add board URLs or `provider:identifier` values and click **Start**. This Actor is a snapshot/search product: every successful run returns the current matching jobs. It does not discover companies and does not claim to monitor changes.

### Output

Each job includes a stable ID, provider and company identity, title, locations, department/team, employment and workplace types only when evidenced, description, public job/apply URLs, timestamps, provenance, and retrieval time. Missing contracted values are `null`; raw source objects are opt-in. An aggregate row summarizes provider, company, location, title, workplace, and publication distributions.

### Safety and limits

Public ATS endpoints only. No browser, proxy, login, AI, or private data. Requests have full-transaction timeouts, retries, streaming byte limits, concurrency limits, pagination limits, and total-job caps. Unsupported ATS products fail during input validation. Failed sources produce explicit diagnostics and are never billed.

### Pricing hook

`job-emitted` fires only after a normalized job is committed to the dataset. Aggregate and diagnostic rows are free. Provisional Store recommendation: **$0.0015 per emitted job**, subject to private live economics.

See [Architecture](docs/ARCHITECTURE.md), [Owner runbook](docs/OWNER_RUNBOOK.md), [live validation](docs/LIVE_VALIDATION.md), and [release report](docs/RELEASE_REPORT.md).

### Who this Actor is for

Operations, monitoring, research, and data teams that need search and normalize jobs from known public greenhouse, lever and ashby boards. It is designed for scheduled Apify, API, webhook, integration, and MCP-compatible workflows—not for unsupported professional conclusions.

### Input reference

- `boards` (required): Use public board URLs or provider:identifier values.
- `keywords`: Configure Keywords.
- `locations`: Configure Locations.
- `titleQuery`: Configure Job title contains.
- `maxJobsPerBoard`: Configure Maximum jobs per board.
- `maxTotalJobs`: Configure Maximum jobs returned.
- `includeRaw`: Configure Include source payload per job.
- `maxConcurrency`: Configure Concurrent boards.
- `requestTimeoutSecs`: Configure Request timeout.
- `maxRequestRetries`: Configure Retries.
- `maxResponseBytes`: Configure Maximum response bytes.

Representative input (replace placeholders and use only sources you are authorized to access):

```json
{
  "boards": [
    "greenhouse:stripe"
  ],
  "keywords": [],
  "locations": [],
  "maxJobsPerBoard": 250,
  "maxTotalJobs": 10000,
  "includeRaw": false,
  "maxConcurrency": 8,
  "requestTimeoutSecs": 12,
  "maxRequestRetries": 1,
  "maxResponseBytes": 8000000
}
```

### Output reference

- `recordType`: Structured output field.
- `stableJobId`: Structured output field.
- `stableId`: Structured output field.
- `provider`: Structured output field.
- `company`: Structured output field.
- `companyIdentifier`: Structured output field.
- `title`: Structured output field.
- `locations`: Structured output field.
- `department`: Structured output field.
- `team`: Structured output field.
- `employmentType`: Structured output field.
- `workplaceType`: Structured output field.
- `description`: Structured output field.
- `descriptionText`: Structured output field.
- `jobUrl`: Structured output field.
- `applyUrl`: Structured output field.
- `publishedAt`: Structured output field.
- `updatedAt`: Structured output field.
- `sourceMetadata`: Structured output field.
- `sourceUrl`: Structured output field.
- `retrievedAt`: Structured output field.
- `raw`: Structured output field.
- `aggregateType`: Structured output field.
- `jobs`: Structured output field.
- `code`: Structured output field.
- `message`: Structured output field.
- `retryable`: Structured output field.

The first complete run creates an expected baseline where the product uses state. Later comparable runs emit only the documented observations or changes. Dataset records retain deterministic identity and source evidence where the contract requires it.

### Limitations and known semantics

- Only the documented source, input forms, fields, identities, and completeness rules are supported.
- An empty, partial, blocked, timed-out, or malformed upstream response is never silently reported as a successful empty result.
- Absence or removal is reported only with the exact observational wording and completeness evidence documented by this Actor; it is not proof of a real-world deletion or status unless the source explicitly says so.
- Upstream publication schedules, schemas, coverage, terms, and availability can change.

### Errors and troubleshooting

Check the run status and OUTPUT summary before consuming Dataset rows. For invalid input, correct the named field. For retryable source failures, preserve the monitor key/state and retry later. For schema or completeness failures, do not reset state or infer changes; report the run ID and non-secret diagnostics to support.

### API, integrations, and MCP

Run the Actor through the Apify API, Schedule, webhook, or supported integration. Read structured records from the default Dataset and the run summary from the default Key-value store. MCP/agent consumers must preserve source, status, uncertainty, and limitation fields and must not convert observational outputs into unsupported claims.

### Privacy and legal notes

Submit only data necessary for the documented workflow and only sources you are authorized to access. Do not include credentials, sensitive personal data, or private URLs unless the Actor explicitly documents secure support for them. Outputs are factual automation evidence, not legal, financial, safety, employment, regulatory, or compliance advice. You remain responsible for source rights, downstream use, retention, and professional review.

# Changelog

This Actor's version history is a separate document: https://apify.com/ursog/multi-ats-job-search-intelligence-api/changelog.md

# Actor input Schema

## `boards` (type: `array`):

Use public board URLs or provider:identifier values.

## `keywords` (type: `array`):

Configure Keywords.

## `locations` (type: `array`):

Configure Locations.

## `titleQuery` (type: `string`):

Configure Job title contains.

## `maxJobsPerBoard` (type: `integer`):

Configure Maximum jobs per board.

## `maxTotalJobs` (type: `integer`):

Configure Maximum jobs returned.

## `includeRaw` (type: `boolean`):

Configure Include source payload per job.

## `maxConcurrency` (type: `integer`):

Configure Concurrent boards.

## `requestTimeoutSecs` (type: `integer`):

Configure Request timeout.

## `maxRequestRetries` (type: `integer`):

Configure Retries.

## `maxResponseBytes` (type: `integer`):

Configure Maximum response bytes.

## Actor input object example

```json
{
  "boards": [
    "greenhouse:stripe"
  ],
  "keywords": [],
  "locations": [],
  "maxJobsPerBoard": 250,
  "maxTotalJobs": 10000,
  "includeRaw": false,
  "maxConcurrency": 8,
  "requestTimeoutSecs": 12,
  "maxRequestRetries": 1,
  "maxResponseBytes": 8000000
}
```

# Actor output Schema

## `jobs` (type: `string`):

No description

## `diagnostics` (type: `string`):

No description

## `runSummary` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("ursog/multi-ats-job-search-intelligence-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("ursog/multi-ats-job-search-intelligence-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call ursog/multi-ats-job-search-intelligence-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ursog/multi-ats-job-search-intelligence-api"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Wh0a4wQrXjhiynDoh/builds/FA0BkVlgNTdvHpnWW/openapi.json
