Overview

AnyAPI airbnb.search (Airbnb Search)

Protocol x402
Price —
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider getanyapi
Source bazaar
Indexed 2026-07-29 20:40:12

Health

Status degraded
Latency (p50) 340ms
Uptime (30d) 90.0%
Reliability Score 75/100
Last Checked 2026-09-24 13:56:28
Last Healthy Never
Consecutive Failures 3

x402 Payment Validation

Payment Requirements Invalid
Asset Verified —
Facilitator —

Input Schema

{ "bodyFields": { "adults": { "description": "Number of adult guests (e.g. 2).", "minimum": 1, "type": "integer" }, "allowFallbacks": { "default": true, "description": "Optional, default true. When false, only the sources listed in `source` may serve; the request is refused with no charge if none of them can. When true, the listed sources are tried first and any other source may serve after them, at the normal price.", "type": "boolean" }, "checkIn": { "description": "Check-in date in YYYY-MM-DD format (e.g. 2026-07-01).", "format": "date", "pattern": "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$", "type": "string" }, "checkOut": { "description": "Check-out date in YYYY-MM-DD format (e.g. 2026-07-05).", "format": "date", "pattern": "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$", "type": "string" }, "children": { "description": "Number of child guests (e.g. 1).", "minimum": 0, "type": "integer" }, "currency": { "default": "USD", "description": "Currency code for prices (e.g. EUR).", "enum": [ "USD", "CZK", "AUD", "BRL", "BGN", "CAD", "CLP", "CNY", "COP", "CRC", "HRK", "DKK", "EGP", "AED", "EUR", "GHS", "HKD", "HUF", "INR", "IDR", "ILS", "JPY", "KZT", "KES", "MYR", "MXN", "MAD", "TWD", "NZD", "NOK", "PEN", "PHP", "PLN", "GBP", "QAR", "RON", "SAR", "SGD", "ZAR", "KRW", "SEK", "CHF", "THB", "TRY", "UGX", "UAH", "UYU", "VND" ], "type": "string" }, "ignoreSources": { "description": "Optional. Source ids to skip for this request, taken from this endpoint's `lanes[].source.id`. The cheapest remaining source serves and the price is that of the dearest remaining source. An id that does not serve this endpoint, or that is also in `source`, is rejected as invalid input with no charge; skipping every source is rejected the same way.", "items": { "minLength": 1, "type": "string" }, "type": "array", "uniqueItems": true }, "infants": { "description": "Number of infant guests (e.g. 1).", "minimum": 0, "type": "integer" }, "limit": { "description": "Maximum number of results to return (1-20, default 20). You are billed per result returned, so a lower limit costs less.", "maximum": 20, "minimum": 1, "type": "integer" }, "location": { "description": "Location to search listings in (e.g. London).", "type": "string" }, "minBathrooms": { "description": "Minimum number of bathrooms (e.g. 2).", "minimum": 0, "type": "integer" }, "minBedrooms": { "description": "Minimum number of bedrooms (e.g. 2).", "minimum": 0, "type": "integer" }, "minBeds": { "description": "Minimum number of beds (e.g. 2).", "minimum": 0, "type": "integer" }, "pets": { "description": "Number of pets; only pet-friendly listings are returned when set (e.g. 1).", "minimum": 0, "type": "integer" }, "preferLatencyUnderMs": { "description": "Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.", "minimum": 1, "type": "integer" }, "priceMax": { "description": "Maximum search price in the selected currency (e.g. 300).", "minimum": 0, "type": "integer" }, "priceMin": { "description": "Minimum search price in the selected currency (e.g. 50).", "minimum": 0, "type": "integer" }, "source": { "description": "Optional. Source ids to prefer, in order, taken from this endpoint's `lanes[].source.id` in /catalog or /apis. Omit it and the cheapest source serves, with automatic failover. Listed sources are tried first in the order given, then the others, unless `allowFallbacks` is false. A single source with `allowFallbacks` false is served only by that source at its price, quoted and charged exactly, with no failover. The price is that of the dearest source that may serve. An id that does not serve this endpoint is rejected as invalid input with no charge; a listed source that is not serving right now is refused with no charge, so omit `source` to be served by another. On a paginated walk, later pages must include the source that served page one, or omit `source`.", "items": { "minLength": 1, "type": "string" }, "type": "array", "uniqueItems": true } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "USD charged on the original run. On a replay this value is echoed for parity; the replay itself is free.", "type": "number" }, "hint": { "description": "Optional one-line nudge, absent when there is nothing to say. `large_result:` suggests the fields/max_items/summary/jq controls for a big response. `paging_unavailable:` means this result came from a source that cannot return a `nextCursor`, so it may be INCOMPLETE and cannot be continued - re-run with `requireFields: [\"nextCursor\"]` to be served only by a source that can page, which may cost more per request.", "type": "string" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "jqError": { "description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.", "type": "string" }, "output": { "anyOf": [ { "additionalProperties": false, "properties": { "data": { "oneOf": [ { "type": "null" }, { "additionalProperties": false, "properties": { "items": { "description": "Listing records: name, total-stay price label, rating, location, host info, and availability details. Populated whenever the provider has data for the entity.", "items": { "properties": { "description": { "description": "Listing description written by the host.", "type": "string" }, "hostAvatarUrl": { "description": "Host profile photo URL.", "type": "string" }, "hostId": { "description": "Airbnb host identifier.", "type": "string" }, "hostName": { "type": "string" }, "hostRating": { "description": "Average rating across the host other listings (0-5).", "type": "number" }, "hostReviewsCount": { "description": "Number of reviews across the host other listings.", "type": "integer" }, "hostVerified": { "description": "Whether Airbnb has verified the host identity.", "type": "boolean" }, "id": { "description": "Airbnb listing identifier. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "image": { "description": "Primary listing image URL. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "images": { "description": "Listing photos.", "items": { "properties": { "caption": { "description": "Photo caption.", "type": "string" }, "url": { "description": "Photo URL.", "type": "string" } }, "type": "object" }, "type": "array" }, "isAvailable": { "type": "boolean" }, "isSuperhost": { "type": "boolean" }, "latitude": { "type": "number" }, "location": { "description": "Location subtitle.", "type": "string" }, "longitude": { "type": "number" }, "personCapacity": { "type": "integer" }, "price": { "description": "Total-stay price label returned by Airbnb (e.g. $3,149 total).", "type": "string" }, "propertyType": { "type": "string" }, "rating": { "description": "Guest satisfaction rating (0-5).", "type": "number" }, "ratingAccuracy": { "description": "Accuracy sub-rating (0-5).", "type": "number" }, "ratingCheckin": { "description": "Check-in sub-rating (0-5).", "type": "number" }, "ratingCleanliness": { "description": "Cleanliness sub-rating (0-5).", "type": "number" }, "ratingCommunication": { "description": "Communication sub-rating (0-5).", "type": "number" }, "ratingLocation": { "description": "Location sub-rating (0-5).", "type": "number" }, "ratingValue": { "description": "Value sub-rating (0-5).", "type": "number" }, "reviewsCount": { "type": "integer" }, "roomType": { "type": "string" }, "title": { "description": "Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "url": { "description": "Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true } }, "required": [ "id", "url", "title" ], "type": "object" }, "type": "array", "x-anyapi-must-populate": true } }, "required": [ "items" ], "type": "object" } ] }, "found": { "type": "boolean" }, "reason": { "description": "Present only when `found` is false, and says why there is no result. `not_found`: the source states the target does not exist, or returned nothing for it. A `found: false` answer is a successful call, not an error, and `costUsd` is what it actually cost.", "enum": [ "not_found" ], "type": "string" } }, "required": [ "found", "data" ], "title": "Airbnb search output", "type": "object" }, { "type": "null" } ], "description": "Normalized output, or null when the replay payload was not retained." }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" }, "replayed": { "description": "True when this response replays the durable result of an earlier run without billing or upstream execution.", "type": "boolean" }, "resultId": { "description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.", "type": "string" }, "source": { "description": "The source that served this run. Pass its `id` back as `source` to prefer it again, or as `ignoreSources` to avoid it. Absent when no source identity applies to the run.", "properties": { "artworkKey": { "description": "Key for this source's artwork.", "type": "string" }, "id": { "description": "Stable identifier for this source.", "type": "string" }, "kind": { "description": "anonymous is a stable identity for an unattributed source; brand names the dataset that supplies the data.", "enum": [ "anonymous", "brand" ], "type": "string" }, "name": { "description": "Display name for this source.", "type": "string" } }, "required": [ "id", "name", "kind", "artworkKey" ], "type": "object" } }, "required": [ "output", "provider", "costUsd", "items", "replayed" ], "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-09-24 13:56:28 degraded 401 342ms
2026-09-24 05:41:47 degraded 401 346ms
2026-09-24 01:03:06 degraded 401 109ms
2026-09-23 15:58:34 timeout — — timeout
2026-09-23 06:38:45 degraded 401 337ms
2026-09-22 22:50:38 degraded 401 108ms
2026-09-22 17:54:01 degraded 401 338ms
2026-09-22 11:26:04 degraded 401 340ms
2026-09-21 22:09:29 degraded 401 804ms