# Trenkwalder Job Scraper — 8 European Markets (`studio-amba/trenkwalder-scraper`) Actor

Scrape job listings from Trenkwalder staffing agency across Germany, Austria, Greece, Czech Republic, Slovakia, Hungary, Romania and Croatia. No login or cookies required.

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

## Pricing

from $1.20 / 1,000 result scrapeds

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

## Trenkwalder Job Scraper

Scrape job listings from Trenkwalder, a pan-European staffing agency, across 8 markets: Germany, Austria, Czech Republic, Slovakia, Hungary, Romania, Croatia and Greece. One actor, one country parameter, no login or cookies required.

### Why use this actor?

Trenkwalder posts thousands of live vacancies across Central and Eastern Europe plus DACH — warehouse and logistics, industrial, sales, admin and white-collar roles. Recruiters, market researchers and job-board aggregators use this data to track hiring demand by country and sector, benchmark salaries, or feed a meta job board without maintaining 8 separate country scrapers.

### How to scrape Trenkwalder data

1. Open this actor on the Apify Store and click **Try for free**.
2. Pick a **Country** from the dropdown (Germany, Austria, Czech Republic, Slovakia, Hungary, Romania, Croatia or Greece).
3. Enter a **Search Query** in the local language (e.g. `Lagerarbeiter` for Germany, `skladník` for Czech Republic) — or leave it blank to pull all current listings sorted by most recently updated.
4. Optionally set a **Location filter** (city or region) and a **Max Results** cap.
5. Click **Start** and export the results dataset as JSON, CSV, or Excel once the run finishes.

Each result includes the job title, full description, location, salary (when disclosed), employment type, category, industry and a direct link to the live listing on Trenkwalder's own site.

### Input

| Field | Type | Required | Description |
|-------|------|----------|--------------|
| `country` | String | No | Market to search: `DE`, `AT`, `CZ`, `SK`, `HU`, `RO`, `HR`, `GR`. Default `DE`. |
| `searchQuery` | String | No | Keyword in the local language. Leave empty to return all current listings sorted by most recently updated. |
| `location` | String | No | City or region to filter results by (matched against the listing's location text). |
| `maxResults` | Integer | No | Maximum number of listings to return (1–1000, default 50). |
| `proxyConfiguration` | Object | No | Proxy settings. Trenkwalder's search backend shows no bot-blocking — the default Apify datacenter proxy works fine. |

### Output

Each result contains:

| Field | Type | Example |
|-------|------|---------|
| `jobTitle` | String | `"Lagerarbeiter (m/w/d)"` |
| `company` | String | `"Trenkwalder"` |
| `locationRaw` | String | `"Praha, Hl.m. Praha"` |
| `locationParsed` | Object | `{"city": "Praha", "region": "Prague region", "country": "Czech Republic"}` |
| `market` | String | `"Czech Republic"` |
| `language` | String | `"cs"` |
| `jobCategory` | String | `"Sales / Business Development"` — nullable |
| `industry` | String | `"Trade"` — nullable |
| `employmentType` | String | `"Permanent"`, `"Temporary staffing"` — nullable |
| `workSchedule` | String | `"Full-time"`, `"Part-time"` — nullable |
| `salaryRaw` | String | `"90000 CZK / Month"` — nullable, only when disclosed |
| `salaryMin` | Number | `90000` — nullable, may be fractional for hourly rates |
| `salaryMax` | Number | `90000` — nullable, may be fractional for hourly rates |
| `salaryCurrency` | String | `"CZK"` — nullable |
| `isRemote` | Boolean | Whether the listing is tagged remote/home-office |
| `postedAt` | String | ISO 8601 timestamp the listing was created |
| `updatedAt` | String | ISO 8601 timestamp of the listing's last change |
| `jobDescription` | String | Full plain-text job description, requirements and company info, combined |
| `url` | String | Direct link to the live job page |
| `source` | String | `"trenkwalder.com/cz"` |
| `scrapedAt` | String | ISO 8601 timestamp when data was collected |
| `jobId` | String | Trenkwalder's internal Salesforce object ID |

### Example output

```json
{
    "jobTitle": "Regionální Account Manager - Čechy",
    "company": "Trenkwalder",
    "locationRaw": "Praha, Prague region",
    "locationParsed": {
        "city": "Praha",
        "region": "Prague region",
        "country": "Czech Republic"
    },
    "market": "Czech Republic",
    "language": "cs",
    "jobCategory": "Sales / Business Development",
    "industry": "Trade",
    "employmentType": "Permanent",
    "workSchedule": "Full-time",
    "salaryRaw": "90000 CZK / Month",
    "salaryMin": 90000,
    "salaryMax": 90000,
    "salaryCurrency": "CZK",
    "isRemote": true,
    "postedAt": "2026-08-10T08:07:37.000Z",
    "updatedAt": "2026-08-10T08:12:19.000Z",
    "jobDescription": "Péče o svěřené portfolio klientů + 25% akvizice nových...",
    "url": "https://cz.trenkwalder.com/jobs/a0tbI00000kE5XLQA0",
    "source": "trenkwalder.com/cz",
    "scrapedAt": "2026-08-10T09:10:00.000Z",
    "jobId": "a0tbI00000kE5XLQA0"
}
```

### Covered markets

| Country | Code | Site |
|---------|------|------|
| Germany | `DE` | de.trenkwalder.com |
| Austria | `AT` | at.trenkwalder.com |
| Czech Republic | `CZ` | cz.trenkwalder.com |
| Slovakia | `SK` | sk.trenkwalder.com |
| Hungary | `HU` | hu.trenkwalder.com |
| Romania | `RO` | ro.trenkwalder.com |
| Croatia | `HR` | hr.trenkwalder.com |
| Greece | `GR` | gr.trenkwalder.com |

All 8 markets confirmed live and healthy at build time, ranging from ~15 open roles (Croatia, Romania, Greece) to over 1,100 (Germany).

### Cost estimate

This actor makes a small number of direct API requests per run — no per-job detail-page fetches, since Trenkwalder's search index already includes the full job description. Expect well under 1 compute unit per 1,000 results. Usage cost only settles once a run reports **SUCCEEDED** — reading the dataset mid-run will undercount what you'll actually be charged.

### Limitations

- Salary is only returned when Trenkwalder itself discloses it (`publishSalary` flag) — many listings omit salary, especially in smaller markets.
- `postedAt`/`updatedAt` reflect Trenkwalder's own record timestamps.
- Data is scraped from Trenkwalder's own public search backend and may change without notice.
- Respect Trenkwalder's terms of service and use responsibly.

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs,
deduplication, delta detection, and delivery to your inbox, Google Sheets,
or API — maintenance included. We can also build a custom version with your
exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email
<hello@studioamba.dev> for a free data sample.
We maintain 300+ European web scrapers and answer within one business day.

# Actor input Schema

## `country` (type: `string`):

Trenkwalder market to search.

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

Keyword to search for, in the local language (e.g. 'Lagerarbeiter' for Germany, 'skladník' for Czech Republic). Leave empty to return all current listings sorted by most recently updated.

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

Optional city or region to filter results by. Applied client-side against the listing's location text.

## `maxResults` (type: `integer`):

Maximum number of job listings to return.

## `proxyConfiguration` (type: `object`):

Proxy settings. Trenkwalder's search backend (Algolia) has no bot-blocking (low anti-bot signal) — Apify's default datacenter proxy works fine.

## Actor input object example

```json
{
  "country": "DE",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "maxResults": 10,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/trenkwalder-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 = {
    "maxResults": 10,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/trenkwalder-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 '{
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/trenkwalder-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/trenkwalder-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/a7HnKec7VuPOZB9J9/builds/YbjNC4mofvqX6PQbo/openapi.json
