Immobilienscout24 | Search | Detail(s) page | Scraper| Rental avatar

Immobilienscout24 | Search | Detail(s) page | Scraper| Rental

Pricing

$29.00/month + usage

Go to Apify Store
Immobilienscout24 | Search | Detail(s) page | Scraper| Rental

Immobilienscout24 | Search | Detail(s) page | Scraper| Rental

Extract comprehensive German real estate data: property details (rent, size, rooms, location), high-res images, agent info with verification status, pricing insights, amenities (balcony, kitchen, cellar), contact forms, market analytics, and 40+ targeting parameters for research.

Pricing

$29.00/month + usage

Rating

5.0

(4)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

3

Bookmarked

26

Total users

7

Monthly active users

2 days ago

Last modified

Share

ImmobilienScout24 Scraper (Germany & Austria)

There are two versions of this ImmobilienScout24 scraper on Apify (both support immobilienscout24.de and immobilienscout24.at):

Unlock the full power of ImmobilienScout24 real estate data for Germany and Austria. Track and analyze listings on immobilienscout24.de and immobilienscout24.at with the same actor: search results, detail payloads, monitoring mode, and structured JSON export.

"From studio apartments to luxury properties, we turn ImmoScout24 listings into data you can use."

Overview

This scraper extracts listing data from ImmobilienScout24 in Germany and Austria. It is aimed at agents, analysts, investors, and researchers who need prices, locations, media, and metadata at scale. Germany uses the familiar /Suche/... and /expose/... flows; Austria uses immobilienscout24.at regional search URLs and a different (REST-style) JSON shape—both are handled automatically from your startUrls.

Supported markets

MarketDomainTypical input URLsOutput shape
Germanyimmobilienscout24.de/Suche/... search URLs, /expose/{id}Mobile expose JSON (sections, header, basicInfo, …) — see Sample JSON Output
Austriaimmobilienscout24.atRegional search URLs (e.g. /regional/...)AT property API JSON + basicInfo / countryCode: "AT" — see Austria (AT) Support

You can mix German and Austrian URLs in the same run (startUrls). The actor routes each URL to the correct backend.

What does this scraper do?

The ImmoScout24 scraper enables you to:

Comprehensive Data Collection

  • Property Data
    • Extract complete apartment and house details with specifications
    • Scrape comprehensive listing data including rent, costs, and fees
    • Gather detailed property features, amenities, and equipment
    • Analyze property types, floor plans, and architectural details
    • Download high-quality property images and media content
  • Location Data
    • Scrape precise location information with coordinates
    • Extract neighborhood profiles and area information
    • Gather transportation connectivity and travel time data
    • Access price comparison data for similar properties in the area

Advanced Scraping Capabilities

  • API Integration: Uses ImmoScout24 APIs appropriate for .de (mobile expose/search) and .at (AT search/property endpoints)
  • Pagination Handling: Walks all result pages (implementation differs per domain)
  • Efficient Processing: Processes only new or updated listings in subsequent runs
  • Change Detection: Identifies price changes, availability updates, and new listings
  • Scheduled Monitoring: Set up automated runs to keep your property data current
  • Incremental Data Collection: Build comprehensive real estate datasets over time

Flexible Scraping Options

  • Search Results: Extract property listings by search criteria
    • Germany: https://www.immobilienscout24.de/Suche/de/berlin/wohnung-mieten
    • Austria: https://www.immobilienscout24.at/regional/wien/wien/wohnung-mieten (and other regional search URLs)
  • Individual Listings: Target specific properties using direct URLs
    • Germany: https://www.immobilienscout24.de/expose/160531543
    • Austria: detail resolution is driven from search listings and AT API URLs (see Austria (AT) Support)

This tool is ideal for:

  • German and Austrian real estate market research and analysis
  • Rental and purchase price analysis and competitive intelligence
  • Market trend analysis across cities and neighborhoods (DE and AT)
  • Building comprehensive property databases for business intelligence
  • Tracking rent and price trends on ImmoScout24
  • Real estate agencies and property management companies
  • Property investors and market analysts focusing on DACH coverage

Features

  • Germany & Austria: Same actor accepts immobilienscout24.de and immobilienscout24.at URLs
  • Comprehensive Data Extraction: Detailed property information, pricing, costs, and specifications (fields vary by country)
  • Dual Scraping Modes:
    • Search Results: Scrape all properties from search results
    • Individual Listings: Direct expose URLs (Germany); Austria is optimized for search URLs and listing discovery
  • Flexible Input: Multiple URLs in startUrls:
    • Germany: /Suche/... and /expose/...
    • Austria: regional search URLs on immobilienscout24.at
  • API Integration: Uses ImmoScout24 mobile/search APIs appropriate per domain
  • Automatic Pagination: Multi-page results (Germany: page-based; Austria: from / size style pagination)
  • Efficient Processing: Concurrent scraping with configurable concurrency settings
  • Reliable Performance: Built-in retry mechanisms and proxy support
  • Structured Data Export: JSON dataset items per listing

Supported Listing Categories

The scraper supports the listing types exposed by each site. Field names and JSON layout differ between Germany and Austria; always check the Germany sample vs Austria sample.

Germany (immobilienscout24.de) — examples:

  1. Apartment Rentals — e.g. https://www.immobilienscout24.de/Suche/de/berlin/wohnung-mieten — fields such as basicRent, totalRent, livingSpace, rooms, floor, etc. (inside expose sections / basicInfo).

  2. Individual Property Exposes — e.g. https://www.immobilienscout24.de/expose/160531543header, sections, contact, basicInfo, adTargetingParameters, etc.

  3. House Rentals — e.g. https://www.immobilienscout24.de/Suche/de/muenchen/haus-mietenplotArea, houseType, constructionYear, energyCertificate, etc.

Austria (immobilienscout24.at) — use regional search URLs; output uses the AT schema (meta, priceInformation, localization, …). See Austria (AT) Support.

Quick Start

  1. Sign up for Apify: Create your free account at apify.com.
  2. Find the Scraper: Search for ImmoScout24 or immobilienscout24 in the Apify Store (Rent or Pay Per Result actor).
  3. Configure Input: Add startUrls for .de and/or .at (see Supported markets).
  4. Run the Scraper: Execute the scraper on the Apify platform.
  5. Data Collection: Dataset items contain full listing payloads; structure depends on whether the listing came from Germany or Austria.

Input Configuration

Example input mixing Germany and Austria URLs:

{
"startUrls": [
{
"url": "https://www.immobilienscout24.de/Suche/de/berlin/wohnung-mieten"
},
{
"url": "https://www.immobilienscout24.de/expose/160531543"
},
{
"url": "https://www.immobilienscout24.at/regional/wien/wien/wohnung-mieten"
}
],
"maxConcurrency": 10,
"minConcurrency": 1,
"maxRequestRetries": 100,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Input Fields Explanation

  • startUrls: Array of objects with a url string. Supported patterns:
    • Germany — search: https://www.immobilienscout24.de/Suche/...
    • Germany — expose: https://www.immobilienscout24.de/expose/{id}
    • Austria — search: https://www.immobilienscout24.at/regional/... (and other valid AT search URLs copied from the browser)
  • monitoringMode: When enabled, only scrapes new listings compared to previous runs (default: false).
  • maxConcurrency: Maximum number of pages processed simultaneously (default: 10).
  • minConcurrency: Minimum number of pages processed simultaneously (default: 1).
  • maxRequestRetries: Number of retries for failed requests (default: 100).
  • proxyConfiguration: Proxy settings for enhanced scraping reliability.

Monitoring Mode

When monitoringMode is enabled, the scraper will only collect new listings that haven't been seen in previous runs. This works for both Germany and Austria; deduplication state is kept per start URL (so different searches do not share the same “seen ids” store). This is useful for:

  • Tracking new properties as they come on the market
  • Building a historical archive of property listings
  • Monitoring specific areas for new opportunities without duplicating data

How Monitoring Mode Works

  1. The scraper maintains a record of previously scraped property IDs
  2. On subsequent runs with monitoringMode: true, it checks each property against this record
  3. Only new properties (those not in the record) are processed and added to the output
  4. The record is updated with any new property IDs found

Output Structure

Each dataset item is one listing. Germany and Austria use different JSON shapes (different APIs). Use countryCode where present (Austria: "AT") or the presence of header/sections (typical Germany expose) to tell them apart.

The sections below document the Germany (immobilienscout24.de) mobile expose-style payload. For Austria, skip to Austria (AT) Support.

Sample JSON Output

Germany example — apartment rent expose (immobilienscout24.de).

{
"header": {
"id": "160531543",
"title": "Description",
"fraudReportUrl": "https://angebot-melden.immobilienscout24.de/report?realEstateId=160531543&publicationState=live",
"displayStatusIcon": true,
"shareMessage": "I found this offer on ImmoScout24:\nhttps://www.immobilienscout24.de/expose/160531543?utm_medium=social&utm_campaign=expose_sharing&utm_content=expose_toolbar&utm_source=other&referrer=taf\n\n Details\n-------------------------\nBasic rent €7.02/m²: €414\nRooms: 2.5\nLiving space: 59 m²\nTotal rent: €515\n\nLauterberger Str 5\n12347 Britz, Berlin",
"publicationState": "active",
"realEstateType": "apartmentrent"
},
"sections": [
{
"type": "MEDIA",
"media": [
{
"type": "PICTURE",
"caption": "www.tauschwohnung.com",
"previewImageUrl": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/resize/800x600/format/webp/quality/80",
"imageUrlForWeb": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/jpg",
"fullImageUrl": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/resize/1500x1000/format/webp/quality/80",
"generatedImages": []
},
...
]
},
{
"type": "TOP_ATTRIBUTES",
"attributes": [
{
"label": "Basic rent €7.02/m²",
"text": "€414",
"type": "TEXT"
},
{
"label": "Rooms",
"text": "2.5",
"type": "TEXT"
},
{
"label": "Living space",
"text": "59 m²",
"type": "TEXT"
},
{
"label": "Total rent",
"highlighted": true,
"text": "€515",
"type": "TEXT"
}
]
},
{
"type": "TITLE",
"title": "Tauschwohnung: 2,5 Zimmer Hochparterre direkt am Teltowkanal"
},
{
"type": "RELOCATION",
"text": "How much would relocation cost?",
"subText": "Get free offers",
"reference": {
"label": "",
"url": "is24://relocationService?pag_source=expose_criteria&floor=0&street=Lauterberger%20Str&houseNumber=5&postcode=12347&city=Berlin",
"type": "URL_LINK",
"target": "INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "consumerservices",
"label": "relocation_criteria",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "relocation_criteria"
}
}
}
},
{
"type": "MAP",
"title": "Map",
"location": {
"lat": 52.45787,
"lng": 13.42804
},
"addressLine1": "Lauterberger Str 5",
"addressLine2": "12347 Britz, Berlin",
"zipCodeShapes": [],
"enableEnterFullAddressAction": true
},
{
"type": "REFERENCE_LIST",
"references": [
{
"label": "View price history for this address",
"url": "https://www.immobilienscout24.de/Suche/controller/executePriceInsightsSimple/radius?realestatetype=apartmentrent&geocoordinates=52.45787;13.42804;1&centerofsearchaddress=Berlin;12347;Lauterberger%20Str;;;Britz;5&utm_medium=app&utm_source=android&utm_campaign=resultlist_price_insights&utm_content=expose_pricedev",
"type": "URL_LINK",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "atlas_tapped",
"label": "txt_link_address",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "txt_link_address"
}
}
}
]
},
{
"type": "TRAVELTIME",
"isBlocked": false,
"exposeId": "160531543",
"address": "Lauterberger Str 5, 12347 Britz, Berlin",
"location": {
"lat": 52.45787,
"lng": 13.42804
}
},
{
"type": "ATTRIBUTE_LIST",
"title": "Main criteria",
"attributes": [
{
"type": "TEXT",
"label": "Apartment type:",
"text": "Raised ground floor"
},
{
"type": "TEXT",
"label": "Floor:",
"text": "0"
},
{
"type": "CHECK",
"label": "Balcony/Terrace:"
},
{
"type": "CHECK",
"label": "Cellar:"
},
{
"type": "CHECK",
"label": "Fitted kitchen:"
},
{
"type": "LINK",
"label": "Credit report:",
"reference": {
"type": "URL_LINK",
"label": "Apply online",
"url": "https://bonitaetscheck.immobilienscout24.de/?utm_medium=app&utm_source=android&utm_campaign=solvency_check&utm_content=residential_expose_criteria",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "consumerservices",
"label": "solvencycheck_criteria",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "solvencycheck_criteria"
}
}
}
},
{
"type": "LINK",
"label": "Internet:",
"reference": {
"type": "URL_LINK",
"iconUrl": "https://www.immobilienscout24.de/content/dam/is24/expose-snippets/services/powered-by-telekom-new.png",
"label": "See rates",
"secondaryLabel": "up to 250 MBit/s",
"additionalInfoText": "The speed estimate is a non-binding statement based on the object's location. Binding availability statements will be only performed when ordering.",
"url": "https://rebrand.ly/speedcheckandroidapp?address=eyJvcnQiOiJCZXJsaW4iLCJvcnRzdGVpbCI6IiIsInN0cmFzc2UiOiJMYXV0ZXJiZXJnZXIgU3RyLiIsImhhdXNudW1tZXIiOiI1Iiwia2xzaWQiOjE2NjQ4NzI1LCJoYXVzbnVtbWVyenVzYXR6IjoiIiwicGx6IjoiMTIzNDcifQ%3D%3D",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "clickout",
"action": "relocation",
"label": "internet_checkspeed_criteria",
"event_name": "expose_clickout",
"event_product": "search",
"parameters": {
"event_parameter_1": "internet_checkspeed_criteria"
}
},
"additionalInfoForIcon": {
"title": "Why this ad?",
"text": "We cooperate with Telekom Deutschland GmbH to provide information on internet availability at the location of the ad.",
"buttonText": "Further information",
"buttonUrl": "https://www.immobilienscout24.de/anbieten/dsa-info/telekom.html"
},
"onClickTrackingTag": "INTERNET_SPEED_CHECK"
}
}
]
},
{
"type": "ATTRIBUTE_LIST",
"title": "Costs",
"attributes": [
{
"type": "TEXT",
"label": "Net rent (plus ancillary costs):",
"text": "€414"
},
{
"type": "TEXT",
"label": "Price/m²:",
"text": "€7.02/m²",
"additionalInfoText": "Calculated by ImmoScout24"
},
{
"type": "TEXT",
"label": "Ancillary costs:",
"text": "€101"
},
{
"type": "TEXT",
"label": "Total rent:",
"text": "€515 (heating costs excluded)"
}
]
},
{
"type": "PREMIUM_ADDITIONAL_INFO",
"title": "Plus Members know more",
"isExposeBuy": false,
"chancenCheck": {
"enabled": false,
"title": "Plus Insights",
"publishedLabel": "Published",
"visitedLabel": "Views",
"shortlistedLabel": "Saved",
"contactedLabel": "Contacted"
},
"competitionAnalysis": {
"enabled": false,
"title": "Competition analysis",
"plusUser": {
"label": "Plus members",
"count": null
},
"basicUser": {
"label": "Basic members",
"count": null
},
"totalUserCount": null,
"description": "incl. 6 charts more with Plus+",
"activationLabel": "with Plus or separate",
"quickCartUrl": "https://www.immobilienscout24.de/warenkorb/mieterplus?isMobileView=true&utm_campaign=chancen_check&utm_content=residential_expose_competitionanalysis_cta",
"trackingConfig": {
"event_name": "subscription_clickout",
"event_product": "expose",
"parameters": {
"event_parameter_1": "rent",
"event_parameter_2": "competition_analysis"
}
}
},
"quickCartButton": {
"enabled": true,
"label": "Activate Plus now",
"url": "https://www.immobilienscout24.de/warenkorb/mieterplus?isMobileView=true&utm_campaign=chancen_check&utm_content=residential_expose_plusinsights_cta",
"trackingConfig": {
"event_name": "subscription_clickout",
"event_product": "expose",
"parameters": {
"event_parameter_1": "rent",
"event_parameter_2": "plus_insights"
}
}
},
"visits": null,
"contactRequests": null,
"shortlistAddEvents": null,
"prospectiveCustomersCount": {
"basic": null,
"premium": null,
"total": null
},
"newExposeHoursThreshold": null,
"calculated": null,
"privateOffer": null,
"onlineSince": null
},
{
"type": "ATTRIBUTE_LIST",
"title": "Building details & energy certificate",
"attributes": [
{
"type": "TEXT",
"label": "Substantial Energy Sources:",
"text": "No information"
}
]
},
{
"type": "AD",
"ad": {
"id": "/4467/IS24_APP_DE/app_Android_Phone_expose_contentbanner_1"
}
},
{
"type": "TEXT_AREA",
"title": "Property description",
"collapseAfterLines": 5,
"text": "Ich biete meine Wohnung zum Tausch an, die in einer ruhigen Gegend direkt am Teltowkanal liegt. Der Kanal ist ideal für schöne Spaziergänge.\n\nDie Wohnung ist gut angebunden: Die näheste Busstation ist in direkter Nähe, der Bus zur Hermannstraße ist in etwa 10 Minuten erreichbar. Das Tempelhofer Feld ist ebenfalls nur 20 Minuten zu Fuß entfernt und perfekt für Spaziergänge oder Radtouren. Zwei Supermärkte sind innerhalb von 5 Minuten Fußweg erreichbar.\n\nEin besonderes Plus ist der nach Osten ausgerichtete Balkon. Im Frühling und Sommer ist es dort besonders schön, um gemütlich zu sitzen und zu brunchen.\n\nDie Wohnung verfügt über einen großen Keller, der viel Stauraum bietet. Die Kosten für Gas, also Heizung und Warmwasser, sind nicht in den Nebenkosten enthalten, dafür müsstest du einen eigenen Vertrag abschließen.\n\nIch freue mich auf deine Nachricht, wenn du Interesse hast!"
},
{
"type": "TEXT_AREA",
"title": "Further notes",
"collapseAfterLines": 5,
"text": "Wichtig\nDiese Wohnung auf Tauschwohnung.com ist nur für Personen geeignet, die eine passende Wohnung zum Tauschen haben. Die Registrierung ist 100 % kostenfrei und ermöglicht es dir, mit unserem Matching Algorithmus diese Wohnung oder viele andere auf unserer Plattform zu entdecken.\nVorteile mit Tauschwohnung:\n✅ Keine Massenbesichtigungen\n✅ Direkter Kontakt zum Tauschpartner\n✅ Günstige Mietpreise\n✅ Nr. 1 Wohnungstauschplattform in Deutschland."
},
{
"type": "HOMEOWNER",
"title": "Rent out with Tauschwohnung GmbH",
"text": "Get a free and non-binding consultation for renting out your property. We look forward to your enquiry!",
"featuredBarColor": "#00FFD0",
"logoUrl": "https://pictures.immobilienscout24.de/usercontent/673f597c-5c74-4405-b30d-522c850afc4e.PNG/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/webp/quality/80",
"reference": {
"label": "Free consultation",
"url": "https://www.immobilienscout24.de/anbieter/contact/tauschwohnung-gmbh/a27b21be31b1040bc277c05",
"type": "BUTTON",
"target": "WEB_INTERNAL"
},
"trackingConfig": {
"title": "expose",
"category": "expose",
"action": "consumerservices",
"label": "chancencheck"
}
},
{
"type": "REFERENCE_LIST",
"title": "Services consistent with the flat",
"references": [
{
"type": "BUTTON",
"label": "Credit report:",
"url": "https://bonitaetscheck.immobilienscout24.de/?utm_medium=app&utm_source=android&utm_campaign=solvency_check&utm_content=residential_expose_services",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "consumerservices",
"label": "solvencycheck_services",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "solvencycheck_services"
}
}
},
{
"type": "BUTTON",
"label": "Find moving company",
"url": "is24://relocationService?pag_source=expose_services&floor=0&street=Lauterberger%20Str&houseNumber=5&postcode=12347&city=Berlin",
"target": "INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "consumerservices",
"label": "relocation_services",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "relocation_services"
}
}
},
{
"type": "BUTTON",
"label": "Visit MyProperty",
"url": "https://atlas.immobilienscout24.de/eigentuemerbereich?utm_medium=app&utm_source=android&utm_campaign=residential_atlas_myproperty&utm_content=residential_expose_service&street=Lauterberger%20Str&houseNumber=5&zipcode=12347&city=Berlin",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "expose",
"action": "further_links",
"label": "myproperty_services",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "myproperty_services"
}
}
},
{
"type": "BUTTON",
"label": "Calculate electricity consumption",
"url": "https://www.immobilienscout24.de/umzug/service/electricity-calculator-mobile.html?zipCode=12347&squareMeters=59&lang=en",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "clickout",
"action": "electricity",
"label": "energy_services",
"event_name": "productintegration_click",
"event_product": "search",
"parameters": {
"event_parameter_1": "energy_services"
}
}
},
{
"type": "BUTTON",
"label": "Relocate internet",
"url": "https://rebrand.ly/service-android-app",
"target": "WEB_INTERNAL",
"trackingConfig": {
"category": "clickout",
"action": "internet",
"label": "internet_services",
"event_name": "expose_clickout",
"event_product": "search",
"parameters": {
"event_parameter_1": "internet_services"
}
},
"additionalInfoForIcon": {
"title": "Why this ad?",
"text": "We cooperate with Telekom Deutschland GmbH to provide information on internet availability at the location of the ad.",
"buttonText": "Further information",
"buttonUrl": "https://www.immobilienscout24.de/anbieten/dsa-info/telekom.html",
"iconUrl": "https://www.immobilienscout24.de/content/dam/is24/expose-snippets/services/powered-by-telekom-new.png"
}
}
]
},
{
"type": "PRICE_INFO",
"title": "Information about price and location",
"attributes": [],
"priceBar": {
"minPrice": "€5.30 /m²",
"maxPrice": "€19.40 /m²",
"minSimilarPrice": "€7.30 /m²",
"maxSimilarPrice": "€14 /m²",
"actualObject": "This listing €7.02 /m²",
"priceIndicatorPositionInPercent": 0.12
},
"calculationInformation": {
"title": "More information regarding this address",
"offersLowerSimilarPrice": "15,9% within lower price range",
"offersWithSimilarPrice": "68.2% within similar price range",
"offersHigherSimilarPrice": "15,9% within higher price range",
"furtherInformation": {
"target": "WEB",
"type": "URL_LINK",
"label": "Sources and further information",
"url": "https://www.immobilienscout24.de/immobilienbewertung/fragen-und-antworten/preis-lageinformationen-wohnung-miete.html"
}
}
},
{
"type": "REFERENCE_LIST",
"title": "Additional links",
"references": [
{
"type": "URL_LINK",
"label": "www.tauschwohnung.com",
"url": "https://twg.click/is24-homepage",
"target": "WEB"
},
{
"type": "URL_LINK",
"label": "Original-Exposé",
"url": "https://twg.click/is24-350127-547",
"target": "WEB"
}
]
},
{
"type": "AGENTS_INFO",
"title": "Agent’s info",
"company": "Tauschwohnung GmbH",
"name": "Tauschwohnung Wohnungstausch",
"logoUrl": "https://pictures.immobilienscout24.de/usercontent/673f597c-5c74-4405-b30d-522c850afc4e.PNG/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/webp/quality/80",
"verifiedBy": [
{
"id": "TNS_REALTOR_BADGE",
"label": "Identity verified",
"tooltip": "Your security is important to us. This provider has therefore been successfully verified and is additionally protected by multi-factor authentication.",
"reference": {
"label": "More Infos",
"url": "https://sicherheit.immobilienscout24.de/verifizierte-anbietende.html",
"type": "URL_LINK",
"target": "WEB_INTERNAL"
}
}
],
"dsaSelfDeclaration": {
"text": "The provider has commited to ImmoScout24 to only offer products and services that comply with the applicable provisions of the law of the European Union."
},
"portraitUrl": "https://pictures.immobilienscout24.de/usercontent/ee5eb2d2-db68-457b-8a23-bacd2525adfb.PNG/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/webp/quality/80",
"address": "",
"references": [
{
"label": "Agent’s imprint",
"url": "is24://imprint?text=Tauschwohnung%20GmbH%0AGraf-von-Lehndorff-Str.%2012%0A53175%20Bonn%0Ainfo%40tauschwohnung.com%0A%0ATauschwohnung%20GmbH%0D%0AGraf-von-Lehndorff-Str.%2012%0D%0A53175%20Bonn%0D%0ATel.%3A%20%2B49%20(0)%20228%2092939018%0D%0AE-Mail%3A%20support%40tauschwohnung.com%0D%0A%0D%0AGesch%C3%A4ftsf%C3%BChrer%3A%20Dario%20Bednarski%20und%20John%20Weinert%0D%0A%0D%0AHandelsregisternummer%3A%20HRB%2025876%0D%0ARegistergericht%3A%20Amtsgericht%20Bonn%0D%0AUSt-Ident.Nr.%3A%20DE%20273060580%0A",
"type": "URL_LINK",
"target": "INTERNAL"
},
{
"label": "Agent’s homepage",
"url": "https://www.tauschwohnung.com",
"type": "URL_LINK",
"target": "WEB"
}
],
"immoPartnerBadge": {
"badgeUrl": "https://pro-badge-images-bucket.s3.eu-west-1.amazonaws.com/standard/silver_2025.png",
"linkUrl": "https://www.immobilienscout24.de/anbieten/gewerbliche-anbieter/lp/profis-leicht-erkennen.html"
}
},
{
"type": "OBJECT_INFO",
"text": "Scout-ID: 160531543 | Property ID: 350127"
},
{
"type": "AD",
"ad": {
"id": "/4467/IS24_APP_DE/app_Android_Phone_expose"
}
},
{
"type": "FRAUD_REPORT",
"text": "Something suspicious about this offer?",
"reference": {
"label": "Report offer!",
"url": "https://angebot-melden.immobilienscout24.de/report?realEstateId=160531543&publicationState=live",
"type": "URL_LINK",
"target": "WEB_INTERNAL"
}
}
],
"contact": {
"type": "CONTACT",
"callButtonLabel": "Call",
"mailButtonLabel": "More Info",
"messengerButtonLabel": "Messenger",
"premiumProfileRequiredForContacting": "false",
"phoneNumbers": [],
"contactData": {
"agent": {
"name": "Tauschwohnung Wohnungstausch",
"company": "Tauschwohnung GmbH",
"rating": {},
"logo": "https://pictures.immobilienscout24.de/usercontent/673f597c-5c74-4405-b30d-522c850afc4e.PNG/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/webp/quality/80",
"verifiedBy": [
{
"id": "TNS_REALTOR_BADGE",
"label": "Identity verified",
"tooltip": "Your security is important to us. This provider has therefore been successfully verified and is additionally protected by multi-factor authentication.",
"reference": {
"label": "More Infos",
"url": "https://sicherheit.immobilienscout24.de/verifizierte-anbietende.html",
"type": "URL_LINK",
"target": "WEB_INTERNAL"
}
}
]
},
"realEstateType": "apartmentrent",
"formFieldConfig": {
"petsInHouseholdField": "OPTIONAL",
"numberOfResidentsField": "OPTIONAL",
"incomeAmountField": "OPTIONAL",
"firstnameField": "MANDATORY",
"lastnameField": "MANDATORY",
"phoneNumberField": "OPTIONAL",
"emailAddressField": "MANDATORY",
"addressField": "OPTIONAL",
"salutationField": "MANDATORY",
"messageField": "OPTIONAL",
"rentArrears": "OPTIONAL",
"insolvencyProcess": "OPTIONAL",
"smoker": "OPTIONAL",
"commercialPurposes": "OPTIONAL"
},
"isExposeBuy": false
},
"clickOutUrl": "https://www.tauschwohnung.com/350127?mtm_source=is24&utm_source=is24&mtm_medium=immo-partner&utm_medium=immo-partner&mtm_campaign=is24&utm_campaign=is24&mtm_content=clickout&utm_content=clickout&mtm_group=traffic"
},
"tracking": {
"realEstateType": "APARTMENT_RENT",
"parameters": {
"obj_scoutid": "160531543",
"obj_nbp": "false",
"obj_ityp": "apartment_rent",
"obj_totalRent": "515",
"obj_baseRent": "414",
"obj_listFirstStatus": "false",
"ga_cd_cxp_interactivepic": "false",
"geo_land": "deutschland",
"geo_bln": "berlin",
"geo_krs": "berlin",
"obj_ExclusiveExpose": "false",
"obj_privateOffer": "false",
"ga_cd_via": "premium",
"ga_cd_application_requirements": "profile0",
"ga_cd_customer_group": "others",
"obj_commissionsettings": "flow:0"
}
},
"adTargetingParameters": {
"obj_regio1": "Berlin",
"obj_serviceCharge": "101",
"obj_telekomInternetUrlAddition": "eyJvcnQiOiJCZXJsaW4iLCJvcnRzdGVpbCI6IiIsInN0cmFzc2UiOiJMYXV0ZXJiZXJnZXIgU3RyLiIsImhhdXNudW1tZXIiOiI1Iiwia2xzaWQiOjE2NjQ4NzI1LCJoYXVzbnVtbWVyenVzYXR6IjoiIiwicGx6IjoiMTIzNDcifQ%3D%3D",
"obj_cId": "18634500",
"obj_newlyConst": "n",
"obj_balcony": "y",
"obj_picturecount": "6",
"obj_totalRent": "515",
"geo_ot": "britz",
"obj_privateOffer": "false",
"obj_scoutId": "160531543",
"obj_firingTypes": "no_information",
"obj_hasKitchen": "y",
"obj_ExclusiveExpose": "false",
"geo_bln": "berlin",
"obj_cellar": "y",
"obj_baseRent": "414",
"obj_telekomInternetUrlBase": "https://www.telekom.de/festnetz/tarife-und-optionen/internet-dsl",
"obj_houseNumber": "5",
"obj_livingSpace": "59",
"geo_krs": "berlin",
"obj_zipCode": "12347",
"obj_condition": "no_information",
"obj_interiorQual": "no_information",
"obj_highDemand": "false",
"obj_petsAllowed": "no_information",
"obj_street": "Lauterberger Str",
"obj_lift": "n",
"obj_depositLink": "n",
"obj_baseRentRange": "3",
"obj_streetPlain": "Lauterberger_Str",
"obj_typeOfFlat": "raised_ground_floor",
"obj_noRooms": "2.5",
"obj_assistedLiving": "n",
"obj_ityp": "0,active",
"obj_telekomInternetAvailable": "true",
"geo_land": "deutschland",
"obj_immotype": "wohnung_miete",
"obj_privateOfferInvestmentCheck": "false",
"obj_contactFormInputFieldCount": "22",
"obj_floor": "0",
"obj_telekomInternetSpeed": "250 MBit/s",
"obj_cwId": "009.62a83171-bf6a-4eb2-858e-d6e01b2d7d29",
"geo_bg": "neukölln_bezirk",
"obj_noRoomsRange": "2",
"obj_garden": "n",
"obj_regio4": "Britz",
"obj_barrierFree": "n",
"obj_international": "n",
"obj_regio3": "Neukölln_Bezirk",
"obj_objectnumber": "350127",
"obj_livingSpaceRange": "2",
"obj_regio2": "Berlin"
},
"basicInfo": {
"reportUrl": "https://angebot-melden.immobilienscout24.de/report?realEstateId=160531543&publicationState=live",
"id": "160531543",
"title": "Tauschwohnung: 2,5 Zimmer Hochparterre direkt am Teltowkanal",
"pictures": [
{
"urlScaleAndCrop": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/webp/quality/80"
}
],
"titlePicture": {
"preview": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/resize/800x600>/format/webp/quality/20",
"full": "https://pictures.immobilienscout24.de/listings/af8d5720-26b0-4eee-80e8-b7bc1529c7f3-1922754470.png/ORIG/resize/800x600>/format/webp/quality/80"
},
"address": {
"line": "Lauterberger Str 5, 12347 Berlin, Britz (Neukölln)",
"lat": 52.4579,
"lon": 13.428
},
"isProject": false,
"isPrivate": false,
"listingType": "L",
"published": "a month ago",
"isNewObject": false,
"liveVideoTourAvailable": false,
"listOnlyOnIs24": false,
"attributes": [
{
"label": "",
"value": "€414"
},
{
"label": "",
"value": "59 m²"
},
{
"label": "",
"value": "2.5 rms"
}
],
"realEstateType": "apartmentrent",
"realtor": {
"logoUrlScale": "https://pictures.immobilienscout24.de/usercontent/673f597c-5c74-4405-b30d-522c850afc4e.PNG/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/webp/quality/80"
},
"tags": [],
"url": "https://api.mobile.immobilienscout24.de/expose/160531543"
}
}

Output Fields Explanation

The following field reference applies to the Germany sample JSON above (header, sections, nested expose fields). Austrian listings use a different schema; see Austria Output Fields.

Header Section

  • header.id (String): Unique ImmoScout24 property identifier (e.g., "160531543")
  • header.title (String): The section title, typically "Description"
  • header.fraudReportUrl (String): URL for reporting suspicious listings to ImmoScout24
  • header.displayStatusIcon (Boolean): Whether to display status indicators
  • header.shareMessage (String): Pre-formatted sharing message with property details
  • header.publicationState (String): Current listing status ("active", "inactive", etc.)
  • header.realEstateType (String): Type of real estate ("apartmentrent", "houserent", etc.)

Sections Array

The sections array contains various content blocks with different types:

MEDIA Section

  • sections[].type (String): "MEDIA" - Contains property images and media
  • sections[].media[].type (String): Media type ("PICTURE", "VIDEO", etc.)
  • sections[].media[].caption (String): Image caption or watermark text
  • sections[].media[].previewImageUrl (String): Thumbnail/preview image URL
  • sections[].media[].imageUrlForWeb (String): Web-optimized image URL template
  • sections[].media[].fullImageUrl (String): Full-resolution image URL
  • sections[].media[].generatedImages (Array): Additional generated image variations

TOP_ATTRIBUTES Section

  • sections[].type (String): "TOP_ATTRIBUTES" - Key property highlights
  • sections[].attributes[].label (String): Attribute label (e.g., "Basic rent €7.02/m²")
  • sections[].attributes[].text (String): Attribute value (e.g., "€414")
  • sections[].attributes[].type (String): Display type ("TEXT", "CHECK", "LINK")
  • sections[].attributes[].highlighted (Boolean): Whether the attribute is emphasized

TITLE Section

  • sections[].type (String): "TITLE" - Property title
  • sections[].title (String): Full property title/headline

RELOCATION Section

  • sections[].type (String): "RELOCATION" - Relocation service information
  • sections[].text (String): Main relocation text (e.g., "How much would relocation cost?")
  • sections[].subText (String): Additional relocation text (e.g., "Get free offers")
  • sections[].reference.label (String): Reference button label
  • sections[].reference.url (String): Relocation service URL
  • sections[].reference.type (String): Reference type ("URL_LINK")
  • sections[].reference.target (String): Link target ("INTERNAL", "WEB_INTERNAL")
  • sections[].reference.trackingConfig (Object): Analytics tracking configuration

MAP Section

  • sections[].type (String): "MAP" - Location and mapping data
  • sections[].title (String): Section title ("Map")
  • sections[].location.lat (Number): Latitude coordinate
  • sections[].location.lng (Number): Longitude coordinate
  • sections[].addressLine1 (String): Street address
  • sections[].addressLine2 (String): City, postal code, and district
  • sections[].zipCodeShapes (Array): Geographic boundary data
  • sections[].enableEnterFullAddressAction (Boolean): Whether full address entry is enabled

TRAVELTIME Section

  • sections[].type (String): "TRAVELTIME" - Transportation and commute information
  • sections[].isBlocked (Boolean): Whether travel time calculation is blocked
  • sections[].exposeId (String): Property ID for travel time calculations
  • sections[].address (String): Full address for travel calculations
  • sections[].location (Object): Coordinates for travel time calculations

ATTRIBUTE_LIST Sections

Main Criteria:

  • sections[].type (String): "ATTRIBUTE_LIST"
  • sections[].title (String): "Main criteria"
  • sections[].attributes[].type (String): Attribute type ("TEXT", "CHECK", "LINK")
  • sections[].attributes[].label (String): Criteria label (e.g., "Apartment type:", "Floor:")
  • sections[].attributes[].text (String): Criteria value (e.g., "Raised ground floor", "0")

Costs:

  • sections[].title (String): "Costs"
  • sections[].attributes[].label (String): Cost type (e.g., "Net rent (plus ancillary costs):")
  • sections[].attributes[].text (String): Cost amount (e.g., "€414")
  • sections[].attributes[].additionalInfoText (String): Additional cost information

Building Details & Energy Certificate:

  • sections[].title (String): "Building details & energy certificate"
  • sections[].attributes[].label (String): Building detail type
  • sections[].attributes[].text (String): Building detail value

LINK Type Attributes (in any ATTRIBUTE_LIST):

  • sections[].attributes[].reference.type (String): Reference type ("URL_LINK")
  • sections[].attributes[].reference.label (String): Link button text
  • sections[].attributes[].reference.url (String): Target URL
  • sections[].attributes[].reference.target (String): Link target ("WEB_INTERNAL", "INTERNAL")
  • sections[].attributes[].reference.iconUrl (String): Icon URL for the link
  • sections[].attributes[].reference.secondaryLabel (String): Additional label text
  • sections[].attributes[].reference.additionalInfoText (String): Additional information text
  • sections[].attributes[].reference.trackingConfig (Object): Analytics tracking configuration
  • sections[].attributes[].reference.additionalInfoForIcon (Object): Icon additional information
  • sections[].attributes[].reference.onClickTrackingTag (String): Click tracking tag

PREMIUM_ADDITIONAL_INFO Section

  • sections[].type (String): "PREMIUM_ADDITIONAL_INFO" - Premium membership information
  • sections[].title (String): Section title (e.g., "Plus Members know more")
  • sections[].isExposeBuy (Boolean): Whether this is a purchase listing
  • sections[].chancenCheck.enabled (Boolean): Whether chance check is enabled
  • sections[].chancenCheck.title (String): Chance check title
  • sections[].chancenCheck.publishedLabel (String): Published label text
  • sections[].chancenCheck.visitedLabel (String): Visited label text
  • sections[].chancenCheck.shortlistedLabel (String): Shortlisted label text
  • sections[].chancenCheck.contactedLabel (String): Contacted label text
  • sections[].competitionAnalysis.enabled (Boolean): Whether competition analysis is enabled
  • sections[].competitionAnalysis.title (String): Competition analysis title
  • sections[].competitionAnalysis.plusUser.label (String): Plus user label
  • sections[].competitionAnalysis.plusUser.count (Number|null): Plus user count
  • sections[].competitionAnalysis.basicUser.label (String): Basic user label
  • sections[].competitionAnalysis.basicUser.count (Number|null): Basic user count
  • sections[].competitionAnalysis.totalUserCount (Number|null): Total user count
  • sections[].competitionAnalysis.description (String): Analysis description
  • sections[].competitionAnalysis.activationLabel (String): Activation label
  • sections[].competitionAnalysis.quickCartUrl (String): Quick cart URL
  • sections[].competitionAnalysis.trackingConfig (Object): Tracking configuration
  • sections[].quickCartButton.enabled (Boolean): Whether quick cart button is enabled
  • sections[].quickCartButton.label (String): Button label
  • sections[].quickCartButton.url (String): Button URL
  • sections[].quickCartButton.trackingConfig (Object): Button tracking configuration
  • sections[].visits (Number|null): Visit count
  • sections[].contactRequests (Number|null): Contact request count
  • sections[].shortlistAddEvents (Number|null): Shortlist add events count
  • sections[].prospectiveCustomersCount.basic (Number|null): Basic customer count
  • sections[].prospectiveCustomersCount.premium (Number|null): Premium customer count
  • sections[].prospectiveCustomersCount.total (Number|null): Total customer count
  • sections[].newExposeHoursThreshold (Number|null): New expose hours threshold
  • sections[].calculated (Boolean|null): Whether calculated
  • sections[].privateOffer (Boolean|null): Whether private offer
  • sections[].onlineSince (String|null): Online since date

TEXT_AREA Section

  • sections[].type (String): "TEXT_AREA" - Long-form text content
  • sections[].title (String): Section title (e.g., "Property description")
  • sections[].collapseAfterLines (Number): Lines after which text collapses
  • sections[].text (String): Full text content with line breaks

PRICE_INFO Section

  • sections[].type (String): "PRICE_INFO" - Price comparison and market data
  • sections[].title (String): "Information about price and location"
  • sections[].attributes (Array): Additional price-related attributes
  • sections[].priceBar.minPrice (String): Minimum price in area (e.g., "€5.30 /m²")
  • sections[].priceBar.maxPrice (String): Maximum price in area (e.g., "€19.40 /m²")
  • sections[].priceBar.minSimilarPrice (String): Minimum similar property price
  • sections[].priceBar.maxSimilarPrice (String): Maximum similar property price
  • sections[].priceBar.actualObject (String): This property's price position
  • sections[].priceBar.priceIndicatorPositionInPercent (Number): Price position as percentage
  • sections[].calculationInformation.title (String): Calculation information title
  • sections[].calculationInformation.offersLowerSimilarPrice (String): Percentage of lower-priced offers
  • sections[].calculationInformation.offersWithSimilarPrice (String): Percentage of similarly-priced offers
  • sections[].calculationInformation.offersHigherSimilarPrice (String): Percentage of higher-priced offers

HOMEOWNER Section

  • sections[].type (String): "HOMEOWNER" - Homeowner service information
  • sections[].title (String): Section title (e.g., "Rent out with Tauschwohnung GmbH")
  • sections[].text (String): Service description text
  • sections[].featuredBarColor (String): Featured bar color (hex code)
  • sections[].logoUrl (String): Company logo URL
  • sections[].reference.label (String): Reference button label
  • sections[].reference.url (String): Reference URL
  • sections[].reference.type (String): Reference type ("BUTTON")
  • sections[].reference.target (String): Link target ("WEB_INTERNAL")
  • sections[].trackingConfig.title (String): Tracking title
  • sections[].trackingConfig.category (String): Tracking category
  • sections[].trackingConfig.action (String): Tracking action
  • sections[].trackingConfig.label (String): Tracking label

REFERENCE_LIST Section

  • sections[].type (String): "REFERENCE_LIST" - Links and references
  • sections[].title (String): Section title (e.g., "Services consistent with the flat")
  • sections[].references[].type (String): Reference type ("BUTTON", "URL_LINK")
  • sections[].references[].label (String): Link label
  • sections[].references[].url (String): Target URL
  • sections[].references[].target (String): Link target ("WEB_INTERNAL", "WEB", "INTERNAL")
  • sections[].references[].trackingConfig (Object): Analytics tracking configuration
  • sections[].references[].additionalInfoForIcon.title (String): Icon info title
  • sections[].references[].additionalInfoForIcon.text (String): Icon info text
  • sections[].references[].additionalInfoForIcon.buttonText (String): Icon info button text
  • sections[].references[].additionalInfoForIcon.buttonUrl (String): Icon info button URL
  • sections[].references[].additionalInfoForIcon.iconUrl (String): Icon URL

AGENTS_INFO Section

  • sections[].type (String): "AGENTS_INFO" - Real estate agent information
  • sections[].title (String): "Agent's info"
  • sections[].company (String): Company name
  • sections[].name (String): Agent name
  • sections[].logoUrl (String): Company logo URL
  • sections[].verifiedBy (Array): Verification badges and certifications
  • sections[].dsaSelfDeclaration.text (String): Legal compliance declaration
  • sections[].portraitUrl (String): Agent portrait image URL
  • sections[].address (String): Agent's business address
  • sections[].references (Array): Agent contact links (imprint, homepage)
  • sections[].immoPartnerBadge.badgeUrl (String): Partner badge image
  • sections[].immoPartnerBadge.linkUrl (String): Partner information link

OBJECT_INFO Section

  • sections[].type (String): "OBJECT_INFO" - Property identification
  • sections[].text (String): Scout ID and Property ID information

FRAUD_REPORT Section

  • sections[].type (String): "FRAUD_REPORT" - Fraud reporting functionality
  • sections[].text (String): Fraud report prompt text
  • sections[].reference.label (String): Report button label
  • sections[].reference.url (String): Fraud report URL

AD Section

  • sections[].type (String): "AD" - Advertisement placement
  • sections[].ad.id (String): Advertisement slot identifier

Contact Section

  • contact.type (String): "CONTACT" - Contact information
  • contact.callButtonLabel (String): Phone call button text
  • contact.mailButtonLabel (String): Email contact button text
  • contact.messengerButtonLabel (String): Messenger contact button text
  • contact.premiumProfileRequiredForContacting (String): Premium requirement status
  • contact.phoneNumbers (Array): Available phone numbers
  • contact.contactData.agent.name (String): Agent name
  • contact.contactData.agent.company (String): Agent company
  • contact.contactData.agent.rating (Object): Agent rating information
  • contact.contactData.agent.logo (String): Agent logo URL
  • contact.contactData.agent.verifiedBy (Array): Agent verification status
    • contact.contactData.agent.verifiedBy[].id (String): Verification badge ID (e.g., "TNS_REALTOR_BADGE")
    • contact.contactData.agent.verifiedBy[].label (String): Verification label (e.g., "Identity verified")
    • contact.contactData.agent.verifiedBy[].tooltip (String): Verification tooltip text
    • contact.contactData.agent.verifiedBy[].reference.label (String): Reference link label
    • contact.contactData.agent.verifiedBy[].reference.url (String): Reference link URL
    • contact.contactData.agent.verifiedBy[].reference.type (String): Reference type ("URL_LINK")
    • contact.contactData.agent.verifiedBy[].reference.target (String): Link target ("WEB_INTERNAL")
  • contact.contactData.realEstateType (String): Property type for contact form
  • contact.contactData.formFieldConfig (Object): Contact form field requirements
    • contact.contactData.formFieldConfig.petsInHouseholdField (String): Pets field requirement ("OPTIONAL", "MANDATORY")
    • contact.contactData.formFieldConfig.numberOfResidentsField (String): Residents field requirement
    • contact.contactData.formFieldConfig.incomeAmountField (String): Income field requirement
    • contact.contactData.formFieldConfig.firstnameField (String): First name field requirement
    • contact.contactData.formFieldConfig.lastnameField (String): Last name field requirement
    • contact.contactData.formFieldConfig.phoneNumberField (String): Phone field requirement
    • contact.contactData.formFieldConfig.emailAddressField (String): Email field requirement
    • contact.contactData.formFieldConfig.addressField (String): Address field requirement
    • contact.contactData.formFieldConfig.salutationField (String): Salutation field requirement
    • contact.contactData.formFieldConfig.messageField (String): Message field requirement
    • contact.contactData.formFieldConfig.rentArrears (String): Rent arrears field requirement
    • contact.contactData.formFieldConfig.insolvencyProcess (String): Insolvency field requirement
    • contact.contactData.formFieldConfig.smoker (String): Smoker field requirement
    • contact.contactData.formFieldConfig.commercialPurposes (String): Commercial purposes field requirement
  • contact.contactData.isExposeBuy (Boolean): Whether this is a purchase listing
  • contact.clickOutUrl (String): External contact URL

Tracking Section

  • tracking.realEstateType (String): Property type for analytics
  • tracking.parameters (Object): Comprehensive tracking parameters including:
    • obj_scoutid (String): Property Scout ID
    • obj_nbp (String): New building project status ("true"/"false")
    • obj_ityp (String): Internal type classification
    • obj_totalRent (String): Total rent amount
    • obj_baseRent (String): Base rent amount
    • obj_listFirstStatus (String): First listing status ("true"/"false")
    • ga_cd_cxp_interactivepic (String): Interactive picture status ("true"/"false")
    • geo_land (String): Country ("deutschland")
    • geo_bln (String): Federal state
    • geo_krs (String): District/region
    • obj_ExclusiveExpose (String): Exclusive expose status ("true"/"false")
    • obj_privateOffer (String): Private offer status ("true"/"false")
    • ga_cd_via (String): Via parameter for analytics
    • ga_cd_application_requirements (String): Application requirements classification
    • ga_cd_customer_group (String): Customer group classification
    • obj_commissionsettings (String): Commission settings

Ad Targeting Parameters

  • adTargetingParameters (Object): Extensive targeting data for advertisements:
    • obj_regio1 (String): Primary region (e.g., "Berlin")
    • obj_regio2 (String): Secondary region (e.g., "Berlin")
    • obj_regio3 (String): Tertiary region (e.g., "Neukölln_Bezirk")
    • obj_regio4 (String): Quaternary region (e.g., "Britz")
    • obj_serviceCharge (String): Service charges amount
    • obj_totalRent (String): Total rent amount
    • obj_baseRent (String): Base rent amount
    • obj_livingSpace (String): Living space in m²
    • obj_noRooms (String): Number of rooms
    • obj_noRoomsRange (String): Room number range classification
    • obj_floor (String): Floor number
    • obj_balcony (String): Balcony availability ("y"/"n")
    • obj_cellar (String): Cellar availability ("y"/"n")
    • obj_hasKitchen (String): Kitchen availability ("y"/"n")
    • obj_garden (String): Garden availability ("y"/"n")
    • obj_lift (String): Elevator availability ("y"/"n")
    • obj_zipCode (String): Postal code
    • obj_street (String): Street name
    • obj_streetPlain (String): Street name in plain format
    • obj_houseNumber (String): House number
    • obj_typeOfFlat (String): Apartment type (e.g., "raised_ground_floor")
    • obj_immotype (String): Property category (e.g., "wohnung_miete")
    • obj_scoutId (String): ImmoScout24 property ID
    • obj_objectnumber (String): Internal object number
    • obj_cId (String): Customer/company ID
    • obj_cwId (String): Customer web ID
    • obj_newlyConst (String): Newly constructed status ("y"/"n")
    • obj_picturecount (String): Number of pictures
    • obj_privateOffer (String): Private offer status ("true"/"false")
    • obj_ExclusiveExpose (String): Exclusive expose status ("true"/"false")
    • obj_firingTypes (String): Heating/firing types (e.g., "no_information")
    • obj_condition (String): Property condition (e.g., "no_information")
    • obj_interiorQual (String): Interior quality (e.g., "no_information")
    • obj_highDemand (String): High demand status ("true"/"false")
    • obj_petsAllowed (String): Pets allowed status (e.g., "no_information")
    • obj_depositLink (String): Deposit link status ("y"/"n")
    • obj_baseRentRange (String): Base rent range classification
    • obj_livingSpaceRange (String): Living space range classification
    • obj_assistedLiving (String): Assisted living availability ("y"/"n")
    • obj_barrierFree (String): Barrier-free accessibility ("y"/"n")
    • obj_international (String): International listing status ("y"/"n")
    • obj_ityp (String): Internal type classification
    • obj_privateOfferInvestmentCheck (String): Private offer investment check ("true"/"false")
    • obj_contactFormInputFieldCount (String): Number of contact form input fields
    • obj_telekomInternetAvailable (String): Telekom internet availability ("true"/"false")
    • obj_telekomInternetSpeed (String): Internet speed (e.g., "250 MBit/s")
    • obj_telekomInternetUrlBase (String): Base URL for Telekom internet services
    • obj_telekomInternetUrlAddition (String): Additional URL parameters for Telekom services
    • geo_land (String): Country ("deutschland")
    • geo_bln (String): Federal state
    • geo_krs (String): District/region
    • geo_ot (String): Local area (e.g., "britz")
    • geo_bg (String): Borough/district (e.g., "neukölln_bezirk")

Basic Info Section

  • basicInfo.reportUrl (String): Fraud report URL
  • basicInfo.id (String): Property ID
  • basicInfo.title (String): Property title
  • basicInfo.pictures (Array): Property image URLs
  • basicInfo.titlePicture.preview (String): Preview image URL
  • basicInfo.titlePicture.full (String): Full-size title image URL
  • basicInfo.address.line (String): Full address line
  • basicInfo.address.lat (Number): Latitude coordinate
  • basicInfo.address.lon (Number): Longitude coordinate
  • basicInfo.isProject (Boolean): Whether this is a development project
  • basicInfo.isPrivate (Boolean): Whether this is a private listing
  • basicInfo.listingType (String): Listing type code
  • basicInfo.published (String): Publication time (e.g., "a month ago")
  • basicInfo.isNewObject (Boolean): Whether this is a new construction
  • basicInfo.liveVideoTourAvailable (Boolean): Live video tour availability
  • basicInfo.listOnlyOnIs24 (Boolean): Exclusive to ImmoScout24
  • basicInfo.attributes (Array): Key property attributes (rent, size, rooms)
  • basicInfo.realEstateType (String): Property type
  • basicInfo.realtor.logoUrlScale (String): Realtor logo URL
  • basicInfo.tags (Array): Property tags and labels
  • basicInfo.url (String): API URL for this property

Austria (AT) Support

immobilienscout24.at is fully supported alongside immobilienscout24.de. Austrian listings use a separate API and JSON model from Germany; the actor selects the correct pipeline based on each startUrl host.

Supported Features

  • Search URLs: Regional and filter URLs from immobilienscout24.at are resolved to AT search/detail API calls
  • Detail data: Full property payloads from the AT property API (merged with basicInfo and actor fields such as scrapedAt, url, detailApiUrl)
  • Pagination: AT listing pages use offset/limit style parameters (from / size), not the German pagenumber flow
  • Monitoring Mode: Supported for AT listings (deduplication is scoped per search URL)

Example AT Input URL

https://www.immobilienscout24.at/regional/wien/wien/4-bezirk-wieden/wohnung-bis-100-m2-kaufen/aktualitaet?conditionType=FULLY_RENOVATED%2CMODERNIZED%2CREFURBISHED%2CMINT_CONDITION%2CFIRST_TIME_USE&primaryAreaFrom=60&primaryPriceTo=1500000

Sample Austria Output

{
"meta": {
"account": {
"cwid": "012.0012000001E3r8L",
"ssoIds": [
"111288989"
],
"ssoId": "111288989"
},
"hasChildren": false,
"transmission": {
"software": "JUSTIMMO"
},
"exposeActive": true,
"exposeId": "699b6e9f38f831cc11bedeb8",
"privateInsertion": false,
"searchActive": true,
"creation": {
"date": "2026-03-24T21:01:21.985Z"
},
"originalId": "699b6e9f38f831cc11bedeb8",
"auditing": {
"updatedAt": "2026-03-01T02:38:32.737Z"
},
"parentId": "662b625a13c0e9bc54f145fe",
"features": {
"RANKING": {
"value": 45,
"type": "REGULAR"
},
"BADGES_ON_EXPOSE": [
"ESTATE_DETAIL_TYPE",
"OLDBUILDING"
],
"BADGES_ON_RESULTLIST": [
"NEW",
"OLDBUILDING"
],
"LOGO_ON_EXPOSE": {
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?id=111288989-012.0012000001E3r8L-logo-a32c43388fdd4272a9f43f10d87c6056"
},
"LOGO_ON_RESULTLIST": {
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?id=111288989-012.0012000001E3r8L-logo-a32c43388fdd4272a9f43f10d87c6056"
},
"SCOUTBOOST_MONTHLY": {
"active": true
},
"BRAND_BAR": {
"textColor": "#ffffff",
"backgroundColor": "#0d2240"
},
"REALTOR_PROFILE_PRO": {
"active": true
},
"EXCLUSIVE_EXPOSE": {
"adServerId": "ADS0017892627"
},
"FULFILLMENT_BOOST": {
"active": true
},
"REALTOR_BADGE": {
"active": true,
"type": "GOLD"
},
"SUPER": {
"active": true
},
"INSERTION": {
"active": true
},
"BADGES": [
{
"type": "REGULAR",
"shownOn": [
"RESULTLIST"
],
"details": {
"value": "NEW"
}
},
{
"type": "REGULAR",
"shownOn": [
"RESULTLIST",
"EXPOSE"
],
"details": {
"value": "OLDBUILDING"
}
},
{
"type": "REGULAR",
"shownOn": [
"EXPOSE"
],
"details": {
"value": "ESTATE_DETAIL_TYPE"
}
},
{
"type": "TRANSIT",
"shownOn": [
"RESULTLIST"
],
"details": {
"lines": [
"U1"
],
"stop": "Taubstummengasse"
}
},
{
"type": "TRANSIT",
"shownOn": [
"RESULTLIST"
],
"details": {
"lines": [
"U4"
],
"stop": "Pilgramgasse"
}
}
]
},
"popularity": {
"score": 0
},
"ranking": 2328058718015,
"search": {},
"augmentations": {
"condition.type": {
"value": "REFURBISHED",
"citation": "zum Teil saniert",
"citationSource": "description.descriptionNote",
"source": "AI"
},
"object.isRented": {
"value": true,
"citation": "Unbefristet vermietete Dachgeschosswohnung",
"citationSource": "description.title",
"source": "AI"
}
}
},
"type": {
"useType": "RESIDENTIAL",
"transferType": "BUY",
"estateType": "APARTMENT",
"estateDetailType": "APARTMENT",
"propertyTypeAttribute": {
"isInvestmentProperty": true,
"isShorttermRentable": false,
"isVacationProperty": false
}
},
"object": {
"showAddress": true,
"socialHousing": false,
"realtorObjectID": "21903",
"tourOptions": [],
"isRented": true
},
"priceInformation": {
"hasPriceOnRequest": false,
"included": {},
"validityOfQuotation": {},
"hasCommission": true,
"commissionNote": "3% des Kaufpreises zzgl. 20% USt.",
"currency": "EUR",
"prices": {
"buy": {
"gross": 319000,
"total": 319000
},
"externalCommission": {
"note": "3% des Kaufpreises zzgl. 20% USt."
},
"priceRange": {
"from": 319000,
"to": 319000
},
"buyPerSquareMeter": {
"total": 3877.01,
"isCalculated": true
}
},
"costs": {
"monthlyCosts": {
"gross": 181.29,
"net": 164.81,
"tax": 16.48
},
"operationalCosts": {
"net": 137.03,
"total": 137.03,
"tax": 13.7
},
"miscCosts": {
"net": 27.78,
"tax": 2.78
}
},
"income": {},
"primaryPriceInformation": "buy",
"primaryPrice": 319000
},
"area": {
"effectiveArea": 82.28,
"livingArea": 82.28,
"numberOfRooms": 2,
"numberOfBathrooms": 1,
"numberOfToilets": 1,
"parking": {},
"primaryAreaInformation": "livingArea",
"primaryArea": 82.28,
"outdoorSpaces": [],
"areaRangeFrom": 82.28,
"areaRangeTo": 82.28
},
"fitting": {
"suitableForSharedApartment": false,
"roomsModifiable": false,
"bathroom": [],
"kitchen": [
"OPEN_KITCHEN"
],
"floor": [
"TILES",
"PARQUET"
],
"facilities": [],
"heatingType": [],
"firingType": [
"GAS"
],
"lift": [
"LIFT"
],
"balconyTerraceOrientation": [],
"distances": {},
"accessibility": [],
"communication": [],
"gastronomy": [],
"serviceFeature": [],
"broadband": {},
"securityTechnology": [],
"shapeOfRoof": [],
"constructionMethod": [],
"energyType": [],
"numberOfParkingSpaces": 0
},
"condition": {
"yearOfConstruction": "1900",
"age": "OLDBUILDING",
"energyCertification": {
"type": "REQUIREMENT",
"validTo": "2032-10-27",
"heatingDemand": "71.2",
"heatingDemandClass": "C"
},
"buildingCertificates": [],
"type": "REFURBISHED"
},
"contact": {
"salutation": "Herr",
"firstName": "Lucas",
"lastName": "Carlsen",
"personNumber": "40225644",
"position": "Immobilienvermittlung",
"contactPicture": {
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-5ced8dc1d52746049d051d3a40d9c2d8"
},
"phone": {
"fax": "+43 1 607 55 80",
"mobile": "+43 699 10 34 29 38",
"main": "+43 1 607 58 58 - 80"
},
"company": {
"name": "3SI Makler GmbH",
"url": "https://www.3si.at",
"contractHolderName": "3SI Makler GmbH"
},
"isAddressDisplayed": true,
"contactAddress": {
"country": "AUT",
"city": "Wien",
"zip": "1010",
"street": "Tegetthoffstraße 7",
"postOfficeBox": {}
}
},
"localization": {
"address": {
"zip": "1040",
"city": "Wien",
"street": "Leibenfrostgasse",
"streetNumber": "8",
"state": "Wien",
"countryCode": "AT"
},
"information": {
"floor": 5,
"numberOfFloors": 7,
"apartmentNumber": "29"
},
"external": {
"geo": {
"lat": 48.1899847,
"lon": 16.3638232
}
},
"geo": {
"lat": 48.1899847,
"lon": 16.3638232
},
"geoMeta": {
"source": "EXTERNAL"
},
"geoHierarchy": [
"009",
"009001",
"009001004"
],
"shapeIds": [
"S040-202130",
"1040009",
"1040009001",
"1040009001004",
"P040-1040",
"1040009001004003"
],
"geoKey": "48.1899847_16.3638232",
"location": {
"lat": 48.1899847,
"lon": 16.3638232,
"type": "POINT"
},
"transit": {
"stops": [
{
"name": "Wien Leibenfrostgasse",
"distance": 53,
"lines": [
{
"line": "13A",
"type": "BUS"
}
]
},
{
"name": "Wien Johann-Strauß-Gasse",
"distance": 170,
"lines": [
{
"line": "1",
"type": "TRAM"
},
{
"line": "62",
"type": "TRAM"
},
{
"line": "BB",
"type": "TRAM"
},
{
"line": "13A",
"type": "BUS"
},
{
"line": "303",
"type": "BUS"
},
{
"line": "N62",
"type": "MISCELLANEOUS"
}
]
},
{
"name": "Wien Ziegelofengasse",
"distance": 378,
"lines": [
{
"line": "13A",
"type": "BUS"
},
{
"line": "59A",
"type": "BUS"
},
{
"line": "N71",
"type": "MISCELLANEOUS"
}
]
},
{
"name": "Wien Margaretenplatz",
"distance": 456,
"lines": [
{
"line": "12A",
"type": "BUS"
},
{
"line": "59A",
"type": "BUS"
}
]
},
{
"name": "Wien Taubstummengasse",
"distance": 651,
"lines": [
{
"line": "U1",
"type": "SUBWAY"
},
{
"line": "N66",
"type": "MISCELLANEOUS"
}
]
},
{
"name": "Wien Pilgramgasse",
"distance": 753,
"lines": [
{
"line": "U4",
"type": "SUBWAY"
},
{
"line": "12A",
"type": "BUS"
},
{
"line": "13A",
"type": "BUS"
},
{
"line": "14A",
"type": "BUS"
},
{
"line": "N60",
"type": "MISCELLANEOUS"
},
{
"line": "N71",
"type": "MISCELLANEOUS"
}
]
}
]
},
"hexagons": [
"8a1e15b7325ffff"
]
},
"project": {
"objectState": "AVAILABLE"
},
"pictures": [
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1714124615-af27d178041241b9b40a097bb6c54f52",
"isTitlePicture": true,
"type": "IMAGE",
"lastUpdated": "2024-04-26T09:43:35",
"tags": [
"amenities-standard",
"old-building",
"massive-construction",
"city-views",
"aristocratic",
"big-windows"
],
"caption": "Historisches Gebäude mit klassischer Architektur und reich verzierten Fassadendetails an einer belebten Straße."
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1727165897-e66a2a4e82024e06a209cfe1b2befe96",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-09-24T08:18:17",
"tags": [
"amenities-standard",
"old-building",
"massive-construction",
"city-views",
"aristocratic",
"corner-unit",
"big-windows"
],
"caption": "Eindrucksvolles Eckgebäude mit historischer Architektur und vielen Fenstern in einer städtischen Umgebung."
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1714124613-9ae1679158744a8ba0699642e628ac90",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-04-26T09:43:33",
"tags": [
"amenities-standard",
"old-building",
"massive-construction",
"city-views",
"aristocratic",
"corner-unit",
"big-windows"
],
"caption": "Klassisches Eckgebäude mit eleganter Fassade und vielen Fenstern an einer städtischen Kreuzung."
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1714124618-98adb8002ced48e7b088d95041aa8f7e",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-04-26T09:43:38",
"tags": [
"amenities-upscale",
"flooring-marble",
"ornate-ceiling",
"high-ceilings",
"aristocratic",
"natural-light",
"white-hallway"
],
"caption": "Eleganter Eingangsbereich mit Marmorboden, Stuckdetails und klassischer Beleuchtung."
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1714124620-af925cad85f74f9ebba8ea023d44fdca",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-04-26T09:43:40",
"tags": [
"amenities-upscale",
"old-building",
"flooring-tile",
"aristocratic",
"beige-hallway"
],
"caption": "Historisches Treppenhaus mit elegantem Geländer und gemusterten Fliesen auf den Stufen."
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1709675653-06246d1acda642b084ad2bedc45e2940",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-03-05T21:54:13"
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1709675655-c422208a929648bfbadb02ba2fd2351a",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-03-05T21:54:15"
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1709675657-ab3b8871c15e468b9e47079f63f13934",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-03-05T21:54:17"
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1709675658-943f43f7b73143c99fc11ba2e46ce83f",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-03-05T21:54:18"
},
{
"title": "",
"contentType": "",
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?q=70&id=012.0012000001E3r8L-1709675660-b4627d0d070648a4be83c30f2b9be7f5",
"isTitlePicture": false,
"type": "IMAGE",
"lastUpdated": "2024-03-05T21:54:20"
}
],
"attachments": [],
"description": {
"title": "Betongold: Unbefristet vermietete Dachgeschosswohnung in elegantem Altbau zur Kapitalanlage mit knapp 3% Rendite - in Top-Lage des 4. Bezirks",
"descriptionNote": "Leibenfrostgasse: Zwischen Sehnsucht und Realität - Das Herzstück städtischen Lebens<p>Der um die Jahrhundertwende errichtete Stilaltbau in der Leibenfrostgasse 8 / Ecke Phorusgasse befindet sich in einer gefragten Wohngegend des 4. Wiener Gemeindebezirks. Die elegante Gründerzeitfassade sowie auch sämtliche Allgemeinflächen des Hauses wurden mit viel Liebe zum Detail renoviert. Das Eckzinshaus verfügt über 3 Regelgeschosse und einem ausgebauten Dachgeschoss.</p><p>Zum Verkauf gelangen 8 Wohnungen, welche modernisiert, zum Teil saniert und hochwertig ausgestattet werden.</p><p>Das Leben in der Leibenfrostgasse - Ihrem pulsierenden Zuhause nahe dem Herzen der Stadt! Hier erwarten Sie nicht nur exquisiter Komfort und stilvolles Wohnen, sondern auch die unmittelbare Nähe zum Zentrum. Genießen Sie die grüne Oase der umliegenden Parkanlagen und lassen Sie sich von den Aromen und Farben des berühmten Naschmarkts verführen, der nur wenige Minuten entfernt liegt. Egal, ob Sie sich nach einem gemütlichen Kaffee, einem kulinarischen Erlebnis oder einem entspannten Einkaufsbummel sehnen - alles ist hier möglich. Der Karlsplatz ist auch um die Ecke und lädt zum Verweilen oder Tagträumen ein.</p><p>Die Infrastruktur in der Leibenfrostgasse ist unschlagbar! Nur wenige Gehminuten entfernt befinden sich sowohl die belebte Wiedner Hauptstraße als auch die Margarethenstraße. Hier finden Sie alles, was Sie für Ihren täglichen Bedarf benötigen, kleine Weinläden wo edle Tropfen verköstigt werden können, gemütliche Restaurants und vieles mehr. <br />Auch die öffentlichen Anbindung ist ausgezeichnet, Busse 13A, 59A, 14A und Straßenbahnen 1, 62 oder Badner Bahn, die sich in unmittelbarer Fußnähe befinden, erleichtern Ihnen den Weg in die Innenstadt, während die U-Bahnlinien U4 (Pilgramgasse) und U1 (Taubstummengasse) sowie der U1 (Hauptbahnhof) in nur 5-7 Gehminuten erreichbar sind. Selbst für Autofahrer bietet die Lage ideale Bedingungen, erstklassige Verkehrsanbindung über A1, A2 oder A23 ermöglichen Ihnen maximale Flexibilität und Komfort um Ihre täglichen Wege zu bewältigen. <br />Erleben Sie die Vielfalt und Lebendigkeit dieser einzigartigen Nachbarschaft und lassen Sie sich von ihrem unwiderstehlichen Charme verzaubern. <br /><br />© Bilder aus AdobeStock</p><p>Eine unbefristet vermietete Eigentumswohnung bietet eine attraktive Kombination aus sofortigen Mieteinnahmen, langfristiger Planungssicherheit und steuerlichen Vorteilen!</p><b>Top 29 im 1. Dachgeschoß</b><ul><li>unbefristet vermietet</li><li>attraktiver Einkaufspreis für zukünftige Wertsteigerungen</li><li>regelmäßige Einnahmen sofort nach Kauf</li><li>aktueller Netto-Hauptmietzins: EUR 796,14 / Monat</li><li>derzeitige Rendite vor Nebenkosten von 2,99%</li><li>Werthaltigkeit der Immobilie</li><li>Zukünftige Mietanpassung</li><li>steuerliche Vorteile</li><li>bei Freiwerden der Wohnung marktkonforme Miete / Erhöhung der Rendite</li><li>Perspektive auf Eigennutzung oder gewinnbringenden Weiterverkauf</li></ul><p>Diese Immobilie eignet sich hervorragend als mittel- bis langfristiges Investment mit solidem Entwicklungspotenzial.</p><p>Bitte beachten Sie: Aufgrund des bestehenden Mietverhältnisses ist eine Besichtigung derzeit nicht möglich. Bei konkretem Interesse (Kaufanbotslegung) koordinieren wir gerne einen persönlichen Termin vor Ort mit dem Mieter und stellen Ihnen auf Anfrage weiterführende Unterlagen zur Verfügung.</p>Nebenkosten<p>Der guten Ordnung halber halten wir fest, dass, sofern im Angebot nicht anders vermerkt, bei erfolgreichem Abschlussfall eine Provision anfällt, die den in der Immobilienmaklerverordnung BGBI. 262 und 297/1996 festgelegten Sätzen entspricht – das sind 3 % des Kaufpreises zzgl. 20 % USt. Diese Provisionspflicht besteht auch dann, wenn Sie die Ihnen überlassenen Informationen an Dritte weitergeben.</p><p>Die Vertragserrichtung und Treuhandabwicklung ist gebunden an die Kanzlei Taylor Wessing, Natlacen Walderdorff Cancola Rechtsanwälte GmbH, Schwarzenbergplatz 7, 1030 Wien. Die Kosten betragen 1,5 % des Kaufpreises zzgl. 20 % USt. sowie Barauslagen und Beglaubigung. Bei Fremdfinanzierung erhöht sich das Honorar auf 1,8 % vom Kaufpreis zzgl. 20 % USt., Barauslagen und Beglaubigung.</p><p>Wir weisen darauf hin, dass zwischen dem Vermittler und dem zu vermittelnden Dritten ein familiäres oder wirtschaftliches Naheverhältnis besteht.</p><p>Der Vermittler ist als Doppelmakler tätig.</p><br /><p><b>Infrastruktur / Entfernungen</b></p><p><b>Gesundheit</b><br />Arzt &lt;150m<br />Apotheke &lt;250m<br />Klinik &lt;475m<br />Krankenhaus &lt;225m<br /><br /><b>Kinder &amp; Schulen</b><br />Schule &lt;50m<br />Kindergarten &lt;150m<br />Universität &lt;300m<br />Höhere Schule &lt;400m<br /><br /><b>Nahversorgung</b><br />Supermarkt &lt;100m<br />Bäckerei &lt;150m<br />Einkaufszentrum &lt;125m<br /><br /><b>Sonstige</b><br />Geldautomat &lt;125m<br />Bank &lt;125m<br />Post &lt;125m<br />Polizei &lt;500m<br /><br /><b>Verkehr</b><br />Bus &lt;25m<br />U-Bahn &lt;625m<br />Straßenbahn &lt;150m<br />Bahnhof &lt;600m<br />Autobahnanschluss &lt;3.075m<br /><br />Angaben Entfernung Luftlinie / Quelle: OpenStreetMap</p>"
},
"basicInfo": {
"area": {
"livingArea": 82.28,
"parking": {},
"numberOfToilets": 1,
"areaRangeFrom": 82.28,
"primaryAreaInformation": "livingArea",
"outdoorSpaces": [],
"numberOfRooms": 2,
"areaRangeTo": 82.28,
"effectiveArea": 82.28,
"primaryArea": 82.28,
"numberOfBathrooms": 1
},
"localization": {
"geo": {
"lon": 16.3638232,
"lat": 48.1899847
},
"address": {
"zip": "1040",
"city": "Wien",
"streetNumber": "8",
"street": "Leibenfrostgasse",
"countryCode": "AT",
"state": "Wien"
},
"transit": {
"stops": [
{
"distance": 53,
"name": "Wien Leibenfrostgasse",
"lines": [
{
"line": "13A",
"type": "BUS"
}
]
},
{
"distance": 170,
"name": "Wien Johann-Strauß-Gasse",
"lines": [
{
"line": "1",
"type": "TRAM"
},
{
"line": "62",
"type": "TRAM"
},
{
"line": "BB",
"type": "TRAM"
},
{
"line": "13A",
"type": "BUS"
},
{
"line": "303",
"type": "BUS"
},
{
"line": "N62",
"type": "MISCELLANEOUS"
}
]
},
{
"distance": 378,
"name": "Wien Ziegelofengasse",
"lines": [
{
"line": "13A",
"type": "BUS"
},
{
"line": "59A",
"type": "BUS"
},
{
"line": "N71",
"type": "MISCELLANEOUS"
}
]
},
{
"distance": 456,
"name": "Wien Margaretenplatz",
"lines": [
{
"line": "12A",
"type": "BUS"
},
{
"line": "59A",
"type": "BUS"
}
]
},
{
"distance": 651,
"name": "Wien Taubstummengasse",
"lines": [
{
"line": "U1",
"type": "SUBWAY"
},
{
"line": "N66",
"type": "MISCELLANEOUS"
}
]
},
{
"distance": 753,
"name": "Wien Pilgramgasse",
"lines": [
{
"line": "U4",
"type": "SUBWAY"
},
{
"line": "12A",
"type": "BUS"
},
{
"line": "13A",
"type": "BUS"
},
{
"line": "14A",
"type": "BUS"
},
{
"line": "N60",
"type": "MISCELLANEOUS"
},
{
"line": "N71",
"type": "MISCELLANEOUS"
}
]
}
]
},
"location": {
"lon": 16.3638232,
"type": "POINT",
"lat": 48.1899847
}
},
"condition": {
"age": "OLDBUILDING"
},
"meta": {
"features": {
"SUPER": {
"active": true
},
"INSERTION": {
"active": true
},
"BADGES": [
{
"shownOn": [
"RESULTLIST"
],
"details": {
"value": "NEW"
},
"type": "REGULAR"
},
{
"shownOn": [
"RESULTLIST",
"EXPOSE"
],
"details": {
"value": "OLDBUILDING"
},
"type": "REGULAR"
},
{
"shownOn": [
"EXPOSE"
],
"details": {
"value": "ESTATE_DETAIL_TYPE"
},
"type": "REGULAR"
},
{
"shownOn": [
"RESULTLIST"
],
"details": {
"stop": "Taubstummengasse",
"lines": [
"U1"
]
},
"type": "TRANSIT"
},
{
"shownOn": [
"RESULTLIST"
],
"details": {
"stop": "Pilgramgasse",
"lines": [
"U4"
]
},
"type": "TRANSIT"
}
],
"BRAND_BAR": {
"backgroundColor": "#0d2240",
"textColor": "#ffffff"
},
"BADGES_ON_EXPOSE": [
"ESTATE_DETAIL_TYPE",
"OLDBUILDING"
],
"BADGES_ON_RESULTLIST": [
"NEW",
"OLDBUILDING"
],
"RANKING": {
"type": "REGULAR",
"value": 45
},
"SCOUTBOOST_MONTHLY": {
"active": true
},
"LOGO_ON_EXPOSE": {
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?id=111288989-012.0012000001E3r8L-logo-a32c43388fdd4272a9f43f10d87c6056"
},
"REALTOR_PROFILE_PRO": {
"active": true
},
"LOGO_ON_RESULTLIST": {
"url": "https://pictures.immobilienscout24.de/prod.www.immobilienscout24.at/pictureserver/loadPicture?id=111288989-012.0012000001E3r8L-logo-a32c43388fdd4272a9f43f10d87c6056"
},
"REALTOR_BADGE": {
"active": true,
"type": "GOLD"
},
"EXCLUSIVE_EXPOSE": {
"adServerId": "ADS0017892627"
},
"FULFILLMENT_BOOST": {