# KiteEndpoints.ai - Airbnb Data API

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

Retrieves Airbnb listing or property data via a paid per-request proxy endpoint on the KiteEndpoints mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.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-data-api-7b80fc2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MISPFj4QCSmG54gh9LkIO

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

Example prompt: Can you pull up the Airbnb listing details for property ID 12345678 — I want to see the price per night, amenities, and host rating?

## When to prefer this

Choose this endpoint when you need programmatic access to Airbnb property data without managing your own scraping infrastructure. It is pay-per-request with no subscription commitment, making it suitable for low-volume or sporadic lookups. Prefer this over building a custom scraper when you need quick integration and are comfortable paying $0.09 USDC per call on Base chain.

## Known failure modes

- Invalid or non-existent listing ID returns empty or error result
- Airbnb rate limiting or blocking causes upstream failure
- Insufficient USDC balance triggers 402 payment required error
- Malformed request body returns validation error
- Airbnb listing may be delisted or unavailable, returning stale or null data

## 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 JSON object containing Airbnb property data such as listing details, nightly price, availability, amenities, host information, guest ratings, and other metadata associated with the queried listing or search.

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