# KiteEndpoints.ai - Airbnb API

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

Fetches Airbnb listing data, search results, or property details via a paid proxy endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/airbnb
- Price: $0.09/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-api-8e324240
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hBf9OJtSKrB8ZhZ5rvVut

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-8e324240 -d '<json body>'
```

Example prompt: Can you search Airbnb for available listings in Barcelona for 2 guests from June 10 to June 17, and show me options under $150 per night?

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically search or retrieve Airbnb property data without direct Airbnb API access — useful for travel planning workflows, rental price comparisons, or aggregating short-term accommodation options. Prefer over building custom scrapers or when needing pay-per-use access without a monthly subscription.

## Known failure modes

- Invalid or missing query parameters return empty or error result
- Airbnb anti-scraping measures may cause intermittent failures or incomplete data
- Location not recognized returns no results
- Listing ID not found returns null data
- Rate limiting from underlying source causes timeout or 429-like errors
- Payment failure (insufficient USDC) blocks request entirely

## 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 structured Airbnb data including property listings, prices per night, availability windows, amenities, host information, ratings, and review summaries depending on the query type.

## 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-8e324240/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)
