Research hotel prices across booking sites for your destination dates, scoring deals by value and location. Compare rates from Booking.com, Hotels.com, and Expedia — then publish a curated guide ranking hotels by price-to-quality ratio so travelers find the real deals fast.
Build Prompt
Copy this prompt into Claude Code
Build a static HTML hotel deal finder. Dark theme: background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent #0ea5e9 (sky blue). All data from inline JS constants:
const HOTELS = [...] — each hotel: id, name, brand, stars (1–5), emoji, neighborhood, distanceToCenter (miles), pricePerNight, originalPrice (for crossed-out), bookingUrl, bookingSource ("Booking.com"/"Hotels.com"/"Expedia"/"Direct"), dealScore (0–100), reviewScore (e.g. 8.4), reviewCount, reviewLabel ("Superb"/"Very Good"/"Good"), amenities (["Pool","Gym","Free Breakfast","Free Parking","Airport Shuttle","Spa"]), cancellationPolicy ("Free cancellation"/"Non-refundable"), breakfastIncluded (bool), distanceFromAirport (miles), highlights (string, 1–2 sentences), savingsPercent.
const DESTINATION = { city: "Miami, FL", checkIn: "2024-02-15", checkOut: "2024-02-18", nights: 3, travelersNote: "Valentine's weekend" }.
const NEIGHBORHOODS = ["South Beach","Downtown","Brickell","Wynwood","Airport Area"].
const LAST_UPDATED = "2024-01-15T10:00:00Z".
Layout: header with destination, check-in/out dates, "X hotels found" count. Filter sidebar (desktop) / filter sheet (mobile): price range slider, star rating checkboxes, neighborhood pills, amenities checkboxes, sort (Best Deal Score / Lowest Price / Best Rating / Closest). Hotel cards (list view): emoji photo, name, stars row, neighborhood + distance to center, price/night in large text, original price struck through, savings %, deal score badge (color-coded: green 80+ / amber 60–79 / red below 60), review score + label, top 3 amenities chips, cancellation policy, "Book Now" CTA linking to bookingUrl. Detail modal: all amenities, full highlights, source comparison table (prices across all 3 booking sites for same hotel). "Best Overall Pick" callout card at top.
Seed 15 hotels across 5 neighborhoods.
Add cron comment: <!-- Schedule: Run 'claude -p "Research hotel prices in [destination] for [check-in] to [check-out]. Update HOTELS with current rates from Booking.com, Hotels.com, Expedia. Redeploy."' via crontab daily -->
Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].
Make It Yours
Your Destination
Replace Miami with your travel destination and update DESTINATION dates for your actual trip.
Points & Miles Value
Add a loyalty program field showing how many Marriott Bonvoy or Hilton Honors points each stay costs.
Budget Tier Tabs
Add Budget / Mid-Range / Luxury tabs that pre-filter to under $100, $100–$250, and $250+ per night.
Price Calendar
Show a 14-day price calendar for each hotel so travelers can spot the cheapest nights to book.
Airbnb Comparison
Add an Airbnb alternatives section showing comparable apartments for the same dates and area.
Group Travel Mode
Add a room count slider that recalculates total trip cost for groups needing multiple rooms.
Update Prompt
Update Prompt — Refresh hotel rates for new dates
Research hotel prices in [destination] for [check-in date] to [check-out date]. Check Booking.com, Hotels.com, and Expedia for current rates. Update the HOTELS array with fresh prices, recalculate deal scores, update DESTINATION dates, and update LAST_UPDATED. Redeploy.
SEO Tips
Target "cheap hotels [city] [month]" and "best hotel deals [destination]" — massive search volume before holiday travel windows.
Add JSON-LD LodgingBusiness schema for each hotel with priceRange, starRating, and amenityFeature.
Create neighborhood-specific guides ("best hotels in South Beach under $150") — long-tail with buying intent.
Add a "Best Time to Book" section with average price by month for the destination — earns evergreen traffic year-round.
Build comparison pages ("Booking.com vs Hotels.com for [city]") — high search volume from deal-savvy travelers.
Monetization Ideas
Booking.com affiliate program pays 25–40% of their commission per stay — typically $8–$40 per completed booking.
Hotels.com affiliate links earn 4% of booking value — add a "Compare on Hotels.com" CTA for each property.
Travel insurance affiliate (World Nomads, Allianz) shown at checkout stage — $15–$30 commission per policy sold.
Airport transfer affiliate (GetTransfer, Mozio) as an upsell on hotel pages near airports.
Destination activity affiliate (Viator, GetYourGuide) — "Things to do near [hotel]" section earns 8% per booking.