# KiteEndpoints.ai - Airbnb API

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

Fetches Airbnb listing data, search results, or property details via a paid proxy API endpoint

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/airbnb
- Price: $0.09/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-api-ce35bb5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_275nqKDGk-6WMAJOobFUG

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-api-ce35bb5e -d '<json body>'
```

Example prompt: Can you search Airbnb for available listings in Lisbon, Portugal for 2 guests checking in June 10 and checking out June 17, ideally with a pool?

## When to prefer this

Use this endpoint when you need programmatic access to Airbnb listing data, pricing, or search results without managing your own Airbnb scraping infrastructure. Prefer this over building a custom scraper when you need quick, pay-per-use access to Airbnb data paid via USDC on Base chain.

## Known failure modes

- Invalid or missing input parameters returns generic error in result object
- Airbnb rate limiting or blocking upstream causes empty or error result
- Listing ID not found returns empty data
- Payment failure (insufficient USDC) blocks the request before execution
- Vercel cold-start latency may cause timeout on first request

## 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 Airbnb listing data including property details, pricing, availability, amenities, host info, and reviews in a JSON result object

## Request schema (JSON Schema)

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

## 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-api-ce35bb5e/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)
