# Rotary Agency — Airbnb Listing Detail

> Rotary Agency — Airbnb Listing Detail is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches full Airbnb listing details by ID, including pricing, rating, host info, amenities, photos, location, and house rules

## Facts

- Endpoint: GET https://rotaryagency.uk/api/airbnb/listing/%7Bid%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-airbnb-listing-detail-0e26e7e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kAfXrvpEMNOgFMudOPJhP

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 rotary-agency-airbnb-listing-detail-0e26e7e5
```

Example prompt: Pull up all the details for Airbnb listing 12345678 — I want to see the price, amenities, host info, house rules, and location.

## When to prefer this

Use this endpoint when you have a specific Airbnb listing ID and need comprehensive property details without API keys or signup. Ideal for AI agents that need to enrich a known listing ID with full metadata for comparison, validation, or display. Prefer over scraping Airbnb directly when you need structured JSON output and pay-per-call pricing with USDC via x402.

## Known failure modes

- Invalid or non-existent listing ID returns an error or empty result
- Listing may have been removed or made unavailable on Airbnb
- Payment failure via x402 if wallet balance is insufficient
- Rate limiting or temporary service unavailability from upstream Airbnb data source
- Stale or cached data if Airbnb recently updated the listing

## How this service works

AI-agent-friendly data marketplace. 206 endpoints: read any webpage, Exa semantic search, YouTube transcripts + search, dev.to, OpenAlex + PubMed scholarly search, Hacker News, Wikipedia, RSS, npm, PyPI, GitHub, arXiv, Stack Exchange, V2EX, Bilibili, plus Google Maps, LinkedIn, Reddit, Instagram, Airbnb. Pay per request with USDC via x402 — no keys, no signup.

## Output

A JSON object containing the full Airbnb listing detail: listing ID, name, description, nightly price, overall rating, host profile, list of amenities, photo URLs, geographic location, and house rules.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "listing": "AirbnbListingDetail — id, name, description, price, rating, host, amenities, photos, location, houseRules"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-airbnb-listing-detail-0e26e7e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
