{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "KB Ammos AI Index",
    "description": "Comprehensive AI-optimized structured dataset for KB Ammos located in Skiathos. This dataset provides machine-readable information regarding room types, pricing indices, hotel amenities, and geographic data designed for seamless integration with Large Language Models (LLMs) and AI agents.",
    "url": "https://www.kbammosskiathos.com/ai-index.json",
    "creator": {
        "@type": "Organization",
        "name": "KB Ammos",
        "url": "https://www.kbammosskiathos.com/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Overron",
        "url": "https://www.overron.com"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "distribution": [
        {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://www.kbammosskiathos.com/ai-index.json"
        }
    ],
    "data": {
        "entity": "KB Ammos",
        "type": "hotel",
        "location": "Skiathos, Greece",
        "website": "https://www.kbammosskiathos.com/",
        "booking_url": "https://kbammoshotel.reserve-online.net/",
        "knowledge_base": "/llms.txt",
        "ai_endpoints": {
            "search": "/ai-search.php",
            "method": "GET",
            "parameter": "q"
        },
        "adults_only": true,
        "rooms": [
            {
                "name": "Deluxe Double Room with Plunge Pool",
                "code": "DXDLPP",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "plunge pool"
                ],
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 103.5,
                        "max": 146.5
                    },
                    "2026-07": {
                        "min": 189,
                        "max": 200
                    },
                    "2026-08": {
                        "min": 254,
                        "max": 290
                    },
                    "2026-09": {
                        "min": 206,
                        "max": 254
                    },
                    "2026-10": {
                        "min": 186,
                        "max": 186
                    }
                }
            },
            {
                "name": "Deluxe Double Room with Outdoor Jacuzzi",
                "code": "DLXDIV",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "jacuzzi"
                ],
                "tags": [
                    "couple",
                    "honeymoon"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 103.5,
                        "max": 146.5
                    },
                    "2026-07": {
                        "min": 200,
                        "max": 200
                    },
                    "2026-08": {
                        "min": 254,
                        "max": 290
                    },
                    "2026-09": {
                        "min": 206,
                        "max": 254
                    },
                    "2026-10": {
                        "min": 186,
                        "max": 186
                    }
                }
            },
            {
                "name": "Deluxe Suite with Indoor or Outdoor Jacuzzi Garden View & Limited Sea View",
                "code": "DLXSJA",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "jacuzzi",
                    "sea view",
                    "garden view"
                ],
                "tags": [
                    "couple",
                    "honeymoon"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 135,
                        "max": 180.5
                    },
                    "2026-07": {
                        "min": 254,
                        "max": 254
                    },
                    "2026-08": {
                        "min": 290,
                        "max": 344
                    },
                    "2026-09": {
                        "min": 226,
                        "max": 290
                    },
                    "2026-10": {
                        "min": 218,
                        "max": 218
                    }
                }
            },
            {
                "name": "Budget Room (Combi)",
                "code": "COMBI",
                "min_guests": 1,
                "max_guests": 2,
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 102,
                        "max": 122
                    },
                    "2026-06": {
                        "min": 150,
                        "max": 150
                    },
                    "2026-07": {
                        "min": 200,
                        "max": 200
                    },
                    "2026-08": {
                        "min": 180,
                        "max": 200
                    },
                    "2026-09": {
                        "min": 160,
                        "max": 180
                    }
                }
            }
        ],
        "room_count": 4,
        "pricing_summary": {
            "cheapest_room": "COMBI",
            "cheapest_price": 102,
            "most_expensive_room": "DLXSJA",
            "highest_price": 344,
            "cheapest_room_name": "Budget Room (Combi)"
        },
        "seasonality": {
            "low_season_max": 180,
            "mid_season_max": 200,
            "high_season_max": 254,
            "peak_season_max": 344
        },
        "price_range_global": {
            "min": 102,
            "max": 344
        },
        "searchable_features": [
            "garden_view",
            "jacuzzi",
            "plunge_pool",
            "sea_view"
        ],
        "searchable_tags": [
            "couple",
            "honeymoon"
        ],
        "coordinates": [
            39.16387900000000144018486025743186473846435546875,
            23.478570999999998747398421983234584331512451171875
        ],
        "country": "Greece",
        "generated_at": "2026-07-17T15:22:59-05:00"
    }
}