# SmartRecruiters Job Board Scraper — Company Jobs (`hipersoft/smartrecruiters-scraper`) Actor

Scrape all open jobs from any company's SmartRecruiters careers page: title, department, function, location, employment type, experience level, description and apply link. Bulk companies. Public API, no key.

- **URL**: https://apify.com/hipersoft/smartrecruiters-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.0005 / job scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## SmartRecruiters Job Scraper — Jobs, Departments, Locations & Descriptions

Scrape **every open job** from any company that hosts its careers page on **SmartRecruiters**. Extract **job title, department, function, industry, location, employment type, experience level, remote and hybrid flags, released date, full description and apply link** into clean JSON, CSV, Excel or XML. Pass one company or many in a single run. Fast and reliable.

![SmartRecruiters Job Scraper input — companies, full description and job cap in the Apify Console](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/smartrecruiters-scraper-input.png?v=2)

### What does SmartRecruiters Job Scraper do?

SmartRecruiters Job Scraper collects the full list of open roles from any SmartRecruiters-hosted careers site and returns them as structured data. Point it at one or many companies and export the jobs, departments, functions, locations and descriptions you need for aggregation, sourcing or hiring-trend analysis.

### What data can you scrape from SmartRecruiters?

- 🏢 **Company** — identifier and display name each job belongs to
- 📋 **Job details** — title, department, function, industry
- 💼 **Role type** — employment type and experience level
- 📍 **Location** — city, region, country and a combined location string
- 🏠 **Remote & hybrid flags** — how the role can be worked
- 🌐 **Language** — the job ad's language
- 📝 **Full descriptions** — optional per-job job-ad text
- 🔗 **Apply link** — direct URL to apply
- 🗓️ **Released date** — when the role went live

### Use cases

- **Job aggregators & boards** — feed fresh, structured SmartRecruiters listings into your own site
- **Recruiting & sourcing** — monitor which companies are hiring for specific roles
- **Hiring-trend analysis** — track departments, functions, locations and experience levels
- **ATS & CRM enrichment** — keep an internal dataset of open roles up to date
- **Lead generation** — find companies actively hiring for particular skills

### How to scrape SmartRecruiters job data

1. Add SmartRecruiters Job Scraper to your Apify account.
2. Enter one or more companies in `companies` — an identifier (e.g. `Visa`) or a full career URL.
3. Toggle `includeContent` to add each job's full description.
4. Set `maxJobsPerCompany` to cap results per company (0 = all).
5. Run the Actor and export the results as JSON, CSV, Excel or XML — or pull them via the API.

### Input

```json
{
  "companies": ["Visa", "https://jobs.smartrecruiters.com/Square"],
  "includeContent": true,
  "maxJobsPerCompany": 0
}
```

| Field | Description |
|-------|-------------|
| `companies` | SmartRecruiters company identifiers or career URLs (e.g. `Visa` or `https://jobs.smartrecruiters.com/Square`) — **required**. |
| `includeContent` | Fetch each job's full description. Default `true`. |
| `maxJobsPerCompany` | Maximum jobs to return per company. `0` = all. |

### Output

![SmartRecruiters Job Scraper output example — job listings as structured JSON](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/smartrecruiters-scraper-output.png?v=2)

```json
{
  "company": "Visa",
  "companyName": "Visa",
  "jobId": "744000133907678",
  "title": "Sr. Manager, Software Engineering",
  "refNumber": "REF12345A",
  "department": "Technology",
  "function": "Software Development/Engineering",
  "industry": "Financial Services",
  "employmentType": "Full-time",
  "experienceLevel": "Director",
  "city": "Austin",
  "region": "TX",
  "country": "us",
  "remote": false,
  "hybrid": false,
  "location": "Austin, TX, us",
  "releasedDate": "2026-06-24T10:00:11.853Z",
  "language": "en",
  "applyUrl": "https://jobs.smartrecruiters.com/Visa/744000133907678",
  "description": "Full job description text… (when includeContent is on)"
}
```

#### Output schema

| Field | Type | Description |
|-------|------|-------------|
| `company` | string | SmartRecruiters company identifier the job belongs to. |
| `companyName` | string | Company display name. |
| `jobId` | string | Unique SmartRecruiters job listing ID. |
| `title` | string | Job title. |
| `refNumber` | string | Company reference number for the role. |
| `department` | string | Department the role sits in. |
| `function` | string | Job function or category. |
| `industry` | string | Industry the role belongs to. |
| `employmentType` | string | Employment type, e.g. Full-time, Part-time, Contract. |
| `experienceLevel` | string | Required experience level, e.g. Director, Mid-Senior. |
| `city` | string | City the role is based in. |
| `region` | string | Region or state. |
| `country` | string | Country code. |
| `remote` | boolean | Whether the role is remote. |
| `hybrid` | boolean | Whether the role is hybrid. |
| `location` | string | Combined location string (city, region, country). |
| `releasedDate` | string (ISO date) | When the role was released. |
| `language` | string | Language of the job ad. |
| `applyUrl` | string (URL) | URL to apply for the role. |
| `description` | string | Full job description text (when `includeContent` is on). |

### Need more job data?

Combine SmartRecruiters with other job sources for wider coverage:

- [Ashby Job Board Scraper](https://apify.com/hipersoft/ashby-scraper) — jobs from Ashby careers boards.
- [Greenhouse Job Board Scraper](https://apify.com/hipersoft/greenhouse-scraper) — jobs from Greenhouse careers boards.
- [Lever Job Board Scraper](https://apify.com/hipersoft/lever-scraper) — jobs from Lever careers boards.
- [Personio Job Scraper](https://apify.com/hipersoft/personio-scraper) — jobs from Personio career pages.

### FAQ

**Where do I find a company's identifier?**
It's the name in the careers URL — `jobs.smartrecruiters.com/Visa` → `Visa`. A full URL works too.

**Do I need an account or login?**
No. There's no setup and no login — just add one or more companies and run.

**How many jobs can I scrape per run?**
Use `maxJobsPerCompany` to cap results per company, or set `0` for all. Add more companies to `companies` for wider coverage.

**How does billing work?**
You pay per job you get, plus a small per-request charge — pay only for what you scrape.

**What's the output format?**
Structured JSON — one record per job with title, department, function, location, employment type, experience level, dates, links and (optionally) the full description. Export as JSON, CSV, Excel or XML.

**Is scraping SmartRecruiters job boards legal?**
Only public job data shown to any visitor on a SmartRecruiters careers site is collected. This is an independent tool, not affiliated with SmartRecruiters; check SmartRecruiters' and each company's terms and applicable regulations for your use case.

**Can I integrate this with other tools?**
The SmartRecruiters Job Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Related Actors

- [Himalayas Remote Jobs Scraper](https://apify.com/hipersoft/himalayas-scraper) — remote roles with salaries worldwide.
- [Arbeitnow Job Scraper](https://apify.com/hipersoft/arbeitnow-scraper) — jobs across Europe with tags and descriptions.
- [Dice Jobs Scraper](https://apify.com/hipersoft/dice-scraper) — US tech jobs with salaries.
- [RemoteOK Job Scraper](https://apify.com/hipersoft/remoteok-scraper) — remote roles with tags and salary ranges.

### Notes

Original clean-room implementation. Returns only public data; you are responsible for compliance with SmartRecruiters' and each company's terms. Not affiliated with SmartRecruiters.

# Actor input Schema

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

SmartRecruiters company identifiers or career URLs — e.g. "Visa" or https://jobs.smartrecruiters.com/Visa.

## `includeContent` (type: `boolean`):

Fetch each job's full description text (one extra request per job).

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

Limit jobs per company. 0 = all.

## Actor input object example

```json
{
  "companies": [
    "Visa",
    "Square"
  ],
  "includeContent": true,
  "maxJobsPerCompany": 0
}
```

# Actor output Schema

## `results` (type: `string`):

The scraped results as dataset items.

# 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": [
        "Visa"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/smartrecruiters-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": ["Visa"] }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/smartrecruiters-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": [
    "Visa"
  ]
}' |
apify call hipersoft/smartrecruiters-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/smartrecruiters-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/7LqEAfyF4qAmp6VEW/builds/Z8vi0DMEhCb0NC4DW/openapi.json
