GermanTechJobs.de Scraper — Tech Jobs in Germany | PPE avatar

GermanTechJobs.de Scraper — Tech Jobs in Germany | PPE

Pricing

from $1.07 / 1,000 germantechjobs.de scraper — tech jobs in germany | ppes

Go to Apify Store
GermanTechJobs.de Scraper — Tech Jobs in Germany | PPE

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

Vitalii Bondarev

Maintained by Community

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

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

  2. Detail-page extraction
    It fetches each job detail page over fast HTTP using curl_cffi with 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

FieldTypeDescription
keywordstringFilter jobs by a keyword. Applied client-side to parsed job records.
citystringFilter by city. Applied client-side.
techCategorystringFilter by technology or role category. Applied client-side.
technologiesarray of stringsFilter by technologies. Matches jobs containing any selected technology. Applied client-side.
minSalarynumberMinimum annual salary in EUR. Compared with annualSalaryFrom.
visaSponsorshipOnlybooleanReturn only jobs that advertise visa sponsorship.
daysOldnumberReturn jobs published within the requested number of days.
maxResultsnumberMaximum number of jobs to deliver. Default: 50.
startUrlsarray of stringsDirect GermanTechJobs job detail URLs. These skip listing discovery.
fetchDetailsbooleanFetch and parse job detail pages, including descriptions, requirements, responsibilities, and engineering practices.
proxyConfigurationobjectProxy 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.

FieldDescription
idGermanTechJobs job identifier.
titleJob title.
companyHiring company name.
urlJob detail-page URL.
slugJob URL slug.
cityJob city.
cityCategoryLocation category shown by the source.
postalCodePostal code, when available.
addressJob address, when available.
latitudeLocation latitude, when available.
longitudeLocation longitude, when available.
workplaceWorkplace model, such as remote, hybrid, or on-site.
jobTypeEmployment type.
expLevelExperience level.
languageJob-posting language.
techCategoryTechnology or role category.
metaCategoryHigher-level source category.
technologiesTechnologies associated with the job.
filterTagsSource filter tags associated with the listing.
annualSalaryFromMinimum advertised annual salary.
annualSalaryToMaximum advertised annual salary.
hasSalaryWhether salary information is available.
salaryCurrencySalary currency, typically EUR.
companySizeCompany-size category, when available.
companyTypeCompany-type category, when available.
hasVisaSponsorshipWhether the job advertises visa sponsorship.
candidateContactWayCandidate contact method, when available.
sourcePartnerSource partner information, when available.
isPartnerWhether the listing is from a partner source.
tierSource listing tier, when available.
descriptionFull job description from the detail page.
requirementsMustMandatory requirements from the detail page.
requirementsNiceNice-to-have requirements from the detail page.
responsibilitiesResponsibilities from the detail page.
engineeringPracticesEngineering-practices dictionary, such as scrum, unitTests, codeReviews, and integrationTests.
publishDateJob publication date, when available.
sourceSource website.
scrapedAtTimestamp 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.