# StableTravel Hotel Offers Search

> StableTravel Hotel Offers Search is a paid API for AI agents from StableTravel at stabletravel.dev, paid per call via MPP or x402, $0.0324/call, status unknown (last checked 2026-09-16).

Search available hotel offers and room rates by Amadeus hotel IDs for specified dates and guest count

## Facts

- Endpoint: GET https://stabletravel.dev/api/hotels/search
- Price: $0.0324/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Provider: StableTravel
- Docs: https://stabletravel.dev
- Website: https://stabletravel.dev
- Tags: amadeus, flightaware, flights, hotels, activities, transfers, travel, data, web
- Canonical page: https://www.zero.xyz/c/stabletravel-search-918eac14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ie5Ivh-p47VVzpmCtCLro

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 stabletravel-search-918eac14
```

Example prompt: Search for available hotel offers for Amadeus hotel IDs MCLONGHM and MCLONALM for 2 adults checking in on June 15 and checking out June 18, with USD pricing, best rate only, and show me BREAKFAST board type options.

## When to prefer this

Use this endpoint when you already have Amadeus hotel IDs (e.g. from a prior hotel search or booking flow) and need to retrieve current pricing and availability. Best suited for comparing offers across known properties, checking rates for specific dates, or filtering by board type and payment policy. Prefer over generic hotel search when IDs are known and real-time Amadeus pricing is needed.

## Known failure modes

- Invalid or unrecognized Amadeus hotel IDs return empty data array
- No availability for requested dates returns empty offers
- Invalid date format causes request failure
- Unsupported currency code returns validation error
- Missing required hotelIds parameter returns 400 error
- Price range format mismatch returns no results

## How this service works

Search hotel offers by hotel IDs

## Output

Returns an array of hotel offer objects including room types, pricing, availability windows, board options, cancellation policies, and payment requirements for the requested hotels and dates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stabletravel-search-918eac14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabletravel.dev](https://www.zero.xyz/host/stabletravel.dev/llms.txt)
