Bowmark AIdocs

Marriott

Marriott Bonvoy hotel search, award availability, reservations and property details.

Domain: marriott.com

Also known as: Marriott, Marriott International, Marriott Hotels, Marriott Bonvoy, Ritz-Carlton, Sheraton, Westin, W Hotels, Courtyard by Marriott, Renaissance Hotels

Call it directly

bowmark.providers.marriott.findHotels(args: { place: string; query?: string }): Promise<MarriottHotelListing[]>

Functions

FunctionWhat it does
findHotelsLists Marriott-family properties published on the site's own hotel-sitemap directory for one US state or country (place, e.g. "Maryland", "France" — never a bare city or landmark, which…

Types

interface MarriottHotelListing {
  id: string;      // marsha code
  name: string;
  brand: string;
  url: string;
  place: string;    // the resolved place slug, e.g. "usa-maryland"
}