GermanTechJobs.de Scraper — Tech Jobs in Germany | PPE
Pricing
from $1.07 / 1,000 germantechjobs.de scraper — tech jobs in germany | ppes
GermanTechJobs.de Scraper — Tech Jobs in Germany | PPE
Scrape tech job listings from germantechjobs.de — Germany's tech-only job board. Returns title, company, city, salary range, technologies, visa sponsorship, plus the full description, requirements and responsibilities other scrapers leave empty. Pay per job delivered.
Pricing
from $1.07 / 1,000 germantechjobs.de scraper — tech jobs in germany | ppes
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
null
GermanTechJobs.de Scraper
Scrape tech job listings from germantechjobs.de, Germany’s tech-only job board and part of the DevITjobs network.
Unlike listing-only GermanTechJobs scrapers, this actor fetches every job’s detail page. This provides the full job description, mandatory and nice-to-have requirements, responsibilities, and engineering-practice signals such as Scrum, unit tests, code reviews, integration tests, and more.
What it collects
Each dataset record represents one job listing and can include:
- Job title, company, location, salary, workplace model, experience level, and technologies
- Full job description
- Mandatory requirements (
requirementsMust) - Nice-to-have requirements (
requirementsNice) - Responsibilities
- Engineering practices in
engineeringPractices - Visa sponsorship, company, partner, category, and source metadata
How it works
The actor runs in two stages:
-
Listing discovery
It renders GermanTechJobs listing pages in a stealth headless browser using Camoufox through an Apify Residential proxy. It collects job detail-page URLs. -
Detail-page extraction
It fetches each job detail page over fast HTTP usingcurl_cffiwith Chrome impersonation and a fresh residential proxy session per request. The actor parses the embedded job object from the page.
Use direct detail URLs in startUrls when you already know the jobs to scrape. Direct URLs skip listing discovery.
Input
| Field | Type | Description |
|---|---|---|
keyword | string | Filter jobs by a keyword. Applied client-side to parsed job records. |
city | string | Filter by city. Applied client-side. |
techCategory | string | Filter by technology or role category. Applied client-side. |
technologies | array of strings | Filter by technologies. Matches jobs containing any selected technology. Applied client-side. |
minSalary | number | Minimum annual salary in EUR. Compared with annualSalaryFrom. |
visaSponsorshipOnly | boolean | Return only jobs that advertise visa sponsorship. |
daysOld | number | Return jobs published within the requested number of days. |
maxResults | number | Maximum number of jobs to deliver. Default: 50. |
startUrls | array of strings | Direct GermanTechJobs job detail URLs. These skip listing discovery. |
fetchDetails | boolean | Fetch and parse job detail pages, including descriptions, requirements, responsibilities, and engineering practices. |
proxyConfiguration | object | Proxy configuration. Apify RESIDENTIAL proxy is required and enabled by default. |
All filters are applied client-side after records are parsed.
Example input
{"keyword": "Python","city": "Berlin","technologies": ["Python", "Django", "AWS"],"minSalary": 65000,"visaSponsorshipOnly": true,"daysOld": 14,"maxResults": 25,"fetchDetails": true,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Output
The actor saves one dataset record per job.
| Field | Description |
|---|---|
id | GermanTechJobs job identifier. |
title | Job title. |
company | Hiring company name. |
url | Job detail-page URL. |
slug | Job URL slug. |
city | Job city. |
cityCategory | Location category shown by the source. |
postalCode | Postal code, when available. |
address | Job address, when available. |
latitude | Location latitude, when available. |
longitude | Location longitude, when available. |
workplace | Workplace model, such as remote, hybrid, or on-site. |
jobType | Employment type. |
expLevel | Experience level. |
language | Job-posting language. |
techCategory | Technology or role category. |
metaCategory | Higher-level source category. |
technologies | Technologies associated with the job. |
filterTags | Source filter tags associated with the listing. |
annualSalaryFrom | Minimum advertised annual salary. |
annualSalaryTo | Maximum advertised annual salary. |
hasSalary | Whether salary information is available. |
salaryCurrency | Salary currency, typically EUR. |
companySize | Company-size category, when available. |
companyType | Company-type category, when available. |
hasVisaSponsorship | Whether the job advertises visa sponsorship. |
candidateContactWay | Candidate contact method, when available. |
sourcePartner | Source partner information, when available. |
isPartner | Whether the listing is from a partner source. |
tier | Source listing tier, when available. |
description | Full job description from the detail page. |
requirementsMust | Mandatory requirements from the detail page. |
requirementsNice | Nice-to-have requirements from the detail page. |
responsibilities | Responsibilities from the detail page. |
engineeringPractices | Engineering-practices dictionary, such as scrum, unitTests, codeReviews, and integrationTests. |
publishDate | Job publication date, when available. |
source | Source website. |
scrapedAt | Timestamp when the record was scraped. |
Example output record
{"id": "123456","title": "Senior Python Developer","company": "Example GmbH","url": "https://germantechjobs.de/en/jobs/Example-GmbH-Senior-Python-Developer-Berlin","slug": "Example-GmbH-Senior-Python-Developer-Berlin","city": "Berlin","workplace": "Hybrid","jobType": "Full-time","expLevel": "Senior","technologies": ["Python", "Django", "PostgreSQL", "AWS"],"annualSalaryFrom": 70000,"annualSalaryTo": 90000,"hasSalary": true,"salaryCurrency": "EUR","hasVisaSponsorship": true,"description": "We are looking for a Senior Python Developer to join our engineering team.","requirementsMust": ["Professional Python experience", "Django knowledge", "SQL experience"],"requirementsNice": ["AWS experience", "Kubernetes knowledge"],"responsibilities": ["Build backend services", "Review code", "Collaborate with product teams"],"engineeringPractices": {"scrum": true,"unitTests": true,"codeReviews": true,"integrationTests": true},"publishDate": "2025-03-01","source": "germantechjobs.de","scrapedAt": "2025-03-08T10:30:00.000Z"}
Pricing
This actor uses pay-per-event pricing.
One job-record event is charged for every job delivered to the dataset.