{
  "listings": [
    {
      "city_slug": "baghdad",
      "district_slug": "mansour",
      "deal": "sale",
      "property_type": "apartment",
      "title_ar": "شقة للبيع في المنصور",
      "title_en": "Apartment for sale in Mansour",
      "description_ar": "شقة مجددة قرب الخدمات.",
      "description_en": "Renovated flat near services.",
      "price": 185000,
      "currency": "USD",
      "rooms": 3,
      "bathrooms": 2,
      "area_m2": 140,
      "floor": 4,
      "furnished": "unfurnished",
      "building_age": "y5_10",
      "amenities": ["parking", "elevator", "ac"],
      "seller_type": "agent",
      "whatsapp": "+9647700000001",
      "lat": 33.3152,
      "lon": 44.3661,
      "photo_urls": [
        "https://example.com/a1.jpg",
        "https://example.com/a2.jpg"
      ]
    },
    {
      "city_slug": "baghdad",
      "district_slug": "jadriya",
      "deal": "rent",
      "property_type": "house",
      "title_ar": "بيت للإيجار في الجادرية",
      "title_en": "House for rent in Jadriya",
      "description_ar": "بيت عائلي مع حديقة.",
      "description_en": "Family house with garden.",
      "price": 1200,
      "currency": "USD",
      "rooms": 4,
      "bathrooms": 3,
      "area_m2": 220,
      "floor": null,
      "furnished": "semi",
      "rent_period": "monthly",
      "amenities": ["parking", "generator", "garden"],
      "seller_type": "owner",
      "whatsapp": "+9647700000002",
      "lat": 33.2789,
      "lon": 44.3945,
      "photo_urls": []
    },
    {
      "city_slug": "baghdad",
      "district_slug": "karrada",
      "deal": "sale",
      "property_type": "land",
      "title_ar": "قطعة أرض في الكرادة",
      "title_en": "Land plot in Karrada",
      "description_ar": "قطعة سكنية صك واضح.",
      "description_en": "Residential plot with clear deed.",
      "price": 95000,
      "currency": "USD",
      "rooms": null,
      "area_m2": 200,
      "floor": null,
      "seller_type": "agent",
      "whatsapp": "+9647700000003",
      "lat": 33.3025,
      "lon": 44.4251,
      "photo_urls": [
        "https://example.com/land1.jpg"
      ]
    }
  ]
}
