Currently also handles raw addresses. However, use raw addresses with caution as this could change in the future without a deprecation warning.
OrderByCriterion
Field
Description
Type
Remarks
field
Field by which to sort
enum
distance, startDate, endDate, salePrice, salePricePerSqm, rentNet, rentNetPerSqm, livingArea, buildingYear, similarityScore similarityScore will be applied after any other OrderByCriterion
direction
Sort direction
enum
asc or desc, default: asc
ReferenceProperty
Field
Description
Type
Remarks
livingArea
Living area of the property
float
buildingYear
Building year of the property
integer
landArea
Land area of the property
float
price
Price of the property
float
Response
Currently the number of items is capped at 3.000 items.
{"items":[{"id":"123456789","dealType":"sale","propertyType":{"type":"apartment","subtype":"apartment_attic"},"source":"realestate.com","startDate":"2020-08-23","endDate":"2020-09-05","marketDuration":"P13D5H","images":[{"url":"https://s3.amazonaws.com/abc/123.jpg"}],"location":{"address":{"street":"Gasstraße","houseNumber":"10","postCode":"22761","city":"Hamburg"},"coordinates":{"latitude":53.561262,"longitude":9.9138307}},"distance":250.92,"objectCondition":"Teil- oder vollrenoviert","salePrice":543210.58,"salePricePerSqm":9053.51,"currency":"EUR","floorNumber":2,"numberOfRooms":2.5,"buildingYear":1975,"livingArea":60.01,"availableFrom":"2020-10-01","isFurnished":true,"hasBalconyOrTerrace":true,"similarityScore":0.78}],"totalItems":1,"meta":{"url":null,"version":"2.14.0"}}
Field
Description
Type
Remarks
totalItems
Total number of matching offers
integer
min: 0 This field is capped at 3.000 and is only accurate of there are less than 3.000 results. If there are more results, this field is equal 3.000.