# KiteEndpoints.ai Airbnb Search

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

Search Airbnb listings by location and dates, returning available rental properties with pricing and details

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/airbnb-search
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-airbnb-search-815ba0e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TSUpkGLhqRgaqRiaomyGp

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-815ba0e4 -d '<json body>'
```

Example prompt: Search Airbnb for available 2-bedroom listings in Barcelona for 2 guests checking in June 10 and checking out June 17 — I'd prefer something with a kitchen and good reviews.

## When to prefer this

Use this endpoint when an agent needs to programmatically search Airbnb listings without direct Airbnb API access, especially in agentic travel planning workflows where short-term rental options are needed alongside other booking steps. Prefer this over general hotel search endpoints when specifically targeting Airbnb inventory.

## Known failure modes

- Invalid or unrecognized location returns empty results
- Date conflicts or past dates may cause validation errors
- Airbnb rate limiting or scraping blocks may return partial or no results
- Payment failure (insufficient USDC) returns 402 error
- Overly restrictive filters return zero results
- Malformed request body returns generic API error

## 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 names, pricing per night, availability, amenities, ratings, and links to individual listings.

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