# Arbeitnow Jobs Scraper (`logiover/arbeitnow-jobs-scraper`) Actor

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.

- **URL**: https://apify.com/logiover/arbeitnow-jobs-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 7 total users, 0 monthly users, 100.0% runs succeeded, NaN 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 — 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 `maxJobs` to 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

```json
{
  "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.

# Actor input Schema

## `searchKeyword` (type: `string`):

Free-text keyword matched against title, company and description.

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

Only return remote jobs.

## `jobTypes` (type: `array`):

Filter by job type, e.g. 'Full Time', 'Part Time', 'Internship', 'Traineeship'. Leave empty for all.

## `tags` (type: `array`):

Filter by tag/skill, e.g. 'Software Development', 'Marketing'. Leave empty for all.

## `location` (type: `string`):

Filter by location text. Leave empty for all.

## `postedSince` (type: `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` (type: `integer`):

Maximum matching jobs to save. 0 = all.

## Actor input object example

```json
{
  "searchKeyword": "",
  "remoteOnly": false,
  "jobTypes": [],
  "tags": [],
  "location": "",
  "postedSince": ""
}
```

# Actor output Schema

## `title` (type: `string`):

title

## `company` (type: `string`):

company

## `location` (type: `string`):

location

## `remote` (type: `string`):

remote

## `jobTypes` (type: `string`):

jobTypes

## `tags` (type: `string`):

tags

## `url` (type: `string`):

url

## `postedAt` (type: `string`):

postedAt

# 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 = {
    "jobTypes": [],
    "tags": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/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 = {
    "jobTypes": [],
    "tags": [],
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/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 '{
  "jobTypes": [],
  "tags": []
}' |
apify call logiover/arbeitnow-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Arbeitnow Jobs Scraper",
        "description": "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.",
        "version": "2.1",
        "x-build-id": "DgveO7l8zrXoT6TUo"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~arbeitnow-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-arbeitnow-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/logiover~arbeitnow-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-arbeitnow-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/logiover~arbeitnow-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-arbeitnow-jobs-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchKeyword": {
                        "title": "Search Keyword",
                        "type": "string",
                        "description": "Free-text keyword matched against title, company and description.",
                        "default": ""
                    },
                    "remoteOnly": {
                        "title": "Remote Only",
                        "type": "boolean",
                        "description": "Only return remote jobs.",
                        "default": false
                    },
                    "jobTypes": {
                        "title": "Job Types",
                        "type": "array",
                        "description": "Filter by job type, e.g. 'Full Time', 'Part Time', 'Internship', 'Traineeship'. Leave empty for all.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "tags": {
                        "title": "Tags",
                        "type": "array",
                        "description": "Filter by tag/skill, e.g. 'Software Development', 'Marketing'. Leave empty for all.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Filter by location text. Leave empty for all.",
                        "default": ""
                    },
                    "postedSince": {
                        "title": "Posted Since (optional)",
                        "type": "string",
                        "description": "ISO date (e.g. 2026-05-13). Only jobs posted on/after it. Set to the previous run's date for scheduled daily monitoring.",
                        "default": ""
                    },
                    "maxJobs": {
                        "title": "Max Jobs",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum matching jobs to save. 0 = all."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
