# KiteEndpoints.ai - Booking.com API Proxy

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

Proxies requests to the Booking.com API to retrieve hotel, property, and accommodation data via a pay-per-request USDC micropayment model

## Facts

- Endpoint: POST https://kite-endpoints.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-proxy-89a276a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O1GKIAYUVvnycrFd_WGEe

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-proxy-89a276a0 -d '<json body>'
```

Example prompt: Search Booking.com for available hotels in Paris for 2 guests checking in May 20 and checking out May 25 — I want options under $200 per night with good ratings.

## When to prefer this

Choose this endpoint when you need to query hotel and accommodation availability or details from Booking.com's inventory without managing a direct Booking.com API integration, and you prefer micropayment-based access via USDC on Base chain rather than a subscription model.

## Known failure modes

- Missing or invalid search parameters may return empty results
- Destination not found or misspelled returns no matches
- Payment failure in USDC results in 402 response and no data returned
- Dates in the past or invalid date ranges cause errors
- Rate limiting or Booking.com API outages return error responses

## 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 accommodation search results or property details from Booking.com, including hotel names, availability, nightly rates, ratings, amenities, and location information wrapped in a result object.

## 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-proxy-89a276a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
