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, null]
    • addressLine1 string

      The first line of the address.

    • addressLine2 [string, null]

      The second line of the address.

    • postalCode [string, null]

      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, null]

    The average rating of the hotel.

  • reviewsCount [number, null]

    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]

      COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).

  • roomTypes [array, null]

    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]

        COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).

    • availability boolean

      Availability status of the room.

  • amenities [array, null]

    A list of amenities offered by the hotel.

    Items string
    Items string
  • facilities [array, null]

    A list of facilities available at the hotel.

    Items string
    Items string
  • policies [object, null]

    Hotel policies.

    • checkIn [string, null]

      Check-in time policy.

    • checkOut [string, null]

      Check-out time policy.

    • cancellation [string, null]

      Cancellation policy.

  • reviews [array, null]

    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, null]

    A link to the hotel's booking page.

  • images [array, null]

    A collection of images of the hotel.

    Items string
    Items string