Scrape Stellenanzeigen.de — German Job Portal
Extract structured job data from Stellenanzeigen.de, one of Germany's established job portals. Returns title, company, location, job type, salary info, and full description. 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, qualifications
- Company info — employer name, industry, company size
- Job metadata — employment type, contract type, experience level
- Multi-query — run multiple keyword + location searches per run
- Filters — job type, industry, experience level
Primary Use Cases
- German job market analysis — monitor hiring trends across industries
- Lead generation — identify German companies actively hiring
- Competitive intelligence — track competitor job postings in Germany
- HR tech platforms — aggregate German job listings for your application
- Salary research — analyze compensation data from posted positions
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~stellenanzeigen-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["Softwareentwickler"],
"location": "Berlin",
"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 |
| German coverage | Complete | Varies |
Output Fields
| Field | Type | Example |
| title | string | Softwareentwickler (m/w/d) |
| company | string | SAP SE |
| location | string | Berlin, Germany |
| job_type | string | Vollzeit |
| description | string | Full job description HTML |
| url | string | https://stellenanzeigen.de/... |
| posted_at | string | 2026-04-18 |
| search_query | string | Softwareentwickler |