# AnyAPI Airbnb Search

> AnyAPI Airbnb Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.03008/call, status unknown (last checked 2026-09-14).

Searches Airbnb listings by location and travel dates, returning available properties with pricing and details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/airbnb.search
- Price: $0.03008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-airbnb-search-abfa72fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SyKviw3stsAhjBbjcBDii

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 anyapi-airbnb-search-abfa72fd -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically search Airbnb listings without a subscription or per-month fee — ideal for agents comparing vacation rentals, travel planning workflows, or price monitoring. Prefer this over direct Airbnb browsing when you need structured JSON output. Costs $0.03 per call with no subscription required.

## Known failure modes

- Invalid or unrecognized location returns empty results or error
- Dates in the past or invalid date range returns error
- Airbnb anti-scraping measures may cause intermittent failures or incomplete results
- Missing required parameters (location, dates) returns a 400-level error
- Highly specific filters with no matches return empty results array

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of Airbnb search results including listing names, nightly prices, property types, ratings, guest capacity, thumbnails, and URLs to individual listings matching the search criteria.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-airbnb-search-abfa72fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
