# Arbeitnow Jobs Scraper – Germany & EU Jobs, Remote & Visa (`ninhothedev/arbeitnow-jobs-scraper`) Actor

$0.5/1K 🔥 Fast Arbeitnow jobs scraper! Title, company, location, remote, tags & link — no key. JSON, CSV, Excel or API in seconds. Pull thousands of EU & remote jobs for aggregation, recruiting & market research ⚡

- **URL**: https://apify.com/ninhothedev/arbeitnow-jobs-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Arbeitnow Jobs Scraper 🇪🇺💼

Scrape **jobs from [Arbeitnow](https://www.arbeitnow.com/)** — Europe's growing job board — with a single click. Get **job title, company, location, remote flag, tags, job types, full description and the direct apply link** as clean, structured JSON, CSV or Excel. **No API key, no login, no configuration.**

Powered by Arbeitnow's free public job-board API, this actor is fast, lightweight and **datacenter-proxy friendly** — so it stays cheap to run.

***

### ✨ What you get

Every job is returned as a normalized record:

| Field | Description |
|-------|-------------|
| `title` | Job title |
| `company` | Hiring company name |
| `location` | Job location (city / region) |
| `remote` | `true` if the role is remote |
| `url` | Direct link to the job posting |
| `description` | Full job description (HTML stripped, capped at 5000 chars) |
| `tags` | List of tags (skills, categories) |
| `job_types` | List of job types (e.g. full\_time, internship) |
| `posted_at` | Publication date (ISO-8601, UTC) |
| `source` | Always `arbeitnow` |
| `slug` | Unique job slug |
| `scraped_at` | When the record was scraped (ISO-8601) |

***

### 🚀 How to use

1. Open the actor and set your input (all optional):
   - **Mode** — `search` (paginate the job board).
   - **Keyword** — case-insensitive filter on the job title (e.g. `python`, `nurse`, `sales`).
   - **Remote only** — return only remote-flagged jobs.
   - **Max items** — how many jobs to collect (1–1000).
2. Click **Start**.
3. Download results as **JSON, CSV, Excel, or HTML**, or pull them from the API.

#### Example input

```json
{
  "mode": "search",
  "keyword": "python",
  "remoteOnly": true,
  "maxItems": 200
}
```

#### Example output

```json
{
  "title": "Senior Python Engineer (m/w/d)",
  "company": "Acme GmbH",
  "location": "Berlin",
  "remote": true,
  "url": "https://www.arbeitnow.com/jobs/python-engineer-berlin-123",
  "description": "Join us! We love Python & async...",
  "tags": ["python", "backend"],
  "job_types": ["full_time"],
  "posted_at": "2023-11-14T22:13:20+00:00",
  "source": "arbeitnow",
  "slug": "python-engineer-berlin-123",
  "scraped_at": "2026-07-16T10:00:00+00:00"
}
```

***

### 💶 Pricing

This actor is intentionally **cheap** — it hits a clean public API and needs no premium proxies. Expect roughly **~$1 per 1,000 jobs** scraped, plus Apify platform usage. Pay-per-result keeps costs predictable.

***

### 🎯 Use cases

- **EU / remote job aggregation** — feed a job board, newsletter or Slack alert with fresh European and remote roles.
- **Recruiting & sourcing** — monitor which companies are hiring for which skills, and how fast.
- **Labor-market research** — track hiring trends, remote adoption, in-demand tags and job types over time.
- **Lead generation** — identify growing companies by their open roles.

***

### 🆚 Why this actor?

| | Arbeitnow Jobs Scraper | Manual copy/paste | Raw API scripting |
|---|---|---|---|
| No API key | ✅ | — | ✅ |
| Structured JSON/CSV/Excel | ✅ | ❌ | ⚠️ DIY |
| Keyword & remote filtering | ✅ | ❌ | ⚠️ DIY |
| HTML-clean descriptions | ✅ | ❌ | ⚠️ DIY |
| Scheduling & integrations | ✅ (Apify) | ❌ | ❌ |
| Maintenance | ✅ handled | — | ❌ your problem |

***

### 🔗 Related actors

- [Muse Jobs Scraper](https://apify.com/ninhothedev/muse-jobs-scraper)
- [RemoteOK Jobs Scraper](https://apify.com/ninhothedev/remoteok-jobs-scraper)
- [Himalayas Jobs Scraper](https://apify.com/ninhothedev/himalayas-jobs-scraper)
- [Jobicy Remote Jobs Scraper](https://apify.com/ninhothedev/jobicy-remote-jobs-scraper)

***

### 🔍 Keywords

arbeitnow scraper, jobs scraper, job board scraper, europe jobs api, remote jobs scraper, germany jobs scraper, job listings scraper, recruiting data, hiring data, job aggregator, no api key job scraper.

***

### ⚖️ Notes

This actor uses the **free public Arbeitnow job-board API**. Please be respectful of the source and consider linking back to Arbeitnow.com. Only publicly available data is collected.

# Actor input Schema

## `mode` (type: `string`):

Scraping mode. 'search' paginates the Arbeitnow job board and returns jobs (with optional client-side keyword and remote filtering).

## `keyword` (type: `string`):

Optional. Case-insensitive keyword that must appear in the job title. Leave empty to return all jobs. Example: 'python', 'nurse', 'sales'.

## `remoteOnly` (type: `boolean`):

If enabled, only jobs flagged as remote by Arbeitnow are returned.

## `maxItems` (type: `integer`):

Maximum number of jobs to scrape (1-1000). Pagination stops automatically when this many matching jobs have been collected.

## Actor input object example

```json
{
  "mode": "search",
  "remoteOnly": false,
  "maxItems": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/arbeitnow-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/arbeitnow-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call ninhothedev/arbeitnow-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ninhothedev/arbeitnow-jobs-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/LW9xXvYswJ76ngSTF/builds/kHZhQQSxrjFyXJW8M/openapi.json
