Arbeitnow.com Scraper avatar

Arbeitnow.com Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Arbeitnow.com Scraper

Arbeitnow.com Scraper

Under maintenance

Browse job listings from Arbeitnow.com — Germany/Europe-focused with remote and English-language jobs. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

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 next link in response

What you can fetch

ModeDescription
browseBrowse 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

FieldTypeDefaultDescription
queryTypestringbrowseMust be browse
remotebooleanIf true, return only remote/WFH jobs
visaSponsorshipbooleanIf true, return only jobs with visa sponsorship
tagsstringTag keyword filter (approximate matching)
pageinteger1Page number (100 results per page)

Output fields

FieldTypeDescription
slugstringURL-friendly job identifier
company_namestringCompany name
jobTitlestringJob title
remotebooleanWhether the job is remote/WFH
locationstringCity or region
tagsarrayJob category tags
job_typesarrayEmployment type tags
created_atintegerCreation date (Unix timestamp)
urlstringJob URL on Arbeitnow.com
jobDescriptionstringFull 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

DataCache TTL
Job listings1 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.