Recruitee Jobs Scraper avatar

Recruitee Jobs Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Recruitee Jobs Scraper

Recruitee Jobs Scraper

Extract every job posting from any company's Recruitee career site ({company}.recruitee.com). Clean normalized output with full descriptions, structured salaries, locations, and apply URLs. Supports multiple companies per run.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Oğuzcan Karaman

Oğuzcan Karaman

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract every job posting from any company that hires through Recruitee — in a single fast request per company, with clean, normalized, analysis-ready output. No API keys, no setup: paste a company's career-site URL (like sendcloud.recruitee.com) or its subdomain and run.

Thousands of European companies (and beyond) publish their jobs on Recruitee career sites. This Actor turns them into structured data using the same public endpoint the pages themselves use — including native structured salary data when the employer provides it.

What you get

Every job is returned in a normalized schema shared by all my ATS scrapers (SmartRecruiters, Workable, BambooHR, …), so you can combine sources without any mapping work:

  • Full job description + requirements (plain text and HTML) — no extra detail requests needed, so runs are very fast
  • Salary data — Recruitee's native structured salary field when available, plus parsing of salary mentions in the ad text
  • Structured location — city, state, country code, and reliable remote flag
  • ✅ Department, category, employment type, experience level, tags, published date
  • ✅ Direct posting URL and apply URL (works with custom career domains like careers.bunq.com)
  • Multiple companies in one run, automatic deduplication

Use cases

  • Job boards & aggregators — especially strong coverage of European tech companies
  • Recruiting & talent intelligence — track who is hiring, where, and for what
  • Sales lead generation — companies hiring for role X are buying tools for X
  • Salary benchmarking — structured pay data straight from the source
  • AI agents & LLM pipelines — clean JSON for RAG or agent tools

Input

{
"companies": ["https://sendcloud.recruitee.com", "bunq"],
"keyword": "engineer",
"location": "Amsterdam",
"postedAfter": "2026-06-01",
"maxJobsPerCompany": 500
}

Output example

{
"id": "2666791",
"source": "recruitee",
"title": "Head of Trust & Transparency",
"company": { "identifier": "bunq", "name": "bunq" },
"location": { "city": "Amsterdam", "region": "Noord-Holland", "country": "NL", "remote": false },
"department": "Risk, Legal & Compliance",
"function": "Banking",
"employmentType": "Fulltime Permanent",
"experienceLevel": "Experienced",
"salary": { "min": 5000, "max": 7000, "currency": "EUR", "period": "month", "raw": "5,000-7,000 EUR" },
"postedAt": "2026-07-03T16:23:27.000Z",
"postingUrl": "https://careers.bunq.com/o/head-of-trust-transparency",
"applyUrl": "https://careers.bunq.com/o/head-of-trust-transparency/c/new",
"descriptionText": "...",
"descriptionHtml": "..."
}

Download results as JSON, CSV, Excel, or XML, or fetch them via the Apify API, scheduled runs, and webhooks.

How to find a company's subdomain

Open the company's careers page. If the URL looks like https://sendcloud.recruitee.com (or job links look like .../o/job-title), the subdomain is sendcloud. You can paste the full URL as well — the Actor extracts it automatically.

FAQ

Is this legal? The Actor only collects publicly available job postings that companies intentionally publish to attract applicants. No personal data is collected.

A company returns "not found" — why? The subdomain is wrong, or the company no longer hires through Recruitee.

Need SmartRecruiters, Workable, BambooHR, or another ATS? Check my profile — all my ATS scrapers share the exact same output schema.