Eurojobs Scraper avatar

Eurojobs Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
Eurojobs Scraper

Eurojobs Scraper

Scrape job listings from eurojobs.com. Use filters (keywords, location, country, listing type) or paste a search/vacancy URL — returns company, location, description, apply link, and dates.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

5 days ago

Last modified

Categories

Share

💼 Eurojobs Scraper

Want job listings from Eurojobs.com without clicking through pages? This scraper makes it easy.

Use structured filters (keywords, country, company) — better for AI agents — or paste an input_url from your browser. When input_url is a vacancy page it scrapes that job; when it’s a search URL it overrides the filters. Either way, you get clean CSV/JSON with company, location, description, apply link, and dates.

💡 Perfect for...

  • Job seekers & recruiters: Track roles across Europe and beyond.
  • Agencies: Monitor competitor postings and hiring activity.
  • Market research: Analyze hiring by country and company.
  • 🤖 AI Agents: Power bots and OpenClaw workflows with live Eurojobs search.
  • 📚 RAG Systems: Feed titles, descriptions, and apply links into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Eurojobs search or vacancy URL (input_url), or use structured filters (better for AI agents).
  • 🎯 Website-Matched Filters: Keywords, country, company, and sort map to Eurojobs search options.
  • 🧾 Full details by default: Description, closing date, reference, client/employer, and apply link — not just search teasers.
  • 🇪🇺 Europe-first: Strong coverage of European markets plus major global hubs listed on Eurojobs.

📦 What's inside the data?

For every job listing, you will get:

  • Core: id, url, title, preview, description
  • Employer: company, client_employer
  • Location: location, city, region, country
  • Meta: listing_type, employment_type, posted_at, closing_at, reference
  • Apply: apply_url

🚀 Quick start

Option A — Filters

  1. Set keywords (e.g. software engineer) and optionally a country.
  2. Optionally set company and sort.
  3. Keep Fetch full job details on, set max_jobs, and click Start.

Option B — Input URL

  1. Open Eurojobs, apply filters (or open one vacancy).
  2. Paste the URL into input_url.
  3. Start the run.

Export CSV, Excel, or JSON when done.


Tech details for developers 🧑‍💻

Input Example (filters):

{
"keywords": "software engineer",
"country": "166",
"sort_by": "newest",
"fetch_details": true,
"max_jobs": 100
}

Input Example (URL override):

{
"input_url": "https://eurojobs.com/jobs?q=nurse&country=67&sort=newest",
"max_jobs": 50
}

Output Example:

{
"id": "14907889",
"url": "https://eurojobs.com/jobs/14907889/data-solution-architect-14907889",
"title": "Data Solution Architect",
"company": "JR Netherlands",
"client_employer": "Cegeka",
"location": "nijmegen, gelderland, The Netherlands",
"country": "The Netherlands",
"listing_type": "Basic",
"posted_at": "2026-07-08",
"closing_at": "2026-08-22",
"apply_url": "https://eurojobs.com/jobs/14907889/apply",
"source": "eurojobs"
}