# KiteEndpoints.ai - Booking.com API

> KiteEndpoints.ai - Booking.com API is a paid API for AI agents from kite-solana.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-15).

Proxies Booking.com travel data (hotels, properties, availability, reviews) via a pay-per-request gateway using USDC on Base chain

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/booking-com
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-booking-com-api-dd61da8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bp4EwjLEGx8aiV80s2-bg

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 kiteendpoints-ai-booking-com-api-dd61da8c -d '<json body>'
```

Example prompt: Can you search Booking.com for available hotels in Barcelona for 2 guests checking in June 10 and checking out June 15, sorted by price?

## When to prefer this

Choose this endpoint when you need Booking.com-specific hotel and accommodation data — especially pricing, availability, and property details — without managing a direct Booking.com API integration. Best suited for travel assistants, itinerary planners, or comparison tools that need on-demand hotel lookups paid per request with crypto.

## Known failure modes

- Invalid or missing destination returns empty results
- Date format errors cause request failure
- Unsupported filter parameters may be silently ignored
- Insufficient USDC balance triggers payment failure (402)
- High-demand dates may return no availability
- Malformed property IDs return error or empty data

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured object containing hotel or property listings relevant to the search, including property names, locations, pricing, availability status, star ratings, guest scores, and room options sourced from Booking.com's inventory.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-booking-com-api-dd61da8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
