# Rotary Agency Airbnb Listing Search

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

Search Airbnb listings by location, check-in/check-out dates, and number of guests, returning available properties with pricing and details.

## Facts

- Endpoint: GET https://rotaryagency.uk/api/airbnb/search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-airbnb-listing-search-cf26adcf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3JUSmbYAw8BdD_hrWr95h

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-search-cf26adcf
```

Example prompt: Search Airbnb for available listings in Barcelona for 2 guests checking in June 10 and checking out June 17.

## When to prefer this

Use this endpoint when you need to programmatically search Airbnb listings by location, date range, and guest count as part of a travel planning or accommodation discovery workflow. Prefer it over general web search when you need structured, filterable listing data directly from Airbnb's inventory. Particularly useful for agents automating travel itinerary planning or comparing short-term rental options across destinations.

## Known failure modes

- No listings found for the requested location or dates — returns empty results
- Invalid or unrecognized location string causes lookup failure
- Date format errors or invalid date ranges (e.g. check-out before check-in)
- Guest count outside supported range returns error or empty results
- Upstream Airbnb data unavailable causing timeout or proxy error
- Payment failure via x402 protocol prevents request from being processed

## How this service works

Search Airbnb listings by location, dates, guests. Returns p...

## Output

Returns a list of available Airbnb properties matching the search criteria, including listing names, prices per night, availability, and links or identifiers to individual property pages.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "listings": "AirbnbListing[] — id, name, price, rating, reviewCount, host, roomType, amenities, coordinates"
 }
}
```

## More

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