Hotel 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
Hotel object
  • hotelName string

    The name of the hotel.

  • hotelAddress object
    • addressLine1 string

      The first line of the address.

    • addressLine2 string

      The second line of the address.

    • postalCode string

      The postal code of the address.

    • city string

      The city where the hotel is located.

    • country string

      The country where the hotel is located.

  • 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).

  • roomTypes array

    A list of room types available in the hotel.

    Items object
    • roomType string

      The type of room available.

    • price ["object","null"]

      The price of the room - 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).

    • availability boolean

      Availability status of the room.

  • amenities array

    A list of amenities offered by the hotel.

    Items string
    Items string
  • facilities array

    A list of facilities available at the hotel.

    Items string
    Items string
  • policies object

    Hotel policies.

    • checkIn string

      Check-in time policy.

    • checkOut string

      Check-out time policy.

    • cancellation string

      Cancellation policy.

  • reviews array

    A list of reviews for the hotel.

    Items object
    • author string

      The name of the person who wrote the review.

    • datePublished string

      The date the review was published.

    • reviewBody string

      The text of the review.

    • reviewRating object
      • ratingValue number

        The rating given in this review.

  • hotelLink string

    A link to the hotel's booking page.

  • images array

    A collection of images of the hotel.

    Items string
    Items string