# KiteEndpoints.ai Airbnb Search

> KiteEndpoints.ai Airbnb Search is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Search Airbnb listings by location and filters to retrieve available rentals and pricing

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/airbnb-search
- Price: $0.12/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-airbnb-search-8a78e11f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TUdIhrrGBLlAovLp2ipgR

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-airbnb-search-8a78e11f -d '<json body>'
```

Example prompt: Search Airbnb for available listings in Barcelona for 2 guests from June 10 to June 17 with a nightly budget under $150.

## When to prefer this

Use this endpoint when an agent needs to programmatically search Airbnb listings without maintaining a direct Airbnb API integration. It is well suited for travel planning agents, accommodation recommendation workflows, or price comparison tools that need short-term rental data on demand via a pay-per-use crypto micropayment model.

## Known failure modes

- No listings found for specified dates or location — returns empty results array
- Invalid date range (check-out before check-in) — returns validation error
- Unsupported or unrecognized location — returns empty or error response
- Payment failure in USDC — request not processed
- Airbnb rate limiting or upstream unavailability — returns 502 or timeout error
- Overly restrictive filters yielding zero results

## 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 list of Airbnb property listings matching the search criteria, including property name, type, nightly price, availability, photos, location details, guest ratings, review counts, and host information.

## 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-airbnb-search-8a78e11f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
