[
{
"id": 123,
"@type": "TrademeListing",
"url": "<string>",
"category_name": "<string>",
"region": "<string>",
"suburb": "<string>",
"price_display": "<string>",
"sale_method": "<string>",
"sale_date": "<string>",
"address": "<string>",
"district": "<string>",
"bedrooms": 123,
"bathrooms": 123,
"ensuites": 123,
"toilets": 123,
"garage_parking": 123,
"off_street_parking": 123,
"property_type": "<string>",
"ownership_type": "<string>",
"floor_area": "<string>",
"land_area": "<string>",
"decade_built": "<string>",
"wall_material": "<string>",
"roof_material": "<string>",
"capital_value": "<string>",
"land_value": "<string>",
"improvement_value": "<string>",
"certificate_of_title": "<string>",
"legal_description": "<string>",
"broadband": "<string>",
"latitude": 123,
"longitude": 123,
"view_count": 123,
"bidder_and_watcher_count": 123,
"listed_at": "<string>",
"image": "<string>",
"images": [],
"broadband_technologies": [],
"attributes": [],
"open_homes": [],
"recent_local_sales": [],
"schools": [],
"member": {
"id": 123,
"@type": "TrademeMember",
"nickname": "<string>",
"suburb": "<string>",
"region": "<string>",
"feedback_count": 123,
"unique_positive": 123,
"unique_negative": 123,
"is_address_verified": true,
"is_authenticated": true,
"is_in_trade": true,
"joined_at": "<string>"
},
"agency": {
"id": 123,
"@type": "TrademeAgency",
"name": "<string>",
"phone": "<string>",
"image": "<string>",
"is_real_estate_agency": true,
"is_licensed": true,
"agents": []
}
}
]