# SmartRecruiters Enterprise Jobs — Visa, Tesla, Bosch (`bovi/smartrecruiters-enterprise-jobs`) Actor

Scrape job postings from Fortune-500 companies running SmartRecruiters — Visa, Tesla, Bosch, McDonald's — via the official public API. Returns title, location, seniority, remote\_type, department, and parse\_confidence per posting. Zero auth, zero proxy, zero browser.

- **URL**: https://apify.com/bovi/smartrecruiters-enterprise-jobs.md
- **Developed by:** [Vitalii Bondarev](https://apify.com/bovi) (community)
- **Categories:** Jobs, Lead generation, MCP servers
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 smartrecruiters enterprise jobs — visa, tesla, bosches

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

## SmartRecruiters Enterprise Jobs

For RevOps/SDR teams and job aggregators tracking enterprise headcount signals from a curated preset of Fortune 500 SmartRecruiters customers — including Visa, Tesla, Bosch Group (`careers.smartrecruiters.com/BoschGroup`), and McDonald's.

**Pay per result — $1.50 / 1,000 jobs.** Official API. No proxy. No login. No browser. Batch mode for a curated preset of enterprise companies.

Scrape job postings from any SmartRecruiters-powered company careers page.
Returns structured job data — title, location, seniority, remote type, department,
employment type, descriptions, and parse\_confidence — via the official
zero-auth SmartRecruiters public API.

### What you get

| Field | Description |
|---|---|
| `title` | Job title |
| `company` | Company slug used to fetch |
| `location` | Full location string (city, region, country) |
| `remote_type` | `remote` / `hybrid` / `onsite` / `null` (from API flags) |
| `seniority` | Inferred: executive / vp / director / manager / principal / staff / lead / senior / entry / intern / mid |
| `salary` | `null` — SmartRecruiters public API does not expose salary |
| `department` | Department or function label |
| `employment_type` | Full-time / Part-time / Contract / etc. |
| `posted_at` | ISO-8601 release date |
| `url` | Canonical job posting URL |
| `apply_url` | Direct apply URL |
| `job_id` | SmartRecruiters internal job ID |
| `global_id` | Stable dedup key: `smartrecruiters:<company>:<job_id>` |
| `description_text` | Plain-text description (when `includeDescriptions=true`) |
| `description_html` | HTML description — jobDescription + qualifications + additionalInformation sections |
| `parse_confidence` | Float 0–1: data quality signal. 1.0 = all expected fields present |
| `warnings` | List of machine-readable quality codes (empty when confidence=1.0) |
| `scraped_at` | ISO-8601 scrape timestamp |

### Why this scraper

- **Official API, zero proxy** — SmartRecruiters public API is open and stable;
  no browser automation, no residential proxy cost, no bans.
- **Seniority enrichment** — 11-level title-regex classification with
  SmartRecruiters native `experienceLevel` as fallback.
- **Authoritative remote\_type** — reads the structured `location.remote` and
  `location.hybrid` boolean flags, not just text keywords.
- **parse\_confidence** — every record carries a data-quality score so you can
  filter or alert on drift without manual inspection.
- **Batch + filter** — scrape 10, 50, or 100 enterprise companies in one run with
  keyword and remote filters applied server-side.

### Input

```json
{
  "companies": ["Visa", "TESLA", "McDonaldS", "BoschGroup"],
  "titleKeyword": "engineer",
  "locationKeyword": "Austin",
  "remoteOnly": false,
  "maxJobsPerCompany": 50,
  "includeDescriptions": false
}
```

**Finding the slug**: the slug is the company identifier in the SmartRecruiters
URL. For `jobs.smartrecruiters.com/Visa` the slug is `Visa`, and for `careers.smartrecruiters.com/BoschGroup` it is `BoschGroup`. Slugs are
**case-sensitive** — use the exact casing from the URL.

**`includeDescriptions`**: disabled by default because descriptions require one
extra API call per job. Enable only when you need full text for AI/NLP pipelines.

### Pricing

Pay-per-result: **$1.50 / 1,000 jobs** ($0.0015 per record). You pay only for jobs returned — nothing for companies that come back empty.

**Worked example:** 4 companies × 50 jobs = 200 results = **$0.30**. 20 companies × 100 jobs = 2,000 results = **$3.00**.

### Output sample

```json
{
  "title": "Senior Software Engineer",
  "company": "Visa",
  "location": "Austin, Texas, United States of America",
  "remote_type": null,
  "seniority": "senior",
  "department": "Engineering",
  "employment_type": "Full-time",
  "posted_at": "2026-05-01T00:00:00+00:00",
  "url": "https://jobs.smartrecruiters.com/Visa/12345678-senior-software-engineer",
  "job_id": "12345678",
  "global_id": "smartrecruiters:Visa:12345678",
  "parse_confidence": 1.0,
  "warnings": []
}
```

### FAQ

**Do I need an API key or proxy?**
No. SmartRecruiters' public careers API is open — no auth, no proxy cost, no bans.

**What output formats are available?**
JSON, JSONL, CSV, and Excel via the Apify dataset export, plus the Apify REST API.

**Can I schedule daily runs?**
Yes — use Apify Scheduler. Use `global_id` (`smartrecruiters:<company>:<job_id>`) as a stable key for deduplication across runs.

**What if `includeDescriptions` is enabled and a job returns no description?**
The actor still pushes the job — description fields are `null` and `parse_confidence` is slightly reduced. The run never crashes on missing optional data.

### Vs competitor comparison

| Feature | This scraper | Typical SmartRecruiters scrapers |
|---|---|---|
| `parse_confidence` score | Yes | No |
| Seniority enrichment (11 levels + native `experienceLevel` fallback) | Yes | Rarely |
| Remote type from native API flags (not text parsing) | Yes | No |
| Multi-company batch | Yes | Some |
| Employment type field | Yes | Some |
| Price | $1.50/1k | varies |

`parse_confidence` (0.0–1.0) and `warnings` in every record — data quality signal so your pipeline detects schema drift before output breaks.

**Note on `includeDescriptions`**: disabled by default because SmartRecruiters descriptions require one extra API call per job (unlike most ATS platforms where descriptions are inline). Enable only when you need full text for AI/NLP pipelines.

### Use with AI agents (MCP)

This actor is MCP-compatible. Use it as a data source in n8n, Make, or any LLM agent pipeline.

```
https://mcp.apify.com/?tools=bovi/smartrecruiters-enterprise-jobs
```

The flat schema with `global_id` (`smartrecruiters:<company>:<job_id>`) is drop-in-ready for vector databases, job-matching LLMs, and automated sourcing workflows. Need Greenhouse, Lever, Ashby, Recruitee and Personio in the same pipeline? Use the flagship [Multi-ATS Job Scraper](https://apify.com/bovi/greenhouse-lever-ashby-job-scraper) — 6 ATS, one unified schema.

### Integrations

Built for RevOps/SDR teams and job aggregators tracking enterprise headcount signals at scale — the JSON/dataset output drops into the tools you already run, no glue code:

- **n8n / Make / Zapier** — trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: [n8n](https://docs.apify.com/platform/integrations/n8n), [Make](https://docs.apify.com/platform/integrations/make), [Zapier](https://docs.apify.com/platform/integrations/zapier).
- **MCP server** — expose this actor as a tool to Claude, Cursor, or any [MCP client](https://mcp.apify.com) so an AI agent can pull this data mid-conversation ([guide](https://blog.apify.com/how-to-use-mcp/)).
- **API & SDKs** — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all [Apify integrations](https://apify.com/integrations).

### Not affiliated with SmartRecruiters

This actor uses the publicly accessible SmartRecruiters careers API.
It is not endorsed by or affiliated with SmartRecruiters Inc.

# Actor input Schema

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

SmartRecruiters company slugs to scrape. The slug is the company identifier in the SmartRecruiters URL: jobs.smartrecruiters.com/<slug>. Examples: "Visa", "McDonaldS", "TESLA". SmartRecruiters slugs are case-sensitive — use the exact casing from the URL.

## `titleKeyword` (type: `string`):

Keep only jobs whose title contains this text (case-insensitive). Example: "engineer". Leave blank to return all jobs.

## `locationKeyword` (type: `string`):

Keep only jobs whose location contains this text (case-insensitive). Example: "Austin". Leave blank for all locations.

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

When enabled, only jobs detected as fully remote are returned (based on the location.remote flag from SmartRecruiters API).

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

Cap on jobs pushed per company slug after filtering. Default 50 keeps trial runs cheap. Set to 0 for unlimited.

## `includeDescriptions` (type: `boolean`):

Return full job description as plain text and HTML. SmartRecruiters requires one extra API call per job to fetch descriptions (detail endpoint). Disabled by default to keep runs fast and cheap. Enable only when you need full text for AI pipelines or keyword analysis.

## Actor input object example

```json
{
  "companies": [
    "Visa",
    "TESLA",
    "McDonaldS",
    "BoschGroup"
  ],
  "remoteOnly": false,
  "maxJobsPerCompany": 50,
  "includeDescriptions": false
}
```

# Actor output Schema

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

Dataset containing Smartrecruiters Job Scraper records (title, company, location, remote\_type, seniority, department, employment\_type, posted\_at, url, parse\_confidence, global\_id).

# 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",
        "TESLA",
        "McDonaldS",
        "BoschGroup"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("bovi/smartrecruiters-enterprise-jobs").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",
        "TESLA",
        "McDonaldS",
        "BoschGroup",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("bovi/smartrecruiters-enterprise-jobs").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",
    "TESLA",
    "McDonaldS",
    "BoschGroup"
  ]
}' |
apify call bovi/smartrecruiters-enterprise-jobs --silent --output-dataset

```

## MCP server setup

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

```

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/KojFOqcijekjlFf4c/builds/an6ka6FtCVjeRhIkk/openapi.json
