[
{
"id": "<string>",
"@type": "HemnetProperty",
"street_address": "<string>",
"area": "<string>",
"post_code": "<string>",
"municipality": {
"@type": "HemnetLocationRef",
"id": "<string>",
"name": "<string>"
},
"region": {
"@type": "HemnetLocationRef",
"id": "<string>",
"name": "<string>"
},
"district": {
"@type": "HemnetLocationRef",
"id": "<string>",
"name": "<string>"
},
"asking_price": {
"@type": "HemnetMoney",
"amount": 123,
"formatted": "<string>"
},
"fee": {
"@type": "HemnetMoney",
"amount": 123,
"formatted": "<string>"
},
"square_meter_price": {
"@type": "HemnetMoney",
"amount": 123,
"formatted": "<string>"
},
"running_costs": {
"@type": "HemnetMoney",
"amount": 123,
"formatted": "<string>"
},
"living_area": 123,
"supplemental_area": 123,
"land_area": 123,
"formatted_floor": "<string>",
"room_count": 123,
"construction_year": "<string>",
"housing_form": "<string>",
"housing_form_groups": [],
"tenure": "<string>",
"energy_class": "<string>",
"is_foreclosure": true,
"is_new_construction": true,
"is_upcoming": true,
"is_project": true,
"bidding_started": true,
"days_on_hemnet": 123,
"view_count": 123,
"water_distance_meters": 123,
"coastline_distance_meters": 123,
"published_at": "<string>",
"url": "<string>",
"coordinates": [],
"labels": [],
"open_houses": [],
"amenities": [],
"broker": {
"@type": "HemnetBroker",
"id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"alias": "<string>",
"profile_url": "<string>",
"image": "<string>"
},
"agency": {
"@type": "HemnetAgency",
"id": "<string>",
"name": "<string>",
"alias": "<string>",
"profile_url": "<string>",
"email": "<string>",
"phone": "<string>",
"web_url": "<string>",
"street_address": "<string>",
"post_code": "<string>",
"city": "<string>"
},
"brf": {
"@type": "HemnetBrf",
"registration_number": "<string>",
"name": "<string>"
},
"price_history": [],
"images": [],
"floor_plans": []
}
]