Arbeitnow Jobs Scraper
Pricing
from $0.50 / 1,000 results
Arbeitnow Jobs Scraper
Scrape job listings from Arbeitnow, a European job board with strong remote and tech coverage. Filter by keyword, remote, job type, tags and location. Schedule it with the posted-since filter to capture only new jobs.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
0
Monthly active users
7 hours ago
Last modified
Categories
Share
πͺπΊ Arbeitnow Jobs Scraper β Europe & Remote Jobs API to JSON/CSV
Scrape job listings from Arbeitnow (arbeitnow.com), a European job board with strong remote, tech and visa-sponsorship coverage β straight from its public Arbeitnow API. This Arbeitnow scraper extracts title, company, description, remote flag, tags, job types, location, apply URL and posting date, with filters for keyword, remote-only, job type, tags, location and posted-since date. No login, no API key, no blocking β and it's built for scheduled, recurring use to keep a fresh European jobs feed flowing into JSON, CSV or Excel.
β¨ What this Actor does / Key features
- π European & remote focus β strong coverage of remote roles, tech jobs and visa-sponsorship positions across Europe.
- βοΈ Official Arbeitnow API β fast, reliable and fully paginated; no HTML parsing or browser overhead.
- π Keyword search β free-text matching against job title, company and description.
- π Remote-only filter β return only remote jobs with a single toggle.
- π·οΈ Job type & tag filters β filter by job type (Full Time, Part Time, Internship, Traineeship) and by tag/skill.
- π Location filter β narrow results to a specific location text.
- π Posted-since filter β capture only jobs posted on or after a given date β perfect for daily monitoring.
- π¦ Rich data per job β title, company, description, remote flag, tags, job types, location, apply URL and posting date.
- βΎοΈ Unlimited mode β set
maxJobsto 0 to pull every available listing in a single run.
π Input
| Field | Type | Description |
|---|---|---|
searchKeyword | string | Free-text keyword matched against title, company and description. |
remoteOnly | boolean | Only return remote jobs. |
jobTypes | array | Filter by job type, e.g. "Full Time", "Part Time", "Internship", "Traineeship". Leave empty for all. |
tags | array | Filter by tag/skill, e.g. "Software Development", "Marketing". Leave empty for all. |
location | string | Filter by location text. Leave empty for all. |
postedSince | string | ISO date (e.g. 2026-05-13). Only jobs posted on/after it. Set to the previous run's date for scheduled daily monitoring. |
maxJobs | integer | Maximum matching jobs to save. 0 = all. |
π Example input
{"searchKeyword": "developer","remoteOnly": true,"jobTypes": ["Full Time"],"tags": ["javascript"],"location": "Berlin","postedSince": "2026-05-13","maxJobs": 0}
π¦ Output
Each job is saved as a structured item in the dataset. Export to JSON, CSV, Excel or XML, or pull via the Apify API.
| Field | Description |
|---|---|
jobId | Unique Arbeitnow job identifier |
title | Job title |
company | Hiring company name |
location | Job location |
remote | Whether the job is remote |
jobTypes | Array of job types (Full Time, Part Time, etc.) |
tags | Array of tags / skills |
description | Full job description |
url | Direct apply / listing URL |
postedAt | Date the job was posted |
scrapedAt | Scrape timestamp (ISO 8601) |
π‘ Use cases
- Recruiters & sourcers β maintain a continuously fresh feed of European and remote tech roles.
- Relocation & visa services β find visa-sponsorship jobs across Europe at scale.
- Job board & aggregator builders β keep a European jobs section automatically up to date.
- Market researchers β track European tech hiring trends, in-demand skills and remote-work share over time.
- Career platforms β power job-matching tools with structured, well-typed listing data.
β Frequently Asked Questions
Is it legal to scrape Arbeitnow? The Actor reads from Arbeitnow's public job API and only collects publicly available listing data. You are responsible for using the data in compliance with Arbeitnow's terms and applicable laws.
Do I need an API key or a login? No. There is no Arbeitnow account, login or API key required. You only need an Apify account to run the Actor.
How much data can I get?
The Actor is fully paginated. Set maxJobs to 0 to pull every available listing in one run, or set a limit to cap the dataset size.
Can I filter by remote, location or skill? Yes. You can filter by free-text keyword, remote-only, job type, tags/skills, location text and a posted-since date.
How do I get only new jobs each day?
Use the postedSince filter set to the previous run's date. Combined with Apify scheduling, this gives you an incremental feed of only newly posted jobs.
Does it get blocked or rate-limited? No. It uses the official Arbeitnow API, which is reliable and not subject to anti-bot blocking.
What output formats are supported? Results are stored in a structured Apify dataset and can be exported as JSON, CSV, Excel or XML, or accessed via the Apify API.
β° Scheduling & integration
Schedule this Actor on Apify to run daily with a rolling postedSince date for an always-fresh European jobs feed. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your ATS, database and webhooks through the Apify API.