# SmartRecruiters Job Postings Scraper (`ahmdshrif/smartrecruiters-postings-scraper`) Actor

Reads the public SmartRecruiters postings API for any company board and exports one flat row per job posting with title, location, department, function, dates, apply URL, and full description text.

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

## Pricing

$0.30 / 1,000 job posting scrapeds

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 Job Postings Scraper

Exports every open job posting from any public SmartRecruiters company board as one flat row per posting, with title, location, department, function, employment type, dates, apply URL, and full description text. Built for recruiters tracking competitor hiring, job boards aggregating listings, and sales/research teams that use open roles as a signal for company growth or tech stack.

### Why this scraper

- Fetches the full job description text via a secondary detail-endpoint call — pure listing-endpoint scrapers stop at title and location and skip this.
- Priced per posting at a rate below the cheapest competing scraper with real usage, so it stays cheap even as a board grows to hundreds of jobs, unlike tools that charge a flat fee per run.
- Flattens location, department, function, and coordinates into typed columns so the output is ready to filter or feed to an agent without further parsing.

### Output fields

| Field | Type | Description |
|---|---|---|
| jobId | string | SmartRecruiters numeric posting ID |
| uuid | string | Posting UUID |
| jobAdId | string | ID of the job ad content used to fetch the full description |
| title | string | Job posting title |
| refNumber | string | Internal requisition reference number |
| companyIdentifier | string | SmartRecruiters company slug used in the board URL |
| companyName | string | Public company display name |
| department | string | Department label |
| function | string | Job function label |
| industry | string | Industry label |
| employmentType | string | Type of employment, e.g. Full-time |
| experienceLevel | string | Seniority level label |
| city | string | Job location city |
| region | string | Job location region/state |
| country | string | Job location country code |
| address | string | Street address if published |
| postalCode | string | Postal code if published |
| fullLocation | string | Human-readable full location string |
| latitude | number | Location latitude |
| longitude | number | Location longitude |
| remote | boolean | Whether the role is fully remote |
| hybrid | boolean | Whether the role is hybrid |
| hybridDescription | string | Free-text hybrid arrangement detail |
| releasedDate | string | ISO timestamp the posting was released |
| languageCode | string | Language code of the posting |
| visibility | string | Posting visibility, e.g. PUBLIC |
| postingUrl | string | Public apply/candidate-facing job page URL |
| descriptionText | string | Full job description text fetched from the posting detail endpoint |

### Input

```json
{
  "startUrls": [
    { "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100" }
  ],
  "maxItems": 50
}
```

Set `includeDescription` to `false` in the input to skip the per-posting description fetch for faster, cheaper listing-only runs.

### Output

```json
{
  "jobId": "744000146261892",
  "uuid": "dc8980b2-4f93-4556-8944-73612ee741ad",
  "jobAdId": "5c95492b-eb0e-4f5c-8a6a-ee7a3842f9d6",
  "title": "Shipping & Receiving Coordinator, C Shift, M-F 11p-7a",
  "refNumber": "REF38670T",
  "companyIdentifier": "AveryDennison",
  "companyName": "Avery Dennison",
  "department": "Operations",
  "function": "Production",
  "industry": "Packaging And Containers",
  "employmentType": "Full-time",
  "experienceLevel": "Associate",
  "city": "Painesville",
  "region": "OH",
  "country": "us",
  "address": "250 Chester Street",
  "postalCode": "44077",
  "fullLocation": "Painesville, OH, United States",
  "latitude": 41.7308903,
  "longitude": -81.2499524,
  "remote": false,
  "hybrid": false,
  "hybridDescription": "",
  "releasedDate": "2026-08-28T21:20:50.077Z",
  "languageCode": "en",
  "visibility": "PUBLIC",
  "postingUrl": "https://jobs.smartrecruiters.com/AveryDennison/744000146261892",
  "descriptionText": ""
}
```

### Pricing

Pay per event: **$0.0003 per job posting scraped**, including full description text. A board with 500 open postings costs about $0.15; a full run across 3 mid-size company boards (roughly 1,000–1,500 postings) typically costs $0.30–$0.45.

### Use cases

- Competitive hiring tracking: monitor a target company's SmartRecruiters board weekly to see which departments and locations are expanding headcount.
- Job board aggregation: pull structured postings from multiple company boards into a single feed with consistent fields for a niche job listing site.
- Sales lead signals: flag companies opening roles in a specific function (e.g., "DevOps" or "Procurement") as a trigger for outbound outreach.

# Actor input Schema

## `startUrls` (type: `array`):

Pages to export.

## `maxItems` (type: `integer`):

Stop after this many records.

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

Whether to fetch full job description text via a secondary API call per posting (default true; set false for faster, cheaper listing-only runs)

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100"
    },
    {
      "url": "https://api.smartrecruiters.com/v1/companies/WesternDigital/postings?limit=100"
    },
    {
      "url": "https://api.smartrecruiters.com/v1/companies/Ubisoft2/postings?limit=100"
    }
  ],
  "maxItems": 50
}
```

# Actor output Schema

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

One structured record per input URL.

# 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 = {
    "startUrls": [
        {
            "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100"
        },
        {
            "url": "https://api.smartrecruiters.com/v1/companies/WesternDigital/postings?limit=100"
        },
        {
            "url": "https://api.smartrecruiters.com/v1/companies/Ubisoft2/postings?limit=100"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ahmdshrif/smartrecruiters-postings-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 = { "startUrls": [
        { "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100" },
        { "url": "https://api.smartrecruiters.com/v1/companies/WesternDigital/postings?limit=100" },
        { "url": "https://api.smartrecruiters.com/v1/companies/Ubisoft2/postings?limit=100" },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("ahmdshrif/smartrecruiters-postings-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 '{
  "startUrls": [
    {
      "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100"
    },
    {
      "url": "https://api.smartrecruiters.com/v1/companies/WesternDigital/postings?limit=100"
    },
    {
      "url": "https://api.smartrecruiters.com/v1/companies/Ubisoft2/postings?limit=100"
    }
  ]
}' |
apify call ahmdshrif/smartrecruiters-postings-scraper --silent --output-dataset

```

## MCP server setup

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