Skip to content

Retrieve an Expose

Returns the resource identified by the following URL. Getting a list of all exposes is not supported (i. e. if no Id is provided as path parameter).

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

Supported media types:
XML
JSON

Notes:

  • This resource supports the usage of ETAG's. An ETAG identifies a state of an entry and is included within the response header. So it is possible to provide this tag for additional calls within the request header and get a simply NOT MODIFIED information if nothing has changed. The resource behaves normally if no ETAG will be provided.
  • This resource varies from a strict RESTful view. It assembles different resources (real estate, attachment, address, contact type) to minimize requests.
  • If you only need the multimedia attachments of the expose, you can call the sub-resource attachment by adding the path segment /attachment.
  • If the API doesn't provide a price, then it is to be interpreted as "price on application" ("Preis auf Anfrage"). We always hand over the commercializationType (purchase, rent,..), hence you can use this info: (Kaufpreis: "Auf Anfrage").
  • The offerer of an expose can withhold the object address. In that case, you don't get street and house number and/or coordinates in the response.

Request

Path parameter

PARAMETER DESCRIPTION
expose_id The Id of a real estate to get the expose for. This parameter is required

Query Parameters

PARAMETER VALUE DESCRIPTION
?channel 10000, 10001, {id} Hands out only exposes which are published in the given channels
10000 immobilienscout24.de
10001 realtor homepage
{id} group id (Börse), a grouping of realtors
?username {id} Hands out only exposés from a certain customer

Response

XML:

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<expose:expose xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0" xmlns:expose="http://rest.immobilienscout24.de/schema/search/expose/1.0" xmlns:offerlistelement="http://rest.immobilienscout24.de/schema/offer/listelement/1.0" xmlns:offer="http://rest.immobilienscout24.de/schema/offer/realestates/1.0" xmlns:gis="http://rest.immobilienscout24.de/schema/platform/gis/1.0" xmlns:search="http://rest.immobilienscout24.de/schema/search/common/1.0" xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329" id="64848329" modification="2016-03-04T14:17:01.081Z" creation="2016-02-22T14:27:37.000+01:00" publishDate="2016-02-22T14:27:37.000+01:00" contactFormType="EMAIL">
    <realEstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="expose:ApartmentRent" id="64848329">
        <externalId>64848329</externalId>
        <title>Test</title>
        <creationDate>2016-02-22T14:27:37.000+01:00</creationDate>
        <lastModificationDate>2016-03-04T14:17:01.081Z</lastModificationDate>
        <address>
            <street>Wisbyer Strasse 3</street>
            <houseNumber>3</houseNumber>
            <postcode>10439</postcode>
            <city>Berlin</city>
            <quarter>Pankow (Pankow)</quarter>
            <wgs84Coordinate>
                <latitude>52.55313684981238</latitude>
                <longitude>13.41584807871039</longitude>
            </wgs84Coordinate>
            <geoHierarchy>
                <continent>
                    <geoCodeId>1</geoCodeId>
                    <fullGeoCodeId>1</fullGeoCodeId>
                </continent>
                <country>
                    <name>Deutschland</name>
                    <geoCodeId>276</geoCodeId>
                    <fullGeoCodeId>1276</fullGeoCodeId>
                </country>
                <region>
                    <name>Berlin</name>
                    <geoCodeId>3</geoCodeId>
                    <fullGeoCodeId>1276003</fullGeoCodeId>
                </region>
                <city>
                    <name>Berlin</name>
                    <geoCodeId>1</geoCodeId>
                    <fullGeoCodeId>1276003001</fullGeoCodeId>
                </city>
                <quarter>
                    <name>Pankow (Pankow)</name>
                    <geoCodeId>53</geoCodeId>
                    <fullGeoCodeId>1276003001053</fullGeoCodeId>
                </quarter>
                <neighbourhood>
                    <geoCodeId>11000000002734</geoCodeId>
                </neighbourhood>
            </geoHierarchy>
        </address>
        <attachments xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/attachment">
            <attachment xsi:type="common:Picture" xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/attachment/1" id="1" modification="2016-03-04T14:17:01.081Z" creation="2016-03-04T14:17:01.081Z" publishDate="2016-03-04T14:17:01.081Z">
                <title>NNBxEIg</title>
                <floorplan>false</floorplan>
                <titlePicture>true</titlePicture>
                <urls>
                    <url scale="SCALE_60x60" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/60x60%3E/extent/60x60/format/jpg"/>
                    <url scale="SCALE_118x118" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/118x118%3E/extent/118x118/format/jpg"/>
                    <url scale="SCALE_210x210" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/210x210%3E/format/jpg"/>
                    <url scale="SCALE_540x540" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/540x540%3E/format/jpg"/>
                    <url scale="SCALE" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/jpg"/>
                    <url scale="SCALE_AND_CROP" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/jpg"/>
                    <url scale="WHITE_FILLING" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/%WIDTH%x%HEIGHT%%3E/extent/%WIDTH%x%HEIGHT%/format/jpg"/>
                </urls>
            </attachment>
            <attachment xsi:type="common:Picture" xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/attachment/2" id="2" modification="2016-03-04T14:17:01.081Z" creation="2016-03-04T14:17:01.081Z" publishDate="2016-03-04T14:17:01.081Z">
                <title>mOmjFam</title>
                <floorplan>false</floorplan>
                <titlePicture>false</titlePicture>
                <urls>
                    <url scale="SCALE_60x60" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/60x60%3E/extent/60x60/format/jpg"/>
                    <url scale="SCALE_118x118" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/118x118%3E/extent/118x118/format/jpg"/>
                    <url scale="SCALE_210x210" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/210x210%3E/format/jpg"/>
                    <url scale="SCALE_540x540" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/540x540%3E/format/jpg"/>
                    <url scale="SCALE" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/jpg"/>
                    <url scale="SCALE_AND_CROP" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/jpg"/>
                    <url scale="WHITE_FILLING" href="https://spicture.preview-is24.de/pic/orig04/N/107/26/751/107026751-0.jpg/ORIG/resize/%WIDTH%x%HEIGHT%%3E/extent/%WIDTH%x%HEIGHT%/format/jpg"/>
                </urls>
            </attachment>
            <attachment xsi:type="common:Picture" xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/attachment/3" id="3" modification="2016-03-04T14:17:01.081Z" creation="2016-03-04T14:17:01.081Z" publishDate="2016-03-04T14:17:01.081Z">
                <title>KfJbu8d</title>
                <floorplan>true</floorplan>
                <titlePicture>false</titlePicture>
                <urls>
                    <url scale="SCALE_60x60" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/60x60%3E/extent/60x60/format/jpg"/>
                    <url scale="SCALE_118x118" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/118x118%3E/extent/118x118/format/jpg"/>
                    <url scale="SCALE_210x210" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/210x210%3E/format/jpg"/>
                    <url scale="SCALE_540x540" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/540x540%3E/format/jpg"/>
                    <url scale="SCALE_1000x1000" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/1000x1000%3E/format/jpg"/>
                    <url scale="SCALE" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/jpg"/>
                    <url scale="SCALE_AND_CROP" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/jpg"/>
                    <url scale="WHITE_FILLING" href="https://spicture.preview-is24.de/pic/orig01/N/107/26/752/107026752-0.jpg/ORIG/resize/%WIDTH%x%HEIGHT%%3E/extent/%WIDTH%x%HEIGHT%/format/jpg"/>
                </urls>
            </attachment>
            <attachment xsi:type="common:StreamingVideo" xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/attachment/4" id="4">
                <title>Video</title>
                <videoId>1UZhIjemca_Scjw99mCBdw</videoId>
            </attachment>
        </attachments>
        <referencePriceServiceCall>http://www.sandbox-immobilienscout24.de/realestatevaluation/ajax/v2.2/referenceprice/region/3/city/1/district/53?realEstateType=0&amp;price=6.18&amp;livingArea=55&amp;firstTimeUse=false</referencePriceServiceCall>
        <referencePriceApiCall>http://www.sandbox-immobilienscout24.de/realestatevaluation/ajax/v2.2/referenceprice/region/3/city/1/district/53?realEstateType=0&amp;price=6.18&amp;livingArea=55&amp;firstTimeUse=false</referencePriceApiCall>
        <state>ACTIVE</state>
        <titlePicture id="1" modification="2016-03-04T14:17:01.081Z" creation="2016-03-04T14:17:01.081Z" publishDate="2016-03-04T14:17:01.081Z">
            <title>NNBxEIg</title>
            <floorplan>false</floorplan>
            <titlePicture>true</titlePicture>
            <urls>
                <url scale="SCALE_60x60" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/60x60%3E/extent/60x60/format/jpg"/>
                <url scale="SCALE_118x118" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/118x118%3E/extent/118x118/format/jpg"/>
                <url scale="SCALE_210x210" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/210x210%3E/format/jpg"/>
                <url scale="SCALE_540x540" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/540x540%3E/format/jpg"/>
                <url scale="SCALE" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/%WIDTH%x%HEIGHT%%3E/format/jpg"/>
                <url scale="SCALE_AND_CROP" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/legacy_thumbnail/%WIDTH%x%HEIGHT%/format/jpg"/>
                <url scale="WHITE_FILLING" href="https://spicture.preview-is24.de/pic/orig03/N/107/26/750/107026750-0.png/ORIG/resize/%WIDTH%x%HEIGHT%%3E/extent/%WIDTH%x%HEIGHT%/format/jpg"/>
            </urls>
        </titlePicture>
        <floorplan>true</floorplan>
        <apartmentType>APARTMENT</apartmentType>
        <floor>4</floor>
        <lift>false</lift>
        <assistedLiving>false</assistedLiving>
        <cellar>YES</cellar>
        <handicappedAccessible>NOT_APPLICABLE</handicappedAccessible>
        <condition>NO_INFORMATION</condition>
        <energyConsumptionContainsWarmWater>NOT_APPLICABLE</energyConsumptionContainsWarmWater>
        <numberOfFloors>4</numberOfFloors>
        <usableFloorSpace>55.00</usableFloorSpace>
        <numberOfBedRooms>1</numberOfBedRooms>
        <numberOfBathRooms>1</numberOfBathRooms>
        <guestToilet>NOT_APPLICABLE</guestToilet>
        <baseRent>340.00</baseRent>
        <totalRent>340.00</totalRent>
        <heatingCostsInServiceCharge>NO</heatingCostsInServiceCharge>
        <petsAllowed>NO_INFORMATION</petsAllowed>
        <useAsFlatshareRoom>NOT_APPLICABLE</useAsFlatshareRoom>
        <livingSpace>55.00</livingSpace>
        <numberOfRooms>2</numberOfRooms>
        <energyPerformanceCertificate>false</energyPerformanceCertificate>
        <builtInKitchen>false</builtInKitchen>
        <balcony>false</balcony>
        <certificateOfEligibilityNeeded>false</certificateOfEligibilityNeeded>
        <garden>false</garden>
        <courtage>
            <hasCourtage>NOT_APPLICABLE</hasCourtage>
        </courtage>
    </realEstate>
    <contactDetails id="64848329">
        <email>anbietermail3@immobilienscout24.de</email>
        <salutation>MALE</salutation>
        <firstname>anbietermail3</firstname>
        <lastname>anbietermail3</lastname>
        <faxNumberCountryCode>+49</faxNumberCountryCode>
        <faxNumberAreaCode>30</faxNumberAreaCode>
        <faxNumberSubscriber>243011110</faxNumberSubscriber>
        <faxNumber>030 243011110</faxNumber>
        <phoneNumberCountryCode>+49</phoneNumberCountryCode>
        <phoneNumberAreaCode>30</phoneNumberAreaCode>
        <phoneNumberSubscriber>243011200</phoneNumberSubscriber>
        <phoneNumber>030 243011200</phoneNumber>
        <cellPhoneNumber></cellPhoneNumber>
        <address>
            <street></street>
            <houseNumber></houseNumber>
            <postcode></postcode>
            <city></city>
        </address>
        <countryCode>DEU</countryCode>
        <title>Dr.</title>
        <company>Boczek corp</company>
        <realtorLogo>https://spicture.preview-is24.de/pic/orig04/N/107/32/891/107032891-0.png/ORIG/resize/200x200%3E/quality/80</realtorLogo>
    </contactDetails>
    <imprintLink xlink:href="https://rest.sandbox-immobilienscout24.de/restapi/api/search/v1.0/expose/64848329/imprint"/>
    <realtorValuationJSONLink xlink:href="http://www.immobilienscout24.de/anbieter/evaluation-api/01/json/getEvaluations.html?clientId=expose&amp;realtorId=wSalxz30zwToJ3jmc_fj1ugneOZz9-PW6Cd45nP349boJ3jmc_fj1ugneOZz9-PW6Cd45nP349boJ3jmc_fj1vufY9CIFieL"/>
    <realtorValuationV2JSONLink xlink:href="http://rest.immobilienscout24.de/restapi/api/evaluation/v1.0/realtor/001.393/evaluationinfo?clientId=expose"/>
    <realtorValuationV2JSONPLink xlink:href="http://rest.immobilienscout24.de/restapi/api/evaluation/v1.0/realtor/001.393/evaluationinfo?clientId=expose&amp;succFunc=mySuccFunc&amp;errFunc=myErrorFunc"/>
    <companyWideCustomerId>001.393</companyWideCustomerId>
    <contactFormConfiguration>
        <moveInDateField>MANDATORY</moveInDateField>
        <petsInHouseholdField>MANDATORY</petsInHouseholdField>
        <numberOfPersonsField>MANDATORY</numberOfPersonsField>
        <employmentRelationshipField>MANDATORY</employmentRelationshipField>
        <incomeField>MANDATORY</incomeField>
        <firstnameField>MANDATORY</firstnameField>
        <lastnameField>MANDATORY</lastnameField>
        <phoneNumberField>OPTIONAL</phoneNumberField>
        <emailAddressField>MANDATORY</emailAddressField>
        <addressField>OPTIONAL</addressField>
        <applicationPackageCompletedField>MANDATORY</applicationPackageCompletedField>
        <salutationField>MANDATORY</salutationField>
        <messageField>OPTIONAL</messageField>
    </contactFormConfiguration>
    <propertyDeveloper>true</propertyDeveloper>
    <adLinkForXMLData xlink:href="http://pubads.g.doubleclick.net/gampad/adx?iu=/4467/IS24_APP_DE/app_gallery_ad&amp;sz=420x315&amp;c=2&amp;dpt=1&amp;pre=1%3Dis54&amp;tile=1&amp;m=text/xml&amp;t=obj_regio1%3DBerlin%26obj_petsAllowed%3Dno_information%26obj_cId%3D393%26obj_street%3DWisbyer%2520Strasse%25203%26obj_newlyConst%3Dn%26obj_balcony%3Dn%26obj_picture%3Dhttps%3A%2F%2Fspicture.preview-is24.de%2Fpic%2Forig03%2FN%2F107%2F26%2F750%2F107026750-0.png%2FORIG%2Fresize%2F118x118%25253E%2Fextent%2F118x118%2Fformat%2Fjpg%26obj_picturecount%3D3%26obj_baseRentRange%3D2%26obj_totalRent%3D340%26obj_streetPlain%3DWisbyer_Strasse_3%26obj_typeOfFlat%3Dapartment%26geo_plz%3D10439%26obj_noRooms%3D2%26obj_ityp%3D0%26geo_land%3DDeutschland%26obj_immotype%3Dwohnung_miete%26obj_floor%3D4%26obj_cwId%3D001.393%26obj_scoutId%3D64848329%26obj_hasKitchen%3Dn%26obj_numberOfFloors%3D4%26geo_bln%3DBerlin%26obj_cellar%3Dy%26obj_noRoomsRange%3D2%26obj_baseRent%3D340%26obj_houseNumber%3D3%26obj_livingSpace%3D55%26geo_krs%3DBerlin%26obj_garden%3Dn%26obj_zipCode%3D10439%26obj_barrierFree%3Dn%26obj_regio3%3DPankow_Pankow%26obj_objectnumber%3D64848329%26obj_condition%3Dno_information%26obj_livingSpaceRange%3D2%26obj_regio2%3DBerlin"/>
    <adLinkForJSONP xlink:href="pubads.g.doubleclick.net/gampad/adx?iu=/4467/IS24_APP_DE/app_gallery_ad&amp;sz=420x315&amp;c=2&amp;dpt=1&amp;pre=1%3Dis54&amp;tile=1&amp;m=text/xml&amp;t=obj_regio1%3DBerlin%26obj_petsAllowed%3Dno_information%26obj_cId%3D393%26obj_street%3DWisbyer%2520Strasse%25203%26obj_newlyConst%3Dn%26obj_balcony%3Dn%26obj_picture%3Dhttps%3A%2F%2Fspicture.preview-is24.de%2Fpic%2Forig03%2FN%2F107%2F26%2F750%2F107026750-0.png%2FORIG%2Fresize%2F118x118%25253E%2Fextent%2F118x118%2Fformat%2Fjpg%26obj_picturecount%3D3%26obj_baseRentRange%3D2%26obj_totalRent%3D340%26obj_streetPlain%3DWisbyer_Strasse_3%26obj_typeOfFlat%3Dapartment%26geo_plz%3D10439%26obj_noRooms%3D2%26obj_ityp%3D0%26geo_land%3DDeutschland%26obj_immotype%3Dwohnung_miete%26obj_floor%3D4%26obj_cwId%3D001.393%26obj_scoutId%3D64848329%26obj_hasKitchen%3Dn%26obj_numberOfFloors%3D4%26geo_bln%3DBerlin%26obj_cellar%3Dy%26obj_noRoomsRange%3D2%26obj_baseRent%3D340%26obj_houseNumber%3D3%26obj_livingSpace%3D55%26geo_krs%3DBerlin%26obj_garden%3Dn%26obj_zipCode%3D10439%26obj_barrierFree%3Dn%26obj_regio3%3DPankow_Pankow%26obj_objectnumber%3D64848329%26obj_condition%3Dno_information%26obj_livingSpaceRange%3D2%26obj_regio2%3DBerlin"/>
</expose:expose>

JSON:

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
{
  "expose.expose":{
    "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329",
    "@id":"64848329",
    "@modification":"2016-03-04T14:17:01.081Z",
    "@creation":"2016-02-22T14:27:37.000+01:00",
    "@publishDate":"2016-02-22T14:27:37.000+01:00",
    "@contactFormType":"EMAIL",
    "realEstate":{
      "@xsi.type":"expose:ApartmentRent",
      "@id":"64848329",
      "externalId":"64848329",
      "title":"Test",
      "creationDate":"2016-02-22T14:27:37.000+01:00",
      "lastModificationDate":"2016-03-04T14:17:01.081Z",
      "address":{
        "street":"Wisbyer Strasse 3",
        "houseNumber":"3",
        "postcode":"10439",
        "city":"Berlin",
        "quarter":"Pankow (Pankow)",
        "wgs84Coordinate":{
          "latitude":52.55313684981238,
          "longitude":13.41584807871039
        },
        "geoHierarchy":{
          "continent":{
            "geoCodeId":1,
            "fullGeoCodeId":"1"
          },
          "country":{
            "name":"Deutschland",
            "geoCodeId":276,
            "fullGeoCodeId":"1276"
          },
          "region":{
            "name":"Berlin",
            "geoCodeId":3,
            "fullGeoCodeId":"1276003"
          },
          "city":{
            "name":"Berlin",
            "geoCodeId":1,
            "fullGeoCodeId":"1276003001"
          },
          "quarter":{
            "name":"Pankow (Pankow)",
            "geoCodeId":53,
            "fullGeoCodeId":"1276003001053"
          },
          "neighbourhood":{
            "geoCodeId":11000000002734
          }
        }

      },
      "attachments":[
        {
          "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/attachment",
          "attachment":[
            {
              "@xsi.type":"common:Picture",
              "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/attachment\/1",
              "@id":"1",
              "@modification":"2016-03-04T14:17:01.081Z",
              "@creation":"2016-03-04T14:17:01.081Z",
              "@publishDate":"2016-03-04T14:17:01.081Z",
              "title":"NNBxEIg",
              "floorplan":"false",
              "titlePicture":"true",
              "urls":[
                {
                  "url":[
                    {
                      "@scale":"SCALE_60x60",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/60x60%3E\/extent\/60x60\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_118x118",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/118x118%3E\/extent\/118x118\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_210x210",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/210x210%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_540x540",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/540x540%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_AND_CROP",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/legacy_thumbnail\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    },
                    {
                      "@scale":"WHITE_FILLING",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/extent\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    }
                  ]
                }
              ]

            },
            {
              "@xsi.type":"common:Picture",
              "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/attachment\/2",
              "@id":"2",
              "@modification":"2016-03-04T14:17:01.081Z",
              "@creation":"2016-03-04T14:17:01.081Z",
              "@publishDate":"2016-03-04T14:17:01.081Z",
              "title":"mOmjFam",
              "floorplan":"false",
              "titlePicture":"false",
              "urls":[
                {
                  "url":[
                    {
                      "@scale":"SCALE_60x60",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/60x60%3E\/extent\/60x60\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_118x118",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/118x118%3E\/extent\/118x118\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_210x210",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/210x210%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_540x540",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/540x540%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_AND_CROP",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/legacy_thumbnail\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    },
                    {
                      "@scale":"WHITE_FILLING",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/26\/751\/107026751-0.jpg\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/extent\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    }
                  ]
                }
              ]

            },
            {
              "@xsi.type":"common:Picture",
              "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/attachment\/3",
              "@id":"3",
              "@modification":"2016-03-04T14:17:01.081Z",
              "@creation":"2016-03-04T14:17:01.081Z",
              "@publishDate":"2016-03-04T14:17:01.081Z",
              "title":"KfJbu8d",
              "floorplan":"true",
              "titlePicture":"false",
              "urls":[
                {
                  "url":[
                    {
                      "@scale":"SCALE_60x60",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/60x60%3E\/extent\/60x60\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_118x118",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/118x118%3E\/extent\/118x118\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_210x210",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/210x210%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_540x540",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/540x540%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_1000x1000",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/1000x1000%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/format\/jpg"
                    },
                    {
                      "@scale":"SCALE_AND_CROP",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/legacy_thumbnail\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    },
                    {
                      "@scale":"WHITE_FILLING",
                      "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig01\/N\/107\/26\/752\/107026752-0.jpg\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/extent\/%WIDTH%x%HEIGHT%\/format\/jpg"
                    }
                  ]
                }
              ]

            },
            {
              "@xsi.type":"common:StreamingVideo",
              "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/attachment\/4",
              "@id":"4",
              "title":"Video",
              "videoId":"1UZhIjemca_Scjw99mCBdw"
            }
          ]
        }
      ]
      ,
      "referencePriceServiceCall":"http:\/\/www.sandbox-immobilienscout24.de\/realestatevaluation\/ajax\/v2.2\/referenceprice\/region\/3\/city\/1\/district\/53?realEstateType=0&price=6.18&livingArea=55&firstTimeUse=false",
      "referencePriceApiCall":"http:\/\/www.sandbox-immobilienscout24.de\/realestatevaluation\/ajax\/v2.2\/referenceprice\/region\/3\/city\/1\/district\/53?realEstateType=0&price=6.18&livingArea=55&firstTimeUse=false",
      "state":"ACTIVE",
      "titlePicture":{
        "@id":"1",
        "@modification":"2016-03-04T14:17:01.081Z",
        "@creation":"2016-03-04T14:17:01.081Z",
        "@publishDate":"2016-03-04T14:17:01.081Z",
        "title":"NNBxEIg",
        "floorplan":"false",
        "titlePicture":"true",
        "urls":[
          {
            "url":[
              {
                "@scale":"SCALE_60x60",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/60x60%3E\/extent\/60x60\/format\/jpg"
              },
              {
                "@scale":"SCALE_118x118",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/118x118%3E\/extent\/118x118\/format\/jpg"
              },
              {
                "@scale":"SCALE_210x210",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/210x210%3E\/format\/jpg"
              },
              {
                "@scale":"SCALE_540x540",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/540x540%3E\/format\/jpg"
              },
              {
                "@scale":"SCALE",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/format\/jpg"
              },
              {
                "@scale":"SCALE_AND_CROP",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/legacy_thumbnail\/%WIDTH%x%HEIGHT%\/format\/jpg"
              },
              {
                "@scale":"WHITE_FILLING",
                "@href":"https:\/\/spicture.preview-is24.de\/pic\/orig03\/N\/107\/26\/750\/107026750-0.png\/ORIG\/resize\/%WIDTH%x%HEIGHT%%3E\/extent\/%WIDTH%x%HEIGHT%\/format\/jpg"
              }
            ]
          }
        ]

      },
      "floorplan":"true",
      "apartmentType":"APARTMENT",
      "floor":4,
      "lift":"false",
      "assistedLiving":"false",
      "cellar":"YES",
      "handicappedAccessible":"NOT_APPLICABLE",
      "condition":"NO_INFORMATION",
      "energyConsumptionContainsWarmWater":"NOT_APPLICABLE",
      "numberOfFloors":4,
      "usableFloorSpace":55,
      "numberOfBedRooms":1,
      "numberOfBathRooms":1,
      "guestToilet":"NOT_APPLICABLE",
      "baseRent":340,
      "totalRent":340,
      "heatingCostsInServiceCharge":"NO",
      "petsAllowed":"NO_INFORMATION",
      "useAsFlatshareRoom":"NOT_APPLICABLE",
      "livingSpace":55,
      "numberOfRooms":2,
      "energyPerformanceCertificate":"false",
      "builtInKitchen":"false",
      "balcony":"false",
      "certificateOfEligibilityNeeded":"false",
      "garden":"false",
      "courtage":{
        "hasCourtage":"NOT_APPLICABLE"
      }

    },
    "contactDetails":{
      "@id":"64848329",
      "email":"anbietermail3@immobilienscout24.de",
      "salutation":"MALE",
      "firstname":"anbietermail3",
      "lastname":"anbietermail3",
      "faxNumberCountryCode":"+49",
      "faxNumberAreaCode":"30",
      "faxNumberSubscriber":"243011110",
      "faxNumber":"030 243011110",
      "phoneNumberCountryCode":"+49",
      "phoneNumberAreaCode":"30",
      "phoneNumberSubscriber":"243011200",
      "phoneNumber":"030 243011200",
      "cellPhoneNumber":"",
      "address":{
        "street":"",
        "houseNumber":"",
        "postcode":"",
        "city":""
      },
      "countryCode":"DEU",
      "title":"Dr.",
      "company":"Boczek corp",
      "realtorLogo":"https:\/\/spicture.preview-is24.de\/pic\/orig04\/N\/107\/32\/891\/107032891-0.png\/ORIG\/resize\/200x200%3E\/quality\/80"
    },
    "imprintLink":{
      "@xlink.href":"https:\/\/rest.sandbox-immobilienscout24.de\/restapi\/api\/search\/v1.0\/expose\/64848329\/imprint"
    },
    "realtorValuationJSONLink":{
      "@xlink.href":"http:\/\/www.immobilienscout24.de\/anbieter\/evaluation-api\/01\/json\/getEvaluations.html?clientId=expose&realtorId=wSalxz30zwToJ3jmc_fj1ugneOZz9-PW6Cd45nP349boJ3jmc_fj1ugneOZz9-PW6Cd45nP349boJ3jmc_fj1vufY9CIFieL"
    },
    "realtorValuationV2JSONLink":{
      "@xlink.href":"http:\/\/rest.immobilienscout24.de\/restapi\/api\/evaluation\/v1.0\/realtor\/001.393\/evaluationinfo?clientId=expose"
    },
    "realtorValuationV2JSONPLink":{
      "@xlink.href":"http:\/\/rest.immobilienscout24.de\/restapi\/api\/evaluation\/v1.0\/realtor\/001.393\/evaluationinfo?clientId=expose&succFunc=mySuccFunc&errFunc=myErrorFunc"
    },
    "companyWideCustomerId":"001.393",
    "contactFormConfiguration":{
      "moveInDateField":"MANDATORY",
      "petsInHouseholdField":"MANDATORY",
      "numberOfPersonsField":"MANDATORY",
      "employmentRelationshipField":"MANDATORY",
      "incomeField":"MANDATORY",
      "firstnameField":"MANDATORY",
      "lastnameField":"MANDATORY",
      "phoneNumberField":"OPTIONAL",
      "emailAddressField":"MANDATORY",
      "addressField":"OPTIONAL",
      "applicationPackageCompletedField":"MANDATORY",
      "salutationField":"MANDATORY",
      "messageField":"OPTIONAL"
    },
    "propertyDeveloper":"true",
    "adLinkForXMLData":{
      "@xlink.href":"http:\/\/pubads.g.doubleclick.net\/gampad\/adx?iu=\/4467\/IS24_APP_DE\/app_gallery_ad&sz=420x315&c=2&dpt=1&pre=1%3Dis54&tile=1&m=text\/xml&t=obj_regio1%3DBerlin%26obj_petsAllowed%3Dno_information%26obj_cId%3D393%26obj_street%3DWisbyer%2520Strasse%25203%26obj_newlyConst%3Dn%26obj_balcony%3Dn%26obj_picture%3Dhttps%3A%2F%2Fspicture.preview-is24.de%2Fpic%2Forig03%2FN%2F107%2F26%2F750%2F107026750-0.png%2FORIG%2Fresize%2F118x118%25253E%2Fextent%2F118x118%2Fformat%2Fjpg%26obj_picturecount%3D3%26obj_baseRentRange%3D2%26obj_totalRent%3D340%26obj_streetPlain%3DWisbyer_Strasse_3%26obj_typeOfFlat%3Dapartment%26geo_plz%3D10439%26obj_noRooms%3D2%26obj_ityp%3D0%26geo_land%3DDeutschland%26obj_immotype%3Dwohnung_miete%26obj_floor%3D4%26obj_cwId%3D001.393%26obj_scoutId%3D64848329%26obj_hasKitchen%3Dn%26obj_numberOfFloors%3D4%26geo_bln%3DBerlin%26obj_cellar%3Dy%26obj_noRoomsRange%3D2%26obj_baseRent%3D340%26obj_houseNumber%3D3%26obj_livingSpace%3D55%26geo_krs%3DBerlin%26obj_garden%3Dn%26obj_zipCode%3D10439%26obj_barrierFree%3Dn%26obj_regio3%3DPankow_Pankow%26obj_objectnumber%3D64848329%26obj_condition%3Dno_information%26obj_livingSpaceRange%3D2%26obj_regio2%3DBerlin"
    },
    "adLinkForJSONP":{
      "@xlink.href":"pubads.g.doubleclick.net\/gampad\/adx?iu=\/4467\/IS24_APP_DE\/app_gallery_ad&sz=420x315&c=2&dpt=1&pre=1%3Dis54&tile=1&m=text\/xml&t=obj_regio1%3DBerlin%26obj_petsAllowed%3Dno_information%26obj_cId%3D393%26obj_street%3DWisbyer%2520Strasse%25203%26obj_newlyConst%3Dn%26obj_balcony%3Dn%26obj_picture%3Dhttps%3A%2F%2Fspicture.preview-is24.de%2Fpic%2Forig03%2FN%2F107%2F26%2F750%2F107026750-0.png%2FORIG%2Fresize%2F118x118%25253E%2Fextent%2F118x118%2Fformat%2Fjpg%26obj_picturecount%3D3%26obj_baseRentRange%3D2%26obj_totalRent%3D340%26obj_streetPlain%3DWisbyer_Strasse_3%26obj_typeOfFlat%3Dapartment%26geo_plz%3D10439%26obj_noRooms%3D2%26obj_ityp%3D0%26geo_land%3DDeutschland%26obj_immotype%3Dwohnung_miete%26obj_floor%3D4%26obj_cwId%3D001.393%26obj_scoutId%3D64848329%26obj_hasKitchen%3Dn%26obj_numberOfFloors%3D4%26geo_bln%3DBerlin%26obj_cellar%3Dy%26obj_noRoomsRange%3D2%26obj_baseRent%3D340%26obj_houseNumber%3D3%26obj_livingSpace%3D55%26geo_krs%3DBerlin%26obj_garden%3Dn%26obj_zipCode%3D10439%26obj_barrierFree%3Dn%26obj_regio3%3DPankow_Pankow%26obj_objectnumber%3D64848329%26obj_condition%3Dno_information%26obj_livingSpaceRange%3D2%26obj_regio2%3DBerlin"
    }
  }
}