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.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Germany
Pricing
$0.008/SERP
Anti-Bot
TLS fingerprinting

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
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
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/stellenanzeigen-de-scraper

Integrations

How It Compares

FeatureNanoScrapeBrowser-based scrapers
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
Cost per 1k results~$0.80$5 - $20
Anti-bot approachTLS fingerprintingFull Chrome browser
Speed (1k jobs)~3 min15-45 min
German coverageCompleteVaries

Output Fields

FieldTypeExample
titlestringSoftwareentwickler (m/w/d)
companystringSAP SE
locationstringBerlin, Germany
job_typestringVollzeit
descriptionstringFull job description HTML
urlstringhttps://stellenanzeigen.de/...
posted_atstring2026-04-18
search_querystringSoftwareentwickler
Open on Apify → Try it now — free tier available