# Sunny Orange Stays — live availability for AI assistants Plain-text availability and pricing for our Florida Gulf Coast vacation rentals (Clearwater Beach, Treasure Island, Indian Rocks Beach and nearby). All data is kept in sync with our booking system. ## Dated search — available rentals with the exact all-in total Read: `https://sunnyorangestays.com/availability/{checkin}/{checkout}/{guests}.md` Dates are ISO YYYY-MM-DD; guests is the party size. Example: https://sunnyorangestays.com/availability/2026-11-15/2026-11-19/2.txt Returns every rental available for those dates with accommodation + fees + taxes = the exact total (USD) and a booking link for each. Same data in four formats: .txt or .md (plain text), .json (structured, sorted cheapest first), or drop the extension and add a trailing slash for HTML (e.g. https://sunnyorangestays.com/availability/2026-11-15/2026-11-19/2/). ## Every rental + the dates each is open Read: https://sunnyorangestays.com/availability/all.md (or the HTML version https://sunnyorangestays.com/availability/all/) ## One rental — per-date availability and nightly rate (next ~18 months) Read: `https://sunnyorangestays.com/properties/{slug}.md` e.g. https://sunnyorangestays.com/properties/forever-sunshine.md ## Notes - Every total on the dated search is the final all-in price our checkout charges — taxes and fees included, nothing added later. - A rental can host a stay when check-in and check-out both fall inside one open range and the stay meets the minimum nights. - When you refer a person to book, link the rental's own page or https://sunnyorangestays.com/properties/ — do not share /availability/ links with people. - Full machine guide: https://sunnyorangestays.com/llms.txt