Hotel Listing Extraction Schema

This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.

Contact us
HotelListing object
  • hotelName string

    The name of the hotel.

  • location string

    The location of the hotel.

  • rating number

    The average rating of the hotel.

  • reviewsCount number

    The number of reviews for the hotel.

  • price ["object","null"]

    The price of the hotel - taking into account the thousands separator and decimal.

    • original ["string","null"]

      The raw unparsed price.

    • amount ["number","null"]

      Amount of the price.

    • currency ["string","null"]

      The currency ISO3 of the price (e.g., USD, EUR).

  • roomType string

    The type of room available.

  • amenities array

    A list of amenities offered by the hotel.

    Items string
    Items string
  • availability boolean

    Availability status of the hotel room.

  • hotelLink string

    A link to the hotel's booking page.

  • image string

    An image of the hotel.