Bowmark AIdocs

Hilton

Hilton-family hotel search, award availability, reservation lookup and property details.

Domain: hilton.com

Also known as: Hilton, Hilton Hotels & Resorts, Hilton Honors, Waldorf Astoria, Conrad Hotels, DoubleTree, Embassy Suites, Hampton by Hilton

Call it directly

bowmark.providers.hilton.search(args: object): Promise<hiltonRoomOffer[]>

Functions

FunctionWhat it does
searchSearches Hilton's live cash room availability for one property (by its hilton.com URL slug), a date range and adult count — returns the priced room types on offer: name, bed configuration,…

Types

interface hiltonRoomOffer {
  roomTypeCode: string;
  roomTypeName: string;
  bedType: string | null;
  maxOccupancy: number | null;
  features: string[];
  ratePlanCode: string;
  currencyCode: string;
  nightlyRate: string;
  totalRate: string;
}