Arbeitnow Jobs Scraper avatar

Arbeitnow Jobs Scraper

Under maintenance

Pricing

from $12.00 / 1,000 result items

Go to Apify Store
Arbeitnow Jobs Scraper

Arbeitnow Jobs Scraper

Under maintenance

Scrapes Arbeitnow job listings by keyword, tag, or remote-only flag. Returns each job as a flat row with title, company, location, tags, remote status, and apply URL.

Pricing

from $12.00 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 days ago

Last modified

Share

ParseForge

Arbeitnow Jobs Scraper

Scrape Arbeitnow EU and remote job listings, up to a million per run. Every job comes with its title, company, location, tags, remote status, and apply URL. No login or API key. Export to CSV, JSON, Excel, or XML.

Arbeitnow is a European job board focused on tech and remote roles, but browsing it manually means endless scrolling and no way to filter by your exact criteria. This Actor reads the public job feed directly, applies your keyword, tag, and remote-only filters server-side, and returns each match in one fixed schema. No API registration, no rate limits, no waiting.

Who uses itWhat they scrape Arbeitnow for
RecruitersBuild a pipeline of active EU tech candidates by scraping fresh listings daily.
Job seekersGet a filtered list of remote or on-site roles that match their skills and location.
Market researchersTrack which companies are hiring, for which roles, and with what tags over time.
HR tech startupsPower a job alert or aggregation product with structured Arbeitnow data.

What it does

This Actor collects Arbeitnow job listings by keyword, tag, or remote-only flag, and returns each one as a flat row.

  • ๐Ÿ” Keyword search: server-side search across title, company, and description, e.g. 'Software Engineer'.
  • ๐Ÿท๏ธ Tag filters: match jobs by tags like javascript, react, python, or remote.
  • ๐ŸŒ Remote only: restrict results to jobs flagged as remote by the source.
  • ๐Ÿ“Š Flat rows: every job is returned as one flat record, ready for CSV, JSON, Excel, or XML export.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Arbeitnow data

๐Ÿ“ˆ Track hiring trends.

A market researcher runs the Actor daily with no filters to collect the full feed, then charts which companies and tags are growing week over week.

๐ŸŽฏ Build a job alert.

A developer sets searchQuery to 'Python' and remoteOnly to true, then schedules the Actor to email new matches every morning.

๐Ÿงฒ Source candidates.

A recruiter filters by tags like 'react' and 'typescript', exports the CSV, and imports it into their ATS to find active job seekers.

๐ŸŒ Power a job board.

An HR tech startup uses the JSON output to populate their own remote jobs site with fresh Arbeitnow listings.

Why choose this scraper

What you get
No API keyScrape Arbeitnow without registering an app or dealing with OAuth.
Server-side filtersKeyword, tags, and remote-only are applied by the source, so you only download what you need.
Up to a million jobsSet maxItems as high as 1,000,000 for bulk collection.
Fixed schemaEvery job returns the same fields, so your pipeline never breaks.

How it compares

This Actor focuses on Arbeitnow only, with server-side keyword, tag, and remote-only filters, while the competitors below either cover multiple boards or offer different filter sets.

FeatureParseForgeJobs Board Scraper: Indeed, Reed, Adzuna, RemoteOK & MoreArbeitnow Jobs Scraper๐Ÿ‡ช๐Ÿ‡บ Arbeitnow EU Jobs Scraper - Tech & Remote Jobs
Server-side keyword searchYesNot listedYesNot listed
Tag filtersYesNot listedYesNot listed
Remote-only filterYesNot listedYesNot listed
Up to 1,000,000 jobs per runYesNot listedNot listedNot listed
Export to CSV, JSON, Excel, XMLYesCSV, JSONJSON, CSV, ExcelNot listed

Configure the run

Drive the Actor from a keyword, tags, and a remote-only flag, alone or together, and filters run as each job is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.016 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.60
1,000 results$16.00
10,000 results$160.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Arbeitnow Jobs Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Arbeitnow through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/arbeitnow-jobs-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your searchQuery or tags may be too restrictive. Try removing tags, clearing the keyword, or setting remoteOnly to false to see the full feed.

Why did the run stop before reaching maxItems?

The Actor stops when the Arbeitnow feed has no more jobs matching your filters. Lower maxItems or broaden your filters to collect more.

Why are some jobs missing fields?

Arbeitnow does not always provide every field for every job. Missing values are returned as empty strings or nulls, which is normal.

Can I filter by company?

There is no dedicated company filter. Use searchQuery with the company name, or filter the exported dataset.

Why is my export file empty?

If the run collected zero jobs, the export will be empty. Check your filters and run again.

FAQ

QuestionAnswer
Do I need an Arbeitnow account or API key?No. The Actor reads the public job feed directly, so no registration or authentication is required.
Can I filter by location?The input schema does not include a location filter. You can use the searchQuery to include a location keyword, or filter the exported data yourself.
How many jobs can I scrape in one run?You can set maxItems up to 1,000,000. The Actor will stop after collecting that many jobs or when the feed is exhausted.
What does the remoteOnly filter do?It restricts results to jobs that Arbeitnow flags as remote. Jobs without a remote flag are excluded.
How do tags work?You can provide a list of tags like 'javascript' or 'react'. The Actor matches a job if any of your tags overlaps the job's tag or job-type list.
What export formats are supported?You can export the results as CSV, JSON, Excel, or XML directly from the Apify platform.
Is the data live?Yes, every run fetches the current Arbeitnow feed, so you always get the latest listings.
Can I schedule this Actor?Yes, you can set up a schedule in Apify to run it hourly, daily, or weekly.
What if I get no results?Check your filters. A very specific searchQuery or tag list may match nothing. Try broadening your criteria.
Does this Actor handle pagination?Yes, it automatically follows pagination until it reaches maxItems or the end of the feed.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Arbeitnow. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.