Realescent.com - DOCS
    • Schemas
      • Prepare your XML for readability by RealEscent.com

    Prepare your XML for readability by RealEscent.com

    Format your XML according to properties below and store it on your server. Then, insert your publicly available XML url to our dashboard. Each XML file is read once a day. If your XML has errors it will not be parsed and you will be notified about error in your dashboard. Before reading the documentation, please download our sample XML file Here.

    {
        "properties": {
            "property": {
                "region": "string",
                "ref_id": "string",
                "tran_type": 0,
                "property_type": 0,
                "property_sub_type": 0,
                "year_type": 0,
                "year": 0,
                "adaptation": 0,
                "price_type": "string",
                "price_tag": "string",
                "price": "string",
                "prev_price": "string",
                "price_option": "string",
                "description": "string",
                "details": {
                    "rooms": "string",
                    "bedrooms": "string",
                    "bathrooms": "string",
                    "toilets": "string",
                    "class": 0,
                    "size": 0,
                    "land": 0,
                    "floor": "string"
                },
                "geo_location": {
                    "location": "string",
                    "lat": 0,
                    "lng": 0
                },
                "amenities": {
                    "elevator": 0,
                    "storage": 0,
                    "seperate_wc": 0,
                    "radiator_heating": 0,
                    "underfloor_heating": 0,
                    "heat_pump": 0,
                    "air_conditioning": 0,
                    "oil_heating": 0,
                    "gas_heating": 0,
                    "electric_heating": 0,
                    "wood_heating": 0,
                    "heating_with_ac": 0,
                    "district_heating": 0,
                    "balcony": 0,
                    "atrium": 0,
                    "parking_space": 0,
                    "wheelchair_accessible": 0,
                    "terrace": 0,
                    "swimming_pool": 0,
                    "security_door": 0,
                    "intercom": 0,
                    "alarm": 0,
                    "fully_furnished": 0,
                    "charging_station": 0
                },
                "user": 0,
                "premium": 0,
                "exclusive": 0,
                "urgent": 0,
                "agent": {
                    "name": "string",
                    "avatar": "string",
                    "phone": "string",
                    "phone_alt": "string",
                    "agency": "string",
                    "address": "string",
                    "agency_logo": "string",
                    "agency_phone": "string",
                    "agency_phone_alt": "string"
                },
                "images": {
                    "image": [
                        "string"
                    ]
                }
            }
        }
    }
    Built with