Kimeta De avatar

Kimeta De

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Kimeta De

Kimeta De

This Apify actor scrapes job listings from [Kimeta.de](https://www.kimeta.de/) and provides comprehensive job data for the German market.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

HonzaS

HonzaS

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

💼 Kimeta.de Job Scraper

Comprehensive job listing scraper for Kimeta.de, Germany's leading job search platform. Extract all matching job listings with full details including location coordinates, application contacts, and employment terms.


🚀 What does this Actor do?

This Apify actor scrapes job listings from Kimeta.de and provides comprehensive job data for the German market. Simply provide your Kimeta.de search URLs and the actor will extract matching job listings with detailed information including geo-coordinates, application emails, and employment details.

The actor automatically expands searches without location parameters across multiple German cities, ensuring comprehensive coverage of the job market.


✨ Features

  • 🔍 Flexible Search: Scrape any Kimeta.de search results by providing your own URLs (with any filters you want).
  • 🌍 Location Expansion: Automatically expands searches without location across 400+ German cities.
  • 🚀 Parallel Processing: Process multiple locations simultaneously with configurable concurrency.
  • 📍 Geo-coordinates: Extract latitude/longitude for each job location.
  • 🔄 Deduplication: Automatically removes duplicate job listings.
  • 📦 Structured Output: Results in JSON, ready for analysis or export.

🛠️ How it works

  1. Set your input: Provide one or more Kimeta.de search URLs in the startUrls field. Optionally configure parallel processing with maxConcurrentLocations.
  2. Location Expansion: If your URL doesn't include a location parameter (loc), the actor will automatically create searches for 400+ German locations.
  3. Pagination: The actor automatically handles all result pages for each search.
  4. Run the actor: On the Apify platform or locally.
  5. Get your data: Download unique, deduplicated results from the default dataset in JSON, CSV, or Excel.

📝 Input Schema

FieldTypeDescriptionRequiredDefault
startUrlsarrayList of Kimeta.de search URLs to scrapeYes-

Example input:

{
"startUrls": [
{
"url": "https://www.kimeta.de/search?q=arzt"
}
]
}

Example with specific location:

{
"startUrls": [
{
"url": "https://www.kimeta.de/search?q=softwareentwickler&loc=10115+Berlin&r=10"
}
]
}

📤 Output Example

Each result contains details about a job listing with the following properties:

PropertyTypeDescription
TitlestringJob title
PostdatestringDate when the job was first posted (DD.M.YYYY)
CompanystringCompany/employer name
LocationstringJob location (city name without zip code)
UrlstringFull URL to the job listing
IdstringUnique job listing ID
LongitudestringLongitude coordinate of job location
LatitudestringLatitude coordinate of job location
ZipCodestringGerman postal code (5 digits)
SourcestringData source (always "Kimeta")
FriendlyUrlstringRelative URL path to the job listing
CountrystringCountry code (always "DE" for Germany)
StatusstringJob status (always "new")
Et_apply_emailstringEmail address for job applications
Display_typestringDisplay type (e.g., "html", "ContentEngine")

Sample Output Object:

{
"Title": "Assistenzarzt (m/w/d) Kinder und Jugendpsychiatrie",
"Postdate": "1.3.2026",
"Company": "FFD Fachkräfte für Deutschland e.V.",
"Logo": "",
"Location": "Dresden",
"Url": "https://www.kimeta.de/display-job/ffd-fachkraefte-fuer-deutschland-e-v/assistenzarzt-m-w-d-kinder-und-jugendpsychiatrie/966787729.html",
"Level": "",
"Subject": "",
"Id": "966787729",
"Longitude": "13.7383757",
"Latitude": "51.0762894",
"Employer": "",
"ZipCode": "01109",
"Source": "Kimeta",
"FriendlyUrl": "/display-job/ffd-fachkraefte-fuer-deutschland-e-v/assistenzarzt-m-w-d-kinder-und-jugendpsychiatrie/966787729.html",
"Hash": "",
"EtFeatured": "-3",
"Country": "DE",
"Status": "new",
"Et_apply_email": "bewerbung@ffd-deutschland.de",
"Display_type": "ContentEngine"
}

🎯 Use Cases

  • Job Market Analysis: Analyze job trends, salary ranges, and in-demand skills across Germany.
  • Recruitment: Find qualified candidates and track job market competition.
  • Career Research: Discover opportunities in specific industries or locations.
  • Market Intelligence: Monitor competitor hiring activities and job posting strategies.
  • Data Integration: Feed job data into your own platforms or applications.

📚 Resources & Support


❓ FAQ

Q: Can I scrape jobs for a specific city or region? A: Yes! Include the loc parameter in your search URL with the city name and postal code (e.g., loc=10115+Berlin&r=10).

Q: What happens if I don't specify a location? A: The actor will automatically expand your search across 400+ German cities and aggregate all results.

Q: How does deduplication work? A: The actor uses unique job IDs to ensure each job listing appears only once in the output, even if it matches multiple location searches.

Q: What is the recommended maxConcurrentLocations value? A: The default value of 5 works well for most cases. Increase it for faster scraping, but be aware this may increase the Apify computing unit consumption.

Q: How long does a typical scrape take? A: This depends on the number of locations and jobs. A single location with ~100 jobs typically takes 2-5 minutes. Without a location filter, scraping all 400+ cities can take several hours.