Skip to content

Retrieve a realtor's imprint

The resource imprint represents the imprint of an realtor and is required to be included in exposes for legal causes. Normally, it is offered by a link in an expose, as it is in all exposes on http://www.immobilienscout24.de..

GET /search/v1.0/expose/{expose_id}/imprint

Notes:

  • Imprint contains not only the formal legal imprint of the realtor, but also their official formal address, phone number, fax number, cell phone number and email address.
  • An imprint is only handed out for objects of realtors (professionelle Anbieter wie Makler, Genossenschaften, Verwalter), not for objects of non-realtors (Privatanbieter). Getting a 404 means, that the object belongs to a non-realtor.

Imprint/GET

Retrieves the imprint of the realtor who advertised an expose.

Supported media types:
XML
JSON

Request

Path Parameters

PARAMETER DESCRIPTION
expose_id The Id of an expose to get the imprint for

Response

XML:

1
2
3
<expose:imprint xmlns:expose="http://rest.immobilienscout24.de/schema/search/expose/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0">
  <text>Impressum Dies ist der Text des Impressums.</text>
</expose:imprint>

JSON:

1
2
3
4
5
{
  "expose.imprint":{
    "text":"Impressum\r\n\r\nDies ist der Text des Impressums."
  }
}