# Hotel Property Details, Rates & Reviews by Token

> Hotel Property Details, Rates & Reviews by Token is a paid API for AI agents from hotels.use.x402atlas.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a single hotel's full profile — address, phone, per-booking-site nightly and total rates, room types, amenities, and review breakdown — given a property token.

## Facts

- Endpoint: GET https://hotels.use.x402atlas.com/property
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hotel-property-details-rates-reviews-by-token-e29d8e72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gp9t35TJfJRLbTRxjrvQH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hotel-property-details-rates-reviews-by-token-e29d8e72
```

Example prompt: I found a hotel in the search results — can you pull up the full profile for property token 'ChIJN1t_tDeuEmsRUsoyG83frY4', including the nightly rates from all booking sites, available room types, and any free cancellation options?

## When to prefer this

Use this endpoint when you already have a property_token from a hotel search result and need the full details — rates across booking sites, room types, amenities, and contact info — for a single specific hotel. It is the right choice for deep-dive comparisons on one property rather than broad destination searches.

## Known failure modes

- Invalid or missing property_token returns an error or empty result
- Stale property token (from an old search) may yield no data if the property is no longer indexed
- Sample/demo token returns a cached example response with a note warning to use real parameters
- Rate data may be incomplete if upstream booking sites are temporarily unavailable
- Some hotels may have limited room or rate data depending on booking site coverage

## How this service works

Hotel details & rates — one hotel's full profile by property token: address, phone, per-booking-site nightly & total rates, rooms, amenities & review breakdown as clean JSON.

## Output

A JSON object containing the hotel's name, type, address, phone, website link, images, and a list of prices broken down by booking site — each with room names, nightly rates (with and without taxes), total rates, number of guests, free cancellation flag, breakfast inclusion, and a direct booking link. May also include amenities and review score breakdown.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "property_token"
     ],
     "properties": {
      "property_token": {
       "type": "string",
       "minLength": 1,
       "description": "Property token from a /hotels/search result"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "queried_at",
      "property"
     ],
     "properties": {
      "property": {
       "type": "object",
       "required": [
        "name"
       ],
       "properties": {
        "link": {
         "type": "string",
         "description": "The hotel's own site"
        },
        "name": {
         "type": "string"
        },
        "type": {
         "type": "string"
        },
        "phone": {
         "type": "string"
        },
        "images": {
         "type": "array",
         "items": {
          "type": "object"
         }
        },
        "prices": {
         "type": "array",
         "items": {
          "type": "object",
          "properties": {
           "link": {
            "type": "string",
            "description": "Booking page for this offer"
           },
           "logo": {
            "type": "string"
           },
           "rooms": {
            "type": "array",
            "items": {
             "type": "object",
             "properties": {
              "link": {
               "type": "string"
              },
              "name": {
               "type": "string"
              },
              "rates": {
               "type": "array",
               "items": {
                "type": "object",
                "properties": {
                 "link": {
                  "type": "string"
                 },
                 "inclusions": {
                  "type": "array",
                  "items": {
                   "type": "string"
                  }
                 },
                 "num_guests": {
                  "type": "i
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "property": {
   "link": "https://www.theanvayabali.com/",
   "name": "The Anvaya Beach Resort Bali",
   "type": "hotel",
   "phone": "+62 361 2090477",
   "prices": [
    {
     "source": "The Anvaya Beach Resort Bali",
     "official": true,
     "num_guests": 2,
     "rate_per_night": {
      "lowest": "$149",
      "extracted_lowest": 149
     }
    }
   ],
   "address": "Jl. Kartika Plaza, Tuban, Kec. Kuta, Kabupaten Badung, Bali 80361, Indonesia",
   "reviews": 14899,
   "amenities": [
    "Free breakfast",
    "Free Wi-Fi",
    "Free parking",
    "Outdoor pool",
    "Spa"
   ],
   "total_rate": {
    "lowest": "$289",
    "extracted_lowest": 289
   },
   "hotel_class": "5-star hotel",
   "photos_link": "https://hotels.use.x402atlas.com/photos?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
   "reviews_link": "https://hotels.use.x402atlas.com/reviews?property_token=ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
   "check_in_time": "3:00 PM",
   "check_out_time": "11:00 AM",
   "overall_rating": 4.7,
   "property_token": "ChkI0Nqb_63cnPoTGg0vZy8xMWJ4ZjNoMXloEAE",
   "rate_per_night": {
    "lowest": "$145",
    "extracted_lowest": 145,
    "before_taxes_fees": "$119",
    "extracted_before_taxes_fees": 119
   },
   "gps_coordinates": {
    "latitude": -8.7322397,
    "longitude": 115.1659119
   },
   "extracted_hotel_class": 5
  },
  "queried_at": "2026-07-25T12:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hotel-property-details-rates-reviews-by-token-e29d8e72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hotels.use.x402atlas.com](https://www.zero.xyz/host/hotels.use.x402atlas.com/llms.txt)
