wrongmove/rec/rightmove_parser.py
2023-11-18 12:30:04 +02:00

8 lines
242 B
Python

def parse_listing_json_entry(d):
id = d["identifier"]
# address = d['address']
propertyType = d["propertyType"]
price = d["price"]
latitude = d["latitude"]
longitude = d["longitude"]
updated_date = d["updateDate"]