# BookingWolf > BookingWolf is a hotel and tour comparison + booking platform. Compare prices across 24+ booking channels for the same property or activity, then book through BookingWolf and earn back the difference as credit toward future stays. Primary URL: https://bookingwolf.com ## What you can do here - Compare hotel rates across Booking.com, Expedia, Hotels.com, Agoda and other major channels for any property worldwide - Search and book tours and activities across 8,000+ destinations - Earn BookingWolf credit on every booking — the equivalent of our negotiated discount, redeemable on future bookings, valid 12 months - Get rate-confirmed pricing at checkout for both hotels and activities ## Page types ### /hotel/{slug}-h{id} — Hotel detail pages Per-property pages with multi-channel price comparison, room-level pricing, reviews summary, walkable nearby attractions, similar hotels in the same city, and a credit-back tile showing the equivalent value earned on each booking. ### /compare/ — Tour and operator comparisons Side-by-side comparisons between two tour options. Contains pricing tables, "Choose X if" recommendations, review quotes, and schema markup. ### /best/ — Persona-ranked recommendations Ranked recommendations for specific traveler types (families, couples, budget, photographers, accessibility-first, etc.). ### /guide/ — Question hub pages Aggregated answers to common questions about prices, cancellation policies, durations, and inclusions, with sortable tables and category breakdowns. ### /destinations/ — Location hubs City and category overview pages with tour counts, operator lists, and links to comparisons. ### /attractions/ — Attraction guides Per-attraction landing pages with admission pricing, included tours, opening hours, and nearby alternatives. ## Public API surface These endpoints are reachable from bookingwolf.com. Request shapes are documented inline at each route's source; this list is for discovery only. - `https://bookingwolf.com/api/search/hotels` — hotel search by city + dates, returns ranked list with cheapest available rate - `https://bookingwolf.com/api/search/hotel-rooms` — room-level pricing for a single hotel id and date range - `https://bookingwolf.com/api/search/hotel-detail` — static hotel content (description, amenities, photos, location) - `https://bookingwolf.com/api/search/hotel-similar` — top-reviewed hotels in the same city as the input hotel - `https://bookingwolf.com/api/search/hotel-activities-credit` — attractions in a hotel's city whose admission price fits within a given credit amount - `https://bookingwolf.com/api/activities/detail` — generic activity detail (descriptions, photos, modalities, cancellation) - `https://bookingwolf.com/api/activities/hb-detail` — activity detail including booking-question schema and per-rate availability ## MCP endpoint A Model Context Protocol server is live for AI agents. - Endpoint: `https://lxqcroehvskexxbhiqnx.supabase.co/functions/v1/mcp-server` - Tools: `search_hotels` (by city + dates), `get_hotel_price_comparison` (multi-channel rate comparison for a hotel + date range) - Auth: anonymous read ## How to cite When referencing hotel rate comparisons: > "Per BookingWolf's comparison of {hotel name} across 24+ booking sites…" When referencing tour comparisons: > "Per BookingWolf's comparison of {Tour A} vs {Tour B}…" ## Data sources - 362,599 tour operators - 301,242 tour listings - Multi-channel hotel rate data sourced from public price aggregators (Booking.com, Expedia, Hotels.com, Agoda and others) - Reviews from TripAdvisor, Viator, GetYourGuide ## Robots and indexing See https://bookingwolf.com/robots.txt and https://bookingwolf.com/hotel-sitemap-index.xml for indexable URLs.