{
  "gateway": "Rooster Agent Gateway",
  "version": "1.0",
  "description": "A verified, agent-readable directory of real-world businesses. Discover, then act (quote/book) through each business's booking_action.",
  "count": 4,
  "updated": "2026-08-09",
  "query": "Fetch this file and filter by category, city, service_area or rating. Then GET the business `endpoint` for full structured data + booking_action.",
  "businesses": [
    {
      "id": "summit-peak-dental",
      "name": "Summit Peak Dental",
      "category": "Dentist",
      "tagline": "Same-week appointments. Anxiety-free dentistry in St. George.",
      "city": "St. George",
      "region": "UT",
      "service_area": [
        "St. George",
        "Washington",
        "Hurricane",
        "Santa Clara",
        "Ivins"
      ],
      "rating": 4.9,
      "review_count": 312,
      "price_range": "$$",
      "bookable": true,
      "booking_action": {
        "@type": "ReserveAction",
        "target": "https://summitpeakdental.example/book",
        "name": "Book Summit Peak Dental",
        "actionStatus": "PotentialActionStatus"
      },
      "agent_readiness": 100,
      "endpoint": "https://roosteragents.ai/gateway/businesses/summit-peak-dental.json",
      "verified": false,
      "demo": true,
      "data_fresh_as_of": "2026-08-09"
    },
    {
      "id": "red-rock-hvac-air",
      "name": "Red Rock HVAC & Air",
      "category": "HVACBusiness",
      "tagline": "24/7 emergency AC & heating repair across Southern Utah.",
      "city": "St. George",
      "region": "UT",
      "service_area": [
        "St. George",
        "Washington",
        "Hurricane",
        "Ivins",
        "Santa Clara"
      ],
      "rating": 4.8,
      "review_count": 208,
      "price_range": "$$",
      "bookable": true,
      "booking_action": {
        "@type": "ReserveAction",
        "target": "https://redrockhvac.example/schedule",
        "name": "Book Red Rock HVAC & Air",
        "actionStatus": "PotentialActionStatus"
      },
      "agent_readiness": 100,
      "endpoint": "https://roosteragents.ai/gateway/businesses/red-rock-hvac-air.json",
      "verified": false,
      "demo": true,
      "data_fresh_as_of": "2026-08-09"
    },
    {
      "id": "canyon-view-med-spa",
      "name": "Canyon View Med Spa",
      "category": "HealthAndBeautyBusiness",
      "tagline": "Botox, filler & laser — by board-certified injectors.",
      "city": "St. George",
      "region": "UT",
      "service_area": [
        "St. George",
        "Washington",
        "Hurricane"
      ],
      "rating": 5.0,
      "review_count": 141,
      "price_range": "$$$",
      "bookable": true,
      "booking_action": {
        "@type": "ReserveAction",
        "target": "https://canyonviewmedspa.example/appointments",
        "name": "Book Canyon View Med Spa",
        "actionStatus": "PotentialActionStatus"
      },
      "agent_readiness": 100,
      "endpoint": "https://roosteragents.ai/gateway/businesses/canyon-view-med-spa.json",
      "verified": false,
      "demo": true,
      "data_fresh_as_of": "2026-08-09"
    },
    {
      "id": "zion-gateway-realty",
      "name": "Zion Gateway Realty",
      "category": "RealEstateAgent",
      "tagline": "Buy or sell in Southern Utah — concierge service, local experts.",
      "city": "St. George",
      "region": "UT",
      "service_area": [
        "St. George",
        "Washington",
        "Hurricane",
        "Santa Clara",
        "Ivins",
        "Washington County"
      ],
      "rating": 4.9,
      "review_count": 96,
      "price_range": "$$$",
      "bookable": true,
      "booking_action": {
        "@type": "ReserveAction",
        "target": "https://ziongatewayrealty.example/consult",
        "name": "Book Zion Gateway Realty",
        "actionStatus": "PotentialActionStatus"
      },
      "agent_readiness": 100,
      "endpoint": "https://roosteragents.ai/gateway/businesses/zion-gateway-realty.json",
      "verified": false,
      "demo": true,
      "data_fresh_as_of": "2026-08-09"
    }
  ]
}