# Company Hiring Signals — Detect Any ATS & Pull Open Roles (`foxlabs/company-hiring-signal-multi-ats`) Actor

Give it a company name or domain and it finds which applicant tracking system the company uses — Greenhouse, Lever, Ashby, SmartRecruiters, Teamtailor, Personio, Workable or Recruitee — then returns every open role from it. One actor instead of eight.

- **URL**: https://apify.com/foxlabs/company-hiring-signal-multi-ats.md
- **Developed by:** [Berkan Kaplan](https://apify.com/foxlabs) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$3.00 / 1,000 job postings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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

# README

## Company Hiring Signals — Detect Any ATS & Pull Open Roles

Hiring is the earliest public signal that a company has budget, and the roles say what for. The problem is that every company runs a different applicant tracking system. This actor solves that: pass a company name or domain and it probes all eight major ATS platforms, reports which one answered, and returns the open roles.

**No API key · Official source · Pay only for delivered rows · Same schema across the series**

### What data do you get?

| Field | Description |
|---|---|
| `companyName` | Company as the ATS names it |
| `ats` | Which platform answered — greenhouse, lever, ashby, smartrecruiters, teamtailor, personio, workable or recruitee |
| `companyBoard` | The slug or hostname that matched |
| `openRoleCount` | How many roles that board has open |
| `jobId` | Posting ID |
| `jobTitle` | Role title |
| `department` | Department |
| `location` | Location as posted |
| `isRemote` | Whether the role advertises as remote |
| `employmentType` | Employment type where published |
| `postedAt` | Posted date where published |
| `applyUrl` | Direct application link |
| `sourceUrl` | Public posting URL |

Every row also carries `query` (what you asked for), `scrapedAt` (ISO timestamp) and, when a
lookup fails, `error` explaining why.

### Example output

```json
{
  "source": "Multi-ATS",
  "companyName": "Stripe",
  "ats": "greenhouse",
  "companyBoard": "stripe",
  "openRoleCount": 589,
  "jobId": "8130725",
  "jobTitle": "Backend Engineer, Payments",
  "department": "Engineering",
  "location": "Dublin",
  "isRemote": false,
  "applyUrl": "https://stripe.com/jobs/search?gh_jid=8130725",
  "sourceUrl": "https://job-boards.greenhouse.io/stripe/jobs/8130725"
}
```

### Input

```json
{
  "queries": ["stripe.com","ramp","spotify","monzo.com"],
  "maxResultsPerQuery": 25,
  "maxConcurrency": 3,
  "includeRaw": false
}
```

| Input | What it does |
|---|---|
| `queries` | Company names, slugs or domains (`Stripe`, `stripe.com`, `ramp`). The actor derives a slug and probes every supported ATS with it. |
| `maxResultsPerQuery` | Caps how many rows one query may produce. |
| `maxConcurrency` | How many queries run at once. Lower it if the source starts throttling. |
| `includeRaw` | Attaches the source's untouched record under `raw`, for fields this actor does not map. |
| `requestDelayMs` | Politeness delay between requests. |
| `proxyConfiguration` | Recommended for larger runs — eight platforms are probed per company, and Personio in particular rate-limits by IP. |

### What people use it for

- **Hiring-intent scoring at scale** — feed a whole account list and get open roles per company, without knowing anyone's ATS in advance.
- **HR-tech competitive intelligence** — run in detect-only mode and you have an ATS market-share sample across your target segment.
- **Recruiter sourcing** — one table of every open role across a target list, whatever platform each company uses.

### Notes and limits

- Detection depends on the company's ATS slug resembling its name or domain. Most do; some do not, and those return a row saying no public board was found.
- A company can appear on two platforms — an engineering board on one and a corporate board on another. Both are returned, each tagged with its `ats`.
- Detect-only mode is one row per company and is the cheap way to run this over a large list.

### Where the data comes from

Every one of these platforms publishes its customers' job boards through a documented public endpoint with no key — the same one the company's own careers page calls. Source: [Greenhouse, Lever, Ashby, SmartRecruiters, Teamtailor, Personio, Workable and Recruitee public job feeds](https://developers.greenhouse.io/job-board.html)

### FAQ

#### Is this multi-ATS hiring signal scraper free?

The data source is free and needs no API key — you pay only for the rows the run delivers ($0.003 each). Failed or empty lookups are never charged.

#### Do I need an API key or a login?

No. Every one of these platforms publishes its customers' job boards through a documented public endpoint with no key — the same one the company's own careers page calls.

#### What can I search by?

By company name (`Stripe`), slug (`stripe`) or domain (`stripe.com`). The actor derives a candidate slug and tries every platform against it.

#### How current is the data?

Every run queries the source live, so results are as fresh as the source itself. Every feed is queried live.

#### How fast is it, and how many queries can I run?

Queries run concurrently (3 at a time by default, tunable in the input). A prefilled run finishes in seconds; large lists scale roughly linearly and stay well inside a normal run timeout.

#### Can I export the results to CSV, Excel or JSON?

Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.

#### What happens when a query returns nothing?

You still get a row, carrying your original `query` and an `error` field explaining why. Nothing is silently dropped, and you are not charged for it.

#### Is scraping this data legal?

Yes. These are the public syndication feeds companies publish so their openings can be found. They contain job data, not personal data.

### Related actors

- [Greenhouse Job Board Scraper](https://apify.com/foxlabs/greenhouse-job-board-scraper)
- [Workday Job Board Scraper](https://apify.com/foxlabs/workday-job-board-scraper)

***

Built by [Fox Labs](https://apify.com/foxlabs) — B2B company intelligence from public sources, as clean JSON.

# Actor input Schema

## `queries` (type: `array`):

Company names, slugs or domains (`Stripe`, `stripe.com`, `ramp`). The actor derives a slug and probes every supported ATS with it.

## `maxResultsPerQuery` (type: `integer`):

How many rows a single query may produce.

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

How many queries to run at the same time. Lower it if the source throttles you.

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

Attach the source's untouched response under `raw`. Useful when you need a field this actor does not map.

## `requestDelayMs` (type: `integer`):

Politeness delay against a public source. Raise it for large runs.

## `proxyConfiguration` (type: `object`):

Recommended for larger runs — eight platforms are probed per company, and Personio in particular rate-limits by IP.

## `detectOnly` (type: `boolean`):

Return one row per company saying which ATS it uses and how many roles are open, without listing the roles.

## Actor input object example

```json
{
  "queries": [
    "stripe.com",
    "ramp",
    "spotify",
    "monzo.com"
  ],
  "maxResultsPerQuery": 25,
  "maxConcurrency": 3,
  "includeRaw": false,
  "requestDelayMs": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "detectOnly": false
}
```

# Actor output Schema

## `dataset` (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 = {
    "queries": [
        "stripe.com",
        "ramp",
        "spotify",
        "monzo.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("foxlabs/company-hiring-signal-multi-ats").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 = { "queries": [
        "stripe.com",
        "ramp",
        "spotify",
        "monzo.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("foxlabs/company-hiring-signal-multi-ats").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 '{
  "queries": [
    "stripe.com",
    "ramp",
    "spotify",
    "monzo.com"
  ]
}' |
apify call foxlabs/company-hiring-signal-multi-ats --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,foxlabs/company-hiring-signal-multi-ats"
        }
    }
}

```

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/YzKxBDJOw6rUE8le6/builds/UvcWTrCg3GwpexTKS/openapi.json
