Arbeitnow.com Scraper
Under maintenancePricing
from $1.00 / 1,000 results
Go to Apify Store
Arbeitnow.com Scraper
Under maintenanceBrowse job listings from Arbeitnow.com — Germany/Europe-focused with remote and English-language jobs. No API key required.
Browse job listings from Arbeitnow.com — Germany and Europe-focused with remote, English-language, and visa sponsorship jobs. No API key required.
Why this scraper?
- No credentials needed — Arbeitnow's public API requires no registration or API key
- Germany & Europe focused — aggregates jobs from Greenhouse, SmartRecruiters, Recruitee, and more
- Remote filter — one flag to return only remote/WFH jobs
- Visa sponsorship filter — find jobs offering visa sponsorship in Europe
- 100 jobs per page — updated hourly, newest first
- Simple pagination — page-based with
nextlink in response
What you can fetch
| Mode | Description |
|---|---|
browse | Browse job listings with optional remote, visa sponsorship, and tag filters |
Usage
Browse all jobs
{"queryType": "browse"}
Remote jobs only
{"queryType": "browse","remote": true}
Jobs with visa sponsorship
{"queryType": "browse","visaSponsorship": true}
Paginate
{"queryType": "browse","remote": true,"page": 2}
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
queryType | string | browse | Must be browse |
remote | boolean | — | If true, return only remote/WFH jobs |
visaSponsorship | boolean | — | If true, return only jobs with visa sponsorship |
tags | string | — | Tag keyword filter (approximate matching) |
page | integer | 1 | Page number (100 results per page) |
Output fields
| Field | Type | Description |
|---|---|---|
slug | string | URL-friendly job identifier |
company_name | string | Company name |
jobTitle | string | Job title |
remote | boolean | Whether the job is remote/WFH |
location | string | City or region |
tags | array | Job category tags |
job_types | array | Employment type tags |
created_at | integer | Creation date (Unix timestamp) |
url | string | Job URL on Arbeitnow.com |
jobDescription | string | Full job description (HTML) |
Pagination
The response includes links.next with the URL for the next page, and meta.current_page with the current page number. Pass page=N to navigate.
Use cases
- Find remote jobs in Europe with English job descriptions
- Source visa-sponsoring employers in Germany
- Monitor job market trends in European tech hubs
- Aggregate Germany/Europe jobs for a niche job board
- Research hiring patterns from Greenhouse and SmartRecruiters companies in Europe
Latency & caching
| Data | Cache TTL |
|---|---|
| Job listings | 1 hour |
Disclaimer
This scraper uses Arbeitnow's public API. It is not affiliated with or endorsed by Arbeitnow. Use responsibly; the API terms ask users not to abuse the service and to link back to the site. See Arbeitnow's blog for full API terms.