Hotel

Learn the common fields for hotel and accommodation PDP endpoints and example domains.

Hotel PDP Cache agents extract structured data from hotel and accommodation detail pages, including property info, pricing, reviews, facilities, room types, and nearby points of interest.

Description

Hotel agents return normalized fields for hotels, apartments, and homestays: name, description, address, location, coordinates, star rating, check-in/out, contact, host info, pricing, review stats and highlights, individual reviews, popular facilities, facilities by category, policies, room types with prices, and nearby locations (airports, culinary, shopping, hospitals, landmarks, attractions, transport, etc.).

Common Fields

FieldTypeDescription
namestringHotel or accommodation name
aboutstringDescription and overview of the property
addressstringFull street address
locationstringCity, area, or region name
coordinatesobjectlatitude (number), longitude (number)
starsnumberStar rating of the property (1–5)
year_openednumberYear the property was opened
check_instringCheck-in time instructions
check_outstringCheck-out time instructions
contactobjectemail (string), phone (string)
hostobjectname, joined, response_time (for homestays/apartments)
pricingobjectcurrency, original_price, starting_price, discounted_price
review_statsobjectoverall_score, total_reviews, score_breakdown, category_summaries
highlightsarrayKey selling points (strings)
review_highlightsarraySnippets of positive feedback (strings)
reviewsarrayObjects: date, title, rating, content, country, reviewer, room_type, trip_type, stay_duration
popular_facilitiesarrayFlat list of popular facilities (strings)
facilitiesobjectdining, internet, services, recreation, room_amenities, transportation, access_and_security, cleanliness_and_safety (each array of strings)
policiesobjectpets, deposit, smoking, children, breakfast, cancellation, check_in_instructions
room_typesarrayObjects: name, size, prices (with adults, kids, price_total, breakfast_included, cancellation_policy, etc.), bed_type, features
location_nearbyobjectairports, culinary, shopping, hospitals, landmarks, attractions, cash_withdrawal, public_transport, convenience_stores (each array of { name, distance })

Example Domains / URLs

Hotel PDP agents are typically available for major booking and travel domains, for example:

  • Booking.com — e.g. https://www.booking.com/hotel/...
  • Expedia — e.g. https://www.expedia.com/...
  • Agoda — e.g. https://www.agoda.com/...
  • Trip.com — e.g. https://www.trip.com/...
  • Hotels.com — e.g. https://www.hotels.com/...

Check the Marketplace for the full list of supported hotel domains.

On this page