SmartRecruiters Jobs Scraper & API avatar

SmartRecruiters Jobs Scraper & API

Pricing

from $1.30 / 1,000 jobs

Go to Apify Store
SmartRecruiters Jobs Scraper & API

SmartRecruiters Jobs Scraper & API

Scrape jobs directly from SmartRecruiters ATS via one fast API. Live roles from global enterprises and mid-market employers across every industry. Zero ghost jobs, verified daily — built for job boards, AI agents & hiring research.

Pricing

from $1.30 / 1,000 jobs

Rating

0.0

(0)

Developer

Enrico

Enrico

Maintained by Community

Actor stats

1

Bookmarked

26

Total users

5

Monthly active users

a day ago

Last modified

Categories

Share

SmartRecruiters Jobs Scraper & API — search 300,000+ live jobs scraped from SmartRecruiters, the enterprise hiring platform used by global brands, used by companies like IKEA, McDonald's, Deloitte, and LinkedIn. One normalized JSON schema, verified daily, zero ghost jobs. Open the actor, hit Try for free, and run the default input (queries: ["Software Engineer", "Account Manager"]) — no code or API key required.

Service Status

What does SmartRecruiters Jobs Scraper do?

  • Searches 300,000+ live SmartRecruiters jobs across thousands of company boards in one call — no board tokens, no per-company setup
  • Filters by work model, employment type, experience level, salary range, skills, companies, and posting date
  • Excludes noise with negative keywords — prefix any query token with - (["Software Engineer", "-staff"])
  • Returns de-duplicated, verified listings — duplicates merged by company + canonical title + listing URL, expired jobs removed daily, so no ghost jobs
  • Enriches every job with AI-extracted data: typed hard/soft skills, responsibilities, benefits, a 2–3 sentence summary, geocoded locations, USD-normalized salaries, and work-authorization signals (H1B sponsorship, clearance)
  • Optionally attaches the full company profile — funding, leadership, ratings, tech stack, H1B history — with one switch
  • Exports to JSON, CSV, or Excel, and plugs into schedules, webhooks, Zapier, Make, and the Apify API

Why scrape SmartRecruiters jobs?

SmartRecruiters is the enterprise hiring platform used by global brands — retailers, food-service giants, consultancies, and tech companies that hire at volume across dozens of countries. That makes its boards distinctly international: where most ATS inventories are US-dominated, SmartRecruiters carries deep coverage of Europe and Australia alongside North America, from head-office roles to store, plant, and field positions. If you need hiring data that crosses borders — one brand, twenty markets — this is the platform to watch.

Jobo's live SmartRecruiters index currently holds 300,000+ open roles — about 57% in the United States, with France and Australia the next largest markets. Companies hiring through SmartRecruiters right now include IKEA, McDonald's, Deloitte, LinkedIn, Syngenta Group, Devoteam, and Colliers — alongside thousands of other multinationals and their regional operations.

Can I use the official SmartRecruiters API instead?

SmartRecruiters does offer a Posting API without authentication, but it is strictly per-companycompanies/{companyIdentifier}/postings — with no public cross-company search; the aggregated Job Board API is partner-gated. No ATS offers a public cross-company search API. That's the gap this actor closes: one query across every SmartRecruiters board Jobo indexes, with fields the official feed doesn't provide — geocoded locations, USD-normalized salaries, and AI-extracted skills.

What data can you extract from SmartRecruiters?

Every result is a structured job record in Jobo's normalized schema — the same shape across all Jobo actors, so you can mix sources freely. Highlights:

FieldDescription
title / normalized_titleRaw posting title + canonical title for grouping
companyCompany preview: name, website, logo, summary, industries (+ id for enrichment)
locationsGeocoded: city, region, country, latitude/longitude
compensation{min, max, currency, period}, normalized to annual USD for filtering
employment_type / workplace_type / experience_levele.g. "Full-time" / "Remote" / "Mid Level"
qualificationsAI-extracted must-have & preferred skills (typed hard/soft), education, certifications
responsibilities / benefitsBullet lists extracted from the description
summary / description2–3 sentence AI recap + full description, HTML stripped
listing_url / apply_urlCanonical SmartRecruiters listing + direct apply link
is_h1b_sponsor / is_work_auth_required / is_clearance_requiredWork-authorization signals
date_posted / created_at / updated_atEmployer posting date + Jobo index/refresh timestamps
sourceAlways "smartrecruiters" for this actor

Set include_company_details: true to replace the company preview with the fully enriched profile: funding rounds and investors, leadership, employee ratings, tech stack, headcount and revenue bands, and H1B filing history. The complete field list is on this page's Output schema tab and at docs.jobo.world.

How much does it cost?

This actor uses pay-per-result pricing: you pay a fixed rate per job record returned — the current rate is in the pricing box on this page. There are no separate compute, proxy, or storage charges, and a run never returns more than page_size results, so spend is fully predictable. Apify's free plan includes enough credit to pull thousands of jobs, so you can evaluate the full dataset before paying anything.

How do I scrape SmartRecruiters jobs?

  1. Open the actor and click Try for free — you'll need a free Apify account.
  2. Enter your search on the Input tab: keep the default queries (["Software Engineer", "Account Manager"]) or add your own titles and locations.
  3. Narrow with filters (optional): work model, experience level, salary range, skills, or specific companies.
  4. Click Start. A typical run finishes in under a minute.
  5. Export your results from the Output tab as JSON, CSV, or Excel — or connect a schedule, webhook, or integration to make it run on autopilot.

⬇️ Input

Every field is optional — an empty input returns the newest SmartRecruiters jobs. Up to 5 queries are OR-ed together; prefix a token with - to exclude it.

ParameterTypeDescription
queriesarray (≤5)Job titles or keywords, OR-ed. -token excludes.
locationsarrayCities, regions, or countries — geocoded server-side.
work_modelsarrayremote, hybrid, onsite.
employment_typesarrayfull-time, part-time, contract, internship, freelance, temporary.
experience_levelsarrayintern, entry, mid, senior, lead, executive.
skills_include / skills_excludearrayMatch against AI-extracted skills.
companies_include / companies_excludearrayFilter by company name (case-insensitive).
min_salary_usd / max_salary_usdintegerAnnual USD bounds; jobs without a disclosed salary are excluded when set.
posted_after / posted_beforestringISO 8601 (2026-01-01) or relative (7 days ago).
page / page_sizeintegerPage 1–100 × 1–100 results per page (default 50).
include_company_detailsbooleanAttach the full enriched company profile (default false).

The full input schema with defaults is on this page's Input schema tab.

Remote roles, biggest page

{
"queries": ["Software Engineer"],
"work_models": ["remote"],
"page_size": 100
}

Retail and corporate roles at IKEA, McDonald's, and Deloitte

{
"queries": ["Store Manager", "Account Manager"],
"companies_include": ["IKEA", "McDonald's", "Deloitte"],
"employment_types": ["full-time"],
"page_size": 100
}

⬆️ Output example

Results land in the dataset under two views: SmartRecruiters Job Listings (one row per job) and Company details (populated when include_company_details is on). Export as JSON, CSV, or Excel. A typical record:

{
"id": "6041c3fa-84fb-43d1-b075-9aeba9d6d758",
"title": "Account Manager",
"normalized_title": "Account Manager",
"summary": "The Account Manager manages and grows relationships with restaurant and vendor partners, serving as the main point of contact to optimize their presence on the platform…",
"company": {
"id": "2f7c82ff-380c-40c4-aaff-b06ec7ab1b6f",
"name": "Delivery Hero",
"website": "http://www.deliveryhero.com",
"logo_url": "https://images.jobo.world/logos/DeliveryHero.jpg",
"industries": ["Freight & Logistics Services", "Custom Software & IT Services"],
"details_url": "https://connect.jobo.world/api/companies/2f7c82ff-380c-40c4-aaff-b06ec7ab1b6f"
},
"locations": [
{
"location": "Amman, , Jordan",
"city": "Amman",
"region": "Amman",
"country": "Jordan",
"latitude": 31.9515694,
"longitude": 35.9239625
}
],
"employment_type": "Full-time",
"workplace_type": "On-site",
"experience_level": "Mid Level",
"qualifications": {
"must_have": {
"education": ["Bachelor's degree in Business, Marketing, or a related field"],
"skills": [
{ "name": "Account Management", "type": "hard" },
{ "name": "Data analysis", "type": "hard" },
{ "name": "Excel", "type": "hard" }
]
},
"preferred": {
"skills": [
{ "name": "Food tech experience", "type": "hard" },
{ "name": "E-commerce experience", "type": "hard" }
]
}
},
"is_work_auth_required": true,
"listing_url": "https://jobs.smartrecruiters.com/DeliveryHero/744000136210050-account-manager",
"apply_url": "https://jobs.smartrecruiters.com/DeliveryHero/744000136210050-account-manager?oga=true",
"source": "smartrecruiters",
"date_posted": "2026-07-07T11:52:34Z",
"description": "…full job description, HTML stripped…"
}

What can you expect from a run?

  • One run returns one page — up to 100 results per call. Walk page 1→100 to reach 10,000 jobs per query; for full-inventory pulls use ATS Jobs Feed (cursor pagination, 1,000 jobs per batch).
  • Freshness: every listing is re-verified daily; expired jobs are removed within 24 hours of disappearing from the source board.
  • Salaries are normalized to annual USD using current FX rates, so min_salary_usd works across currencies.
  • Geocoding is best-effort — loose strings like "Worldwide" won't geocode, but the raw location string is always preserved.
  • industries can be empty for long-tail companies that Jobo's enrichment pipeline hasn't profiled yet.
  • source is always "smartrecruiters" — handy for provenance when you mix datasets from several Jobo actors.

Integrations, API & MCP

Everything on the Apify platform works out of the box: schedules (hourly/daily/weekly runs), webhooks on run completion, and one-click integrations with Zapier, Make, n8n, Slack, Google Sheets, and Google Drive.

Prefer code? Call this actor as a SmartRecruiters jobs API from Python or JavaScript with the Apify API clients — start a run, wait for it, and page through the dataset in a few lines (ready-made snippets are in the API section of this page). AI agents can run it through the Apify MCP server, which exposes this actor as a tool.

Use cases

WhoWhat for
Job boardsInternational aggregators built on global-brand inventory across dozens of countries
AI agentsCareer copilots and résumé-matching agents grounded in live openings at household-name brands
RecruitersSourcing intel on volume hiring at IKEA, McDonald's, Deloitte, and their peers
HR techMarket dashboards covering retail, food-service, and consulting hiring worldwide
Salary researchCompensation benchmarks across US, French, and Australian postings
Market researchHiring-velocity tracking across multinational employers and their regional operations

❓ FAQ

Should I use this actor or ATS Jobs API?

Use this actor if you only need SmartRecruiters — simpler input, identical output schema. Use ATS Jobs API to search SmartRecruiters together with Workday, Greenhouse, iCIMS, and 70+ other platforms in one call.

How do I download more than 10,000 jobs?

Use ATS Jobs Feed — it streams the full inventory with cursor pagination at 1,000 jobs per batch, built for ETL pipelines.

Are duplicate listings removed?

Yes. Jobo de-duplicates by company + canonical title + listing URL before results are returned, so cross-posted duplicates of the same role are merged.

Can I filter by salary?

Yes — min_salary_usd / max_salary_usd, matched against USD-normalized compensation. Jobs that don't disclose a salary are excluded whenever a salary filter is set.

How fresh is the data?

New SmartRecruiters jobs are indexed within 24 hours of appearing; every listing is re-verified daily and removed within 24 hours of expiring.

Which regions does SmartRecruiters cover?

It's one of the most international sources Jobo indexes. In the current live sample about 57% of postings are in the United States, with France and Australia the next largest markets and the remainder spread worldwide. Use locations to scope a run to any country, region, or city.

Does this actor cover private or unlisted SmartRecruiters postings?

No — it indexes publicly published job boards only, the listings employers post to be found. Internal-only or unlisted requisitions never appear.

Where can I check if the API behind this actor is up?

At jobo.world/status — the live status page for the Jobo Connect API that powers every Jobo actor.

Yes — this actor only extracts publicly posted job listings, the content employers publish specifically to be found and shared. It does not collect private user data. Note that scraped results can incidentally contain personal data (e.g., a recruiter's name in a job description); personal data is protected by the GDPR and similar regulations, so only process it with a legitimate reason and consult a lawyer if unsure. Read more in Apify's guide to the legality of web scraping.

SmartRecruiters is a trademark of SmartRecruiters, Inc. This actor is an independent product and is not affiliated with, endorsed by, or sponsored by SmartRecruiters, Inc.

ActorBest for
ATS Jobs APISearch 75+ ATS platforms in one call
ATS Jobs FeedBulk export for data pipelines — cursor pagination, 1,000 jobs/batch
AI Deep Job SearchDescribe your ideal job in plain English, get AI-scored matches
Workday Jobs Scraper850,000+ jobs from Fortune 500 employers on Workday
Workable Jobs Scraper210,000+ jobs from SMBs worldwide on Workable
Crunchbase Company LookupFunding, leadership, and tech-stack data for any company

About Jobo & support

Jobo builds job-data infrastructure: a normalized, daily-verified index of jobs scraped directly from company ATS boards, powering job boards, AI agents, and HR-tech products.