Meinestadt Jobs Details Scraper avatar

Meinestadt Jobs Details Scraper

Pricing

Pay per usage

Go to Apify Store
Meinestadt Jobs Details Scraper

Meinestadt Jobs Details Scraper

Scrape detailed job postings from Meinestadt.de, Germany's leading job portal. Extract titles, descriptions, salary ranges, company info, employment types, skills, and benefits — perfect for HR analytics, market research, and job board aggregation.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Meinestadt.de Jobs Scraper: Collect German Job Listings Effortlessly


What Is Meinestadt.de?

Meinestadt.de is one of Germany's largest and most trusted job platforms, hosting thousands of positions across industries and regions. It connects job seekers with employers nationwide, from SMEs to Fortune 500 companies. The platform specializes in location-based job search and often features premium job listings with detailed compensation and requirement information. Collecting and analyzing this data manually is tedious; the Meinestadt.de Jobs Scraper automates data extraction, delivering structured records instantly.


Overview

The Meinestadt.de Jobs Scraper extracts comprehensive job detail pages from Meinestadt.de, converting rich HTML listings into clean, structured data. It is ideal for:

  • Recruitment agencies tracking active job placements and market dynamics
  • HR professionals benchmarking salaries and industry trends
  • Researchers analyzing German labor market patterns
  • Job aggregators building multi-source job databases
  • Career analysts monitoring skills demand across sectors

The scraper handles multiple URLs in a single run, allows graceful failure handling, and returns 13 key fields per job for thorough analysis.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://jobs.meinestadt.de/frankfurt-am-main/premium?id=100012734528",
"https://jobs.meinestadt.de/rodgau/premium?id=100012816900"
],
"max_items_per_url": 200,
"ignore_url_failures": true
}
ParameterTypeDescription
urlsarrayDirect links to individual Meinestadt.de job listing pages. Supports both standard and premium job URLs.
max_items_per_urlintegerMaximum records to collect per URL (e.g., 200). Useful for limiting dataset size.
ignore_url_failuresbooleanIf true, the scraper continues if some URLs fail; if false, the run halts on errors.

Tips:

  • Paste individual job URLs directly from your browser address bar
  • Premium listings (indicated by /premium in the URL) often contain richer data
  • Use bulk import to add multiple URLs at once
  • Setting a lower max_items_per_url speeds up testing

Output Format

Sample output

{
"title": "Mitarbeiter*in (w/d/m) für den Bereich Finanzbuchhaltung, Fördermittel, Rechnungswesen",
"description": "<p> Kaufmännischer Bereich: </p> \n<ul> \n <li> \n <ul> \n <li>Prüfung und Überwachung aller buchhalterischer Geschäftsvorfälle</li> \n <li>Verantwortliche Erstellung der Jahresrechnung</li> \n <li>Mitwirkung bei der Haushaltsplanung, Haushaltsüberwachung</li> \n <li>Administrative und finanzwirtschaftliche Abwicklung von Drittmittelprojekten</li> \n <li>Erstellen von finanziellen Zwischen- und Abschlussverwendungsnachweisen</li> \n <li>Analysen und Reporting gemäß internen und externen Anforderungen</li> \n </ul> </li> \n</ul> \n<p> Administrativer Bereich: </p> \n<ul> \n <li> \n <ul> \n <li>Mitgliederverwaltung des Vereins</li> \n <li>Vertragsverwaltung</li> \n </ul> </li> \n</ul>\n\n<p>Ihr Profil:</p>\n\n<ul>\n <li>Sie verfügen über eine abgeschlossene kaufmännische oder verbleichbare (Fach-)Hochschul- oder Berufsausbildung, gerne mit Weiterbildung zum/zur Finanzbuchhalter*in</li>\n <li>Sie besitzen mehrjährige Berufserfahrung in der Finanzbuchhaltung, vorzugsweise in einem Unternehmen der Sozialwirtschaft; wünschenswert sind Erfahrungen im Zuwendungsrecht</li>\n <li>Sie verfügen über ein gutes Zahlenverständnis und sehr gute Ausdrucksfähigkeit in Wort und Schrift</li>\n <li>Sie sind teamorientiert, flexibel und leistungsbereit bei absoluter Vertrauenswürdigkeit</li>\n <li>Sie besitzen sehr gute Kenntnisse in den MS-Office-Anwendungen und serviceorientierten Kommunikationsfähigkeiten</li>\n <li>Sie verfügen über sehr gute Deutsch-Kennnisse</li>\n</ul>\n\n<p>Firmenbeschreibung:</p>\n\nDie Hessische Landesstelle für Suchtfragen e.V. (HLS) ist das Vertretungsorgan der Spitzenverbände der Freien Wohlfahrtspflege im Bereich der Suchthilfe und Suchtprävention in Hessen. Als Dachorganisation vertritt sie mehr als 200 Einrichtungen der Suchthilfe und Suchtprävention sowie 550 Selbsthilfegruppen. Die HLS wird vorrangig vom Hessischen Ministerium für Soziales und Integration finanziert. Die hauptamtliche Geschäftsstelle in Frankfurt/M. mit derzeit 16 Mitarbeitenden übernimmt die ihr vom Vorstand delegierten Aufgaben.",
"hiring_organization": "Hessische Landesstelle für Suchtfragen e.V. (HLS)",
"industry": "Sozialwesen",
"date_posted": "2026-07-17",
"valid_through": "2026-08-18",
"employment_type": "Teilzeit",
"experience_requirements": "Mehrjährige Berufserfahrung",
"job_location": {
"address": {
"postal_code": "60325",
"address_locality": "Frankfurt am Main",
"address_region": "n/a",
"address_country": "Deutschland",
"email": "hls@hls-online.org",
"@type": "PostalAddress"
},
"@type": "Place"
},
"base_salary": {
"currency": "EUR",
"value": {
"value": null,
"min_value": 3676.33,
"max_value": 5084.33,
"unit_text": "MONTH",
"@type": "QuantitativeValue"
},
"@type": "MonetaryAmount"
},
"direct_apply": true,
"skills": "MS Office,FIBU,Finanzbuchführung,Sozialwirtschaft,Rechnungswesen,Berufsausbildung,Deutsch",
"job_benefits": "Vereinbarkeit Familie & Beruf,Mobiles Arbeiten,Jahressonderzahlungen,Zusätzliche Urlaubstage,Weiterbildungsmaßnahmen,Homeoffice"
}

Each scraped job returns a structured record with 13 essential fields:

Core Job Information

FieldDescriptionExample
TitleThe job title as displayed on the listing"Senior Full-Stack Developer (m/w/d)"
DescriptionComplete HTML job description, including tasks and requirements<p>Wir suchen einen erfahrenen...</p>
Hiring OrganizationOfficial company name and employer details"TechCorp GmbH"
Job LocationCity, region, or address where the role is based"Frankfurt am Main, Germany"

Employment Details

FieldDescriptionExample
Employment TypeContract type and job classification"Vollzeit" (full-time), "Teilzeit" (part-time)
Experience RequirementsRequired years of experience and seniority level"3-5 Jahre Berufserfahrung"
IndustryIndustry or sector classification"Informationstechnologie", "Einzelhandel"

Salary & Compensation

FieldDescriptionExample
Base SalaryOffered salary range in EUR per month/year"€2,500–€3,500 brutto/Monat"
Job BenefitsPerks and additional benefits offered"Homeoffice, Gesundheitsversicherung, Bonusregelung"

Skills & Application

FieldDescriptionExample
SkillsRequired and preferred technical/soft skills"Python, SQL, Scrum, Englisch"
Direct ApplyURL for direct application or reference to external application methodhttps://jobs.meinestadt.de/apply/...

Dates & Validity

FieldDescriptionExample
Date PostedWhen the listing was published on Meinestadt.de"2024-01-15"
Valid ThroughExpiration date or deadline for applications"2024-03-31"

How to Use

  1. Identify target jobs — Browse Meinestadt.de and collect job URLs. Premium listings offer the most detail.
  2. Prepare URLs — Copy the full URL from your browser (e.g., https://jobs.meinestadt.de/frankfurt-am-main/premium?id=...).
  3. Configure the scraper — Paste URLs into the urls array. Adjust max_items_per_url as needed.
  4. Enable error tolerance — Set ignore_url_failures: true for stability in multi-URL runs.
  5. Execute the run — Start the actor and monitor progress in the logs.
  6. Export data — Download output as JSON, CSV, or Excel for use in your tools.

Troubleshooting:

  • If no data is returned, verify the URL points to a job detail page, not a search results page
  • Premium job URLs typically yield more complete data than standard listings
  • URLs with the ?id= parameter are more reliable than others
  • Ensure you are scraping only data compliant with Meinestadt.de's ToS

Use Cases & Business Value

  • Salary benchmarking: Compare compensation across roles, companies, and regions in Germany
  • Skills gap analysis: Identify which technical skills are most in-demand across industries
  • Competitor tracking: Monitor hiring volume and strategy of rival companies
  • Market research: Analyze employment trends in specific German cities or sectors
  • Job aggregation: Feed German job data into international job boards or internal HR systems
  • Predictive hiring: Correlate job posting frequency with economic cycles or seasonality

By automating data collection, the Meinestadt.de Scraper reduces manual work by 90%+ and delivers insights that drive strategic HR decisions.


Data Quality & Considerations

  • Most Meinestadt.de listings include salary bands, unlike some competitors — useful for market analysis
  • Descriptions may contain HTML formatting; the scraper preserves raw HTML for flexibility
  • Skills fields may vary in structure and completeness depending on employer input
  • Some listings may not include all 13 fields; missing data is returned as null
  • Data is returned in German and English depending on the original listing language

Conclusion

The Meinestadt.de Jobs Scraper is an essential tool for anyone analyzing the German job market. With 13 structured output fields — from salary data to skills requirements — it transforms Meinestadt listings into actionable intelligence. Whether you're a recruiter, analyst, or researcher, this scraper delivers the data you need in minutes, not hours.