POST /api/immowelt/properties
Price: 20 credits
Get full immowelt real estate property (expose) details by property id (Online-ID or legacy id) or a property URL: title, property type and subtype, distribution and transaction type, price and price per m² with the price label (Kaufpreis, Kaltmiete, Warmmiete, ...), commission, recurring costs such as the monthly Hausgeld, monthly financing rate, main area (living, office, sales, storage, restaurant or overall, whichever the property type uses), plot area, divisibility, rooms, floor, availability, construction year, condition, energy class and certificate, address, main, area and additional descriptions, grouped features, market price comparison, photos, floorplans, videos, virtual tours, attached documents, geo hierarchy, tags and the listing agency.
Fetch a single immowelt property (expose) by id (Online-ID like '26VSFPAJV6VF' or legacy uuid) or a property URL. domain selects the immowelt.de or immowelt.at portal. Returns one item with id, global_id, url, document_title, property_type, property_sub_type, distribution_type, transaction_type, is_new_build, is_active, created_at, updated_at, headline, description, location_description, additional_description (free text 'Weitere Informationen': heating type, energy source, keywords), price, price_label (what the price stands for: Kaufpreis for sales, Kaltmiete, Warmmiete or Nettomiete zzgl. NK for rentals), price_per_m2, currency, commission_percent, commission_note, price_note, price_details (recurring and extra price positions such as Hausgeld, with label, display value and parsed amount), monthly_rate, area_m2 (the main area of the property: living area for residential, office, sales, storage, restaurant or overall area for commercial), plot_m2, is_divisible and divisible_from_m2 (commercial units let in parts), room_count, floor, availability, construction_year, condition, energy_class, energy_certificate, reference, address, keyfacts, feature_sections, price_comparison, images, floorplans, videos, virtual_tours, documents (attached PDF exposes, floorplans and energy certificates), geo_id_hierarchy, tags and agency (id, name, contact_person, phones, website, address, profile_url, publisher_type, badge).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)property string required — Property id (Online-ID or legacy id) or a property (expose) URL containing it (examples: "26VSFPAJV6VF", "75ec666c-6818-4fdc-886e-f9d01e41ed5c"; minLength: 1)domain string — Immowelt portal to query (default: "immowelt.de"; one of: "immowelt.de", "immowelt.at")@type string (default: "ImmoweltProperty")id string requiredglobal_id string nullableurl string nullabledocument_title string nullableproperty_type string nullableproperty_sub_type string nullabledistribution_type string nullabletransaction_type string nullableis_new_build boolean nullableis_active boolean nullablecreated_at integer nullableupdated_at integer nullableheadline string nullabledescription string nullablelocation_description string nullableadditional_description string nullableprice number nullableprice_label string nullableprice_per_m2 number nullablecurrency string nullablecommission_percent number nullablecommission_note string nullableprice_note string nullableprice_details array (default: [])@type string (default: "ImmoweltPriceDetail")group string nullablelabel string nullablevalue string nullableamount number nullablemonthly_rate number nullablearea_m2 number nullableplot_m2 number nullableis_divisible boolean nullabledivisible_from_m2 number nullableroom_count number nullablefloor string nullableavailability string nullableconstruction_year integer nullablecondition string nullableenergy_class string nullableenergy_certificate object nullable@type string (default: "ImmoweltEnergyCertificate")energy_class string nullablecertificate_type string nullableconsumption string nullableenergy_source string nullablevalidity string nullablereference string nullableaddress object nullable@type string (default: "ImmoweltAddress")city string nullablezip_code string nullabledistrict string nullableregion string nullablecountry string nullablefederal_state_geo_id string nullablekeyfacts array (default: [])feature_sections array (default: [])@type string (default: "ImmoweltFeatureSection")features array (default: [])price_comparison object nullable@type string (default: "ImmoweltPriceComparison")value number nullablelow number nullablehigh number nullableaccuracy integer nullableprice_per_m2 number nullableimages array (default: [])floorplans array (default: [])videos array (default: [])@type string (default: "ImmoweltMedia")url string nullablevirtual_tours array (default: [])@type string (default: "ImmoweltMedia")url string nullabledocuments array (default: [])@type string (default: "ImmoweltDocument")url string nullabledocument_title string nullablefile_type string nullablegeo_id_hierarchy array (default: [])@type string (default: "ImmoweltGeoLevel")id string nullabletype_key string nullabletags object nullable@type string (default: "ImmoweltTags")has_3d_visit boolean nullablehas_brokerage_fee boolean nullableis_new boolean nullableagency object nullable@type string (default: "ImmoweltListingAgency")id string nullablename string nullablecontact_person string nullableis_private_owner boolean nullablepublisher_type string nullablephones array (default: [])website string nullableaddress string nullableprofile_url string nullableimage string nullablebadge object nullable@type string (default: "ImmoweltBadge")description string nullableimage string nullableduration string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Property not found (well-formed but nonexistent or expired property id) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.