# Rotary Agency — Airbnb Listing Reviews

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

Fetches all guest reviews for a specific Airbnb listing by listing ID, returning review metadata including author, rating, text, date, and host response.

## Facts

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

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-reviews-84425096
```

Example prompt: Can you pull all the guest reviews for Airbnb listing 12345678 so I can see what people are saying about the place and how the host responds to complaints?

## When to prefer this

Use this endpoint when you need structured guest review data for a specific Airbnb listing without managing Airbnb credentials or scraping infrastructure. Ideal for travel research, competitive benchmarking, sentiment analysis pipelines, or pre-booking due diligence. Prefer over manual scraping or unofficial wrappers — this is a pay-per-call service with no API key required, just USDC via x402.

## Known failure modes

- Invalid or non-existent listing ID returns an error or empty reviews array
- Listing with no reviews returns an empty array
- Airbnb rate limiting or scraping blocks may cause request failures
- Payment failure via x402 if USDC balance is insufficient
- Listing may be delisted or private, making it inaccessible

## 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 array of AirbnbReview objects, each containing a review ID, author name, star rating (numeric), review text, submission date, and the host's response text if one exists.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "reviews": "AirbnbReview[] — id, author, rating, text, date, response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-airbnb-listing-reviews-84425096/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)
