# Company Jobs Scraper - Greenhouse, Lever, Ashby & Workday (`orbifetch/company-jobs-scraper`) Actor

Get every open job from any company's career page by domain: auto-detects Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee, Personio and Workday. Unified job data plus hiring signals per company.

- **URL**: https://apify.com/orbifetch/company-jobs-scraper.md
- **Developed by:** [Orbifetch](https://apify.com/orbifetch) (community)
- **Categories:** Jobs, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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?

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

### What does Company Jobs Scraper do?

**Company Jobs Scraper** returns **every open job at any company** straight from its own career page. You only need the company's **website domain**: the Actor finds the company's job board automatically and returns clean, unified job data. It works with the major applicant tracking systems (ATS):

**Greenhouse · Lever · Ashby · Workable · SmartRecruiters · Recruitee · Personio · Workday**

You get two kinds of rows:

- 💼 **Jobs**: title, department, team, location(s), remote/hybrid, employment type, seniority, **salary range** (where the company publishes it), posted date, job and apply links, and the full description as text and HTML.
- 📊 **Hiring signals, one row per company**: number of open jobs, **new jobs in the last 7 and 30 days**, top departments and locations, remote share and how many jobs list a salary.

Jobs come directly from the source, not from job-board reposts, so there are no expired or duplicate listings.

### Why use it?

- 🎯 **Sales & lead generation**: companies that are hiring are growing and buying. Find accounts hiring SDRs, data engineers or their first marketer, and use hiring signals to time your outreach.
- 🧲 **Recruiting & staffing**: monitor target companies' open roles and pitch candidates for the positions they need to fill.
- 🔍 **Competitive intelligence**: see which teams competitors are building, where they are expanding, and what they pay.
- 🗂️ **Job boards & aggregators**: build niche job boards (remote, AI, climate...) from direct employer data, with salaries.
- 🤖 **AI & market research**: analyze skills demand and salary trends from thousands of real postings.

### How much does it cost?

| Event | Price |
|---|---|
| Job scraped | **$0.001** |
| Company analyzed (hiring summary row) | **$0.005** |

**1,000 jobs cost $1.** Companies where no job board is found are free.

### How to use it

1. Click **Try for free**.
2. Add companies: domains like `stripe.com`, or job board URLs like `https://jobs.lever.co/palantir` or `https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite`.
3. Optionally filter by **job title keywords**, **location**, **remote only** or **posted within N days**.
4. Choose whether you want job rows, full descriptions and the company hiring summary.
5. Click **Start**. Use the **Jobs** and **Hiring signals** tables, export to Excel/CSV/JSON, or schedule weekly runs to track new openings.

### Input example

```json
{
    "companies": ["stripe.com", "notion.so", "https://jobs.lever.co/palantir"],
    "titleKeywords": ["engineer", "data"],
    "locationKeywords": ["remote", "london"],
    "postedWithinDays": 30,
    "includeDescription": true
}
```

### Output examples

**Job**

```json
{
    "type": "job",
    "company": "figma.com",
    "ats": "greenhouse",
    "jobId": "5551234",
    "title": "Software Engineer - AI Platforms",
    "department": "Engineering",
    "location": "San Francisco, CA | New York, NY",
    "isRemote": false,
    "salaryMin": 153000,
    "salaryMax": 376000,
    "salaryCurrency": "USD",
    "postedAt": "2026-09-10T17:00:00.000Z",
    "url": "https://boards.greenhouse.io/figma/jobs/5551234",
    "descriptionText": "Figma is growing our team of passionate creatives and builders..."
}
```

**Hiring signals**

```json
{
    "type": "company",
    "company": "notion.so",
    "ats": "ashby",
    "careersUrl": "https://jobs.ashbyhq.com/notion",
    "openJobs": 129,
    "newJobsLast7Days": 9,
    "newJobsLast30Days": 27,
    "remoteShare": 0.65,
    "topDepartments": { "Sales": 41, "Engineering": 16, "Outcomes Architect": 14 },
    "jobsWithSalary": 88
}
```

### FAQ

**How does auto-detection work?** The Actor checks the company's homepage and careers pages for links to a supported job board. If it finds none, it tries the company name as a board ID on the most common ATS. You can always paste the job board URL directly.

**My company isn't found. Why?** The company may use an ATS that isn't supported yet (e.g. iCIMS or Taleo), or it doesn't publish a public job board. Such companies are listed with an error and are **not charged**. Tell us which ATS you need in **Issues**.

**Are salaries always included?** Only when the company publishes them. Pay transparency laws mean most US, UK and EU postings on Greenhouse, Ashby and Lever now include ranges.

**Is this allowed?** Yes. All data comes from the public job board APIs that companies use to publish their openings. No personal data is collected.

# Actor input Schema

## `companies` (type: `array`):

Company website domains (e.g. stripe.com) or career page / job board URLs (e.g. https://jobs.lever.co/palantir, https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite). The job board is detected automatically.

## `titleKeywords` (type: `array`):

Only jobs whose title contains any of these words (e.g. engineer, sales, marketing). Leave empty for all jobs.

## `locationKeywords` (type: `array`):

Only jobs whose location contains any of these (e.g. London, Germany, Remote).

## `remoteOnly` (type: `boolean`):

Only return jobs marked or described as remote.

## `postedWithinDays` (type: `integer`):

0 = no limit.

## `maxJobsPerCompany` (type: `integer`):

Upper limit of job rows per company.

## `includeJobs` (type: `boolean`):

One row per job with title, department, location, remote, salary, dates and links.

## `includeDescription` (type: `boolean`):

Include the full description as text and HTML. For Workday this needs one extra request per job.

## `includeCompanySummary` (type: `boolean`):

One extra row per company with open jobs, new jobs in the last 7/30 days, top departments and locations, and remote share.

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

Companies processed in parallel.

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

Usually not needed: job board APIs are public.

## Actor input object example

```json
{
  "companies": [
    "stripe.com",
    "notion.so",
    "huggingface.co"
  ],
  "remoteOnly": false,
  "postedWithinDays": 0,
  "maxJobsPerCompany": 1000,
  "includeJobs": true,
  "includeDescription": true,
  "includeCompanySummary": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

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

One row per open job.

## `companies` (type: `string`):

One row per company with hiring metrics.

# 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 = {
    "companies": [
        "stripe.com",
        "notion.so",
        "huggingface.co"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("orbifetch/company-jobs-scraper").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 = { "companies": [
        "stripe.com",
        "notion.so",
        "huggingface.co",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("orbifetch/company-jobs-scraper").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 '{
  "companies": [
    "stripe.com",
    "notion.so",
    "huggingface.co"
  ]
}' |
apify call orbifetch/company-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,orbifetch/company-jobs-scraper"
        }
    }
}
```

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/cy7TYxbhGC0z1U5B0/builds/z2HxdxLUtlKHeIZGI/openapi.json
