# Arbeitnow Jobs Scraper — Remote & EU Jobs, Filters (`hipersoft/arbeitnow-scraper`) Actor

Scrape jobs from Arbeitnow: title, company, location, remote flag, job types, tags, description and link. Filter by keyword, remote, location or tag. Bulk export. Free public API, no key.

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

## Pricing

from $0.001 / job scraped

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 — Remote & EU Jobs, Tags & Descriptions

Scrape jobs from **Arbeitnow** with rich, structured data: **job title, company, location, remote flag, job types, tags, created date, full description and link**. Strong coverage of **European and remote** roles. Filter by keyword, remote, location or tag, and bulk-export into clean JSON, CSV, Excel or XML. Fast and reliable.

![Arbeitnow Jobs Scraper input — keyword, remote and location filters in the Apify Console](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/arbeitnow-scraper-input.png?v=2)

### What does Arbeitnow Jobs Scraper do?

Arbeitnow Jobs Scraper collects job listings and returns them as structured data. Filter to a niche or bulk-export across categories, then use the jobs, companies, tags and descriptions for a job board, alerts or hiring-market analysis — with strong coverage of European and remote roles.

### What data can you scrape from Arbeitnow?

- 📋 **Job details** — title, company, location
- 🏠 **Remote flag** — whether the role is remote
- 💼 **Job types** — full-time, part-time, contract and more
- 🏷️ **Tags** — role tags and categories
- 📝 **Descriptions** — each job's full description (optional)
- 🔗 **Link & date** — job URL and created date

### Use cases

- **Job boards & aggregators** — feed fresh, structured EU and remote listings into your own site
- **Job alerts** — monitor new roles by keyword, tag or location
- **Hiring-market analysis** — measure demand across European and remote roles
- **ATS & CRM enrichment** — keep an internal dataset of open roles up to date
- **Lead generation** — find companies actively hiring for particular skills

### How to scrape Arbeitnow job data

1. Add Arbeitnow Jobs Scraper to your Apify account.
2. Optionally set filters — `searchQuery`, `remoteOnly`, `location`, `tag`.
3. Set `maxItems` to cap how many jobs to return.
4. Toggle `includeDescription` to add each job's full description.
5. Run the Actor and export the results as JSON, CSV, Excel or XML — or pull them via the API.

### Input

```json
{
  "maxItems": 500,
  "searchQuery": "python",
  "remoteOnly": true,
  "includeDescription": true
}
```

| Field | Description |
|-------|-------------|
| `maxItems` | Maximum jobs to scrape. |
| `searchQuery` | Keyword filter (title / company / tags). |
| `remoteOnly` | Only remote jobs. |
| `location` | Location filter. |
| `tag` | Tag filter. |
| `includeDescription` | Include each job's full description. Default `true`. |

### Output

![Arbeitnow Jobs Scraper output example — job listings as structured JSON](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/arbeitnow-scraper-output.png?v=2)

```json
{
  "title": "SMB Account Executive, Germany",
  "company": "postman",
  "slug": "smb-account-executive-germany-postman-123456",
  "location": "Remote",
  "remote": true,
  "jobTypes": ["full-time"],
  "tags": ["Sales"],
  "createdAt": "2026-07-28T09:14:00Z",
  "url": "https://www.arbeitnow.com/jobs/companies/postman/…",
  "description": "About the role… (when includeDescription is on)"
}
```

#### Output schema

| Field | Type | Description |
|-------|------|-------------|
| `title` | string | Job title. |
| `company` | string | Company name. |
| `slug` | string | Unique slug used in the job URL. |
| `location` | string | Job location. |
| `remote` | boolean | Whether the role is remote. |
| `jobTypes` | array | Job types, e.g. full-time, part-time, contract. |
| `tags` | array | Role tags and categories. |
| `createdAt` | string (ISO date) | When the job was created. |
| `url` | string (URL) | Job listing URL on Arbeitnow. |
| `description` | string | Full job description text (when `includeDescription` is on). |

### Need more job data?

Combine Arbeitnow with other job sources for wider coverage:

- [Himalayas Remote Jobs Scraper](https://apify.com/hipersoft/himalayas-scraper) — remote roles with salaries worldwide.
- [RemoteOK Job Scraper](https://apify.com/hipersoft/remoteok-scraper) — remote roles with tags and salary ranges.
- [Personio Job Scraper](https://apify.com/hipersoft/personio-scraper) — jobs from Personio career pages across Europe.
- [We Work Remotely Jobs Scraper](https://apify.com/hipersoft/weworkremotely-scraper) — remote jobs with full descriptions by category.

### FAQ

**Do I need an account or login?**
No. There's no setup and no login — just set your filters (or leave them empty) and run.

**How many jobs can I scrape per run?**
Use `maxItems` to cap results. Combine filters to focus on a niche, or leave them empty for broad coverage.

**Can I filter to remote or a location?**
Yes — set `remoteOnly` for remote roles, and use `location`, `tag` and `searchQuery` to narrow further.

**How does billing work?**
You pay per job you get, plus a small per-request charge — pay only for what you scrape.

**What's the output format?**
Structured JSON — one record per job with title, company, location, remote flag, job types, tags, date, link and (optionally) the full description. Export as JSON, CSV, Excel or XML.

**Is scraping Arbeitnow legal?**
Only public job data shown to any visitor on Arbeitnow is collected. This is an independent tool, not affiliated with Arbeitnow; check Arbeitnow's terms and applicable regulations for your use case.

**Can I integrate this with other tools?**
The Arbeitnow Jobs Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Related Actors

- [SmartRecruiters Job Scraper](https://apify.com/hipersoft/smartrecruiters-scraper) — jobs from SmartRecruiters career sites.
- [Ashby Job Board Scraper](https://apify.com/hipersoft/ashby-scraper) — jobs from company Ashby boards.
- [Dice Jobs Scraper](https://apify.com/hipersoft/dice-scraper) — US tech jobs with salaries.
- [Reed Job Scraper](https://apify.com/hipersoft/reed-scraper) — UK jobs with salaries and descriptions.

### Notes

Original clean-room implementation. Returns only public data; you are responsible for compliance with Arbeitnow's terms. Not affiliated with Arbeitnow.

# Actor input Schema

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

Maximum jobs to scrape.

## `searchQuery` (type: `string`):

Filter by keyword in title, company or tags. Empty = all.

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

Only include remote jobs.

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

Filter by location text (e.g. "Berlin"). Empty = all.

## `tag` (type: `string`):

Filter by tag (e.g. "Sales", "Python"). Empty = all.

## `includeDescription` (type: `boolean`):

Include each job's full description text.

## Actor input object example

```json
{
  "maxItems": 300,
  "searchQuery": "",
  "remoteOnly": false,
  "location": "",
  "tag": "",
  "includeDescription": true
}
```

# Actor output Schema

## `results` (type: `string`):

The scraped results as dataset items.

# 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("hipersoft/arbeitnow-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("hipersoft/arbeitnow-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).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 hipersoft/arbeitnow-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/arbeitnow-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

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