Discover/monteurzimmer.de API
live

monteurzimmer.de APImonteurzimmer.de

Access accommodation listings, pricing, amenities, landlord contacts, and city indexes from monteurzimmer.de via 3 structured API endpoints.

Endpoints
3
Updated
3mo ago
Try it
Accommodation type. Accepted values: ROOM, HOUSE, FLAT, PENSION, HOSTEL, HOTEL, OTHER
Room/unit type. Accepted values: SINGLE, DOUBLE, SHARED, APARTMENT
Page number for pagination
Sort order. Accepted values: score, price, persons, calendar
Search radius in km. Accepted values: 0, 10, 20, 30, 40, 50
City name, address, or region to search in
Comma-separated list of amenities to filter by (e.g. wifi,tv,kitchen)
Maximum price per night
Minimum price per night
Price type. Accepted values: person, accommodation
api.parse.bot/scraper/f090f95c-7150-421f-9e3b-22a190a91603/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f090f95c-7150-421f-9e3b-22a190a91603/search_accommodations?page=1&location=Berlin' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for accommodations by location with optional filters and pagination. Resolves a city name or address to the site's internal location URL, then returns paginated listing results.

Input
ParamTypeDescription
tstringAccommodation type. Accepted values: ROOM, HOUSE, FLAT, PENSION, HOSTEL, HOTEL, OTHER
rtstringRoom/unit type. Accepted values: SINGLE, DOUBLE, SHARED, APARTMENT
pageintegerPage number for pagination
sortstringSort order. Accepted values: score, price, persons, calendar
distanceintegerSearch radius in km. Accepted values: 0, 10, 20, 30, 40, 50
locationrequiredstringCity name, address, or region to search in
equipmentstringComma-separated list of amenities to filter by (e.g. wifi,tv,kitchen)
max_priceintegerMaximum price per night
min_priceintegerMinimum price per night
price_groupstringPrice type. Accepted values: person, accommodation
Response
{
  "type": "object",
  "fields": {
    "items": "array of listing objects with name, url, url_slug, and position",
    "current_page": "integer current page number",
    "is_last_page": "boolean indicating if this is the last page of results",
    "resolved_url": "string resolved search URL for the location",
    "total_results": "integer total number of matching accommodations"
  },
  "sample": {
    "data": {
      "items": [
        {
          "url": "https://www.monteurzimmer.de/zimmer/10783-berlin-5ac27e75df",
          "name": "HEROROOMS - BERLIN MITTE - moderne Appartment",
          "position": 1,
          "url_slug": "/zimmer/10783-berlin-5ac27e75df"
        }
      ],
      "current_page": 1,
      "is_last_page": false,
      "resolved_url": "https://www.monteurzimmer.de/unterkunft/berlin/2950159",
      "total_results": 341
    },
    "status": "success"
  }
}

About the monteurzimmer.de API

The monteurzimmer.de API exposes 3 endpoints for querying worker accommodation listings across Germany. Use search_accommodations to filter by location, room type, amenities, price, and sort order, then retrieve full listing details — including phone numbers, addresses, and amenity lists — with get_accommodation_details. A third endpoint, list_cities, provides a browsable city index filtered by letter.

Search and Filter Listings

The search_accommodations endpoint accepts a required location string (city, address, or region) and resolves it to a canonical search URL returned in the resolved_url field. Optional filters include t for accommodation type (ROOM, HOUSE, FLAT, PENSION, HOSTEL, HOTEL, OTHER), rt for unit type (SINGLE, DOUBLE, SHARED, APARTMENT), max_price for a nightly price ceiling, distance for search radius up to 50 km, and a comma-separated equipment list for amenities such as wifi, tv, or kitchen. Results are paginated; each page returns an items array of listing objects with name, url, url_slug, and position, plus current_page, is_last_page, and total_results.

Listing Details and Contact Data

get_accommodation_details takes a url_path from any search result item and returns the full listing record: name, description, address_text, phone, pricing_raw, landlord_name, and an amenities array. The phone and description fields may be null if the landlord did not provide them. pricing_raw is unstructured text as published on the listing, so callers should expect to parse it if numeric comparison is needed.

City Index

list_cities returns a directory of locations where monteurzimmer.de has listings. Pass a single lowercase letter parameter (a–z) to filter by first character; omitting it returns the full set. Each city object includes name, url, and path, making it useful for building location pickers or pre-seeding batch searches without guessing city name strings.

Common use cases
  • Aggregate worker housing options in a target region filtered by room type and max nightly price
  • Build a landlord contact database using phone and landlord_name fields from get_accommodation_details
  • Monitor total_results for a location over time to track accommodation supply changes
  • Pre-populate city autocomplete dropdowns using the list_cities endpoint filtered by letter
  • Compare amenity coverage across listings by collecting amenities arrays for a search result set
  • Feed accommodation data into a relocation tool for tradespeople and seasonal workers in Germany
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does monteurzimmer.de offer an official developer API?+
No. monteurzimmer.de does not publish a public developer API or documented data access program. This Parse API is the structured way to access listing and location data from the site.
What does get_accommodation_details return beyond what search results include?+
Search results give only name, url, url_slug, and position. The details endpoint adds description, address_text, phone, landlord_name, pricing_raw, and a full amenities array — data not available in the search response.
Does the search endpoint return photos or availability calendars?+
Not currently. The API covers name, pricing text, address, phone, amenities, and landlord name. Visual assets and live availability data are not part of the current response shape. You can fork this API on Parse and revise it to add an endpoint targeting those fields.
How does pagination work in search_accommodations?+
Pass an integer page parameter to move through result pages. The response includes current_page and is_last_page so callers know when to stop iterating. total_results reflects the full count across all pages.
Are listings outside Germany covered?+
monteurzimmer.de focuses on German-speaking markets; coverage outside Germany is sparse and not guaranteed. The list_cities endpoint reflects the actual city index on the site, so querying it gives an accurate picture of geographic coverage before running searches.
Page content last updated . Spec covers 3 endpoints from monteurzimmer.de.
Related APIs in Real EstateSee all →
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
Monteurzimmer.de API – Search & Extract Listings · Parse