Scrape MeineStadt.de — German Regional Job Listings
Extract structured job data from MeineStadt.de, Germany's leading regional portal. Returns title, company, location, job type, and full description. Covers all German cities and regions. HTTP-only — no Chrome, no Playwright.
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Job search results — title, company, location, posted date
- Full job details — complete description, requirements, benefits
- Regional focus — filter by city, region, or Bundesland
- Company info — employer name, industry sector
- Multi-query — run multiple keyword + location searches per run
- Job types — full-time, part-time, mini-job, apprenticeship
Primary Use Cases
- Regional job market analysis — compare hiring across German cities and regions
- SME lead generation — find small and mid-size companies hiring locally
- Recruitment intelligence — discover regional talent demand patterns
- HR tech — aggregate German regional jobs into your platform
- Academic research — study regional labor market dynamics in Germany
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~meinestadt-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["Mechatroniker"],
"location": "Stuttgart",
"maxResultsPerQuery": 50
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Browser-based scrapers |
| Docker image | ~12MB | 500MB - 2GB |
| RAM usage | 128MB | 1-4GB |
| Cost per 1k results | ~$0.80 | $5 - $20 |
| Anti-bot approach | TLS fingerprinting | Full Chrome browser |
| Speed (1k jobs) | ~3 min | 15-45 min |
| Regional coverage | All German cities | Limited |
Output Fields
| Field | Type | Example |
| title | string | Mechatroniker (m/w/d) |
| company | string | Bosch GmbH |
| location | string | Stuttgart, Baden-Wurttemberg |
| job_type | string | Vollzeit |
| description | string | Full job description HTML |
| url | string | https://meinestadt.de/... |
| posted_at | string | 2026-04-20 |
| search_query | string | Mechatroniker |