<?xml version="1.0" encoding="UTF-8"?>
<listings>
  <!-- Service listing -->
  <listing>
    <external_reference_id>SVC-001</external_reference_id>
    <listing_type>service</listing_type>
    <title>Eco-Friendly House Cleaning</title>
    <description_html><![CDATA[<p>Weekly, bi-weekly, or one-time cleaning with non-toxic products. Insured & background-checked staff.</p>]]></description_html>
    <city>Austin</city>
    <state_region>TX</state_region>
    <contact_email>hello@example.com</contact_email>
    <contact_phone>+1-512-555-0142</contact_phone>
    <service_type>cleaning</service_type>
    <price_type>hourly</price_type>
    <price_min>45</price_min>
    <price_max>75</price_max>
    <service_area_mode>onsite</service_area_mode>
    <service_radius_miles>25</service_radius_miles>
    <business_name>Greenleaf Cleaning Co.</business_name>
    <city_markets>
      <city>austin</city>
      <city>sanantonio</city>
      <city>waco</city>
    </city_markets>
  </listing>

  <!-- Real estate rental -->
  <listing>
    <external_reference_id>RNT-2026-014</external_reference_id>
    <listing_type>real_estate_rent</listing_type>
    <title>Modern 2BR Loft in Williamsburg</title>
    <description_html><![CDATA[<p>Bright top-floor loft, exposed brick, skyline views. Steps to L train.</p>]]></description_html>
    <city>Brooklyn</city>
    <state_region>NY</state_region>
    <contact_email>rentals@example.com</contact_email>
    <listing_intent>rent</listing_intent>
    <property_type>apartment</property_type>
    <price>3200</price>
    <deposit>3200</deposit>
    <sqft>950</sqft>
    <bedrooms>2</bedrooms>
    <bathrooms>1</bathrooms>
    <available_date>2026-06-01</available_date>
    <pets_allowed>yes</pets_allowed>
    <furnished>no</furnished>
    <city_markets>
      <city>newyork</city>
    </city_markets>
  </listing>

  <!-- Real estate sale -->
  <listing>
    <external_reference_id>SAL-A55</external_reference_id>
    <listing_type>real_estate_sale</listing_type>
    <title>3BR Craftsman in Ballard</title>
    <description_html><![CDATA[<p>Restored 1923 craftsman, original woodwork, detached garage.</p>]]></description_html>
    <city>Seattle</city>
    <state_region>WA</state_region>
    <contact_email>agent@example.com</contact_email>
    <listing_intent>sale</listing_intent>
    <property_type>house</property_type>
    <price>875000</price>
    <sqft>1840</sqft>
    <bedrooms>3</bedrooms>
    <bathrooms>2</bathrooms>
    <city_markets>
      <city>seattle</city>
    </city_markets>
  </listing>
</listings>
