Airbnb Experiences
engine=airbnb_experiences
Returns Airbnb results as structured JSON, from the same endpoint every engine answers on.
JSON
Running the request…
Nothing has been run yet. Send the request to see the recorded response.
Run answers from a recording served from disk. To call the API for real, paste your own key into the live run below.
Use from an agent
Every engine in the catalog is reachable from an agent you already have open. Connect it once, then ask in words.
Connect
claude mcp add searchapi "<YOUR_MCP_URL>" --transport http
Create your MCP URL at https://www.searchapi.io/integrations/mcp and paste it over the placeholder. The connect flow is OAuth, so your API key never enters your client's config.
Ask
Using SearchApi's Airbnb Experiences engine, run a search and summarise the results.
Follows the request above — change a parameter and this changes with it.
Call
- Tool definition for your own agent
- Not yet catalogued No OpenAPI document yet — this engine's parameters are not in the catalog.
Both describe the request the form above builds.
SearchApi's MCP server was read on 2026-08-11: remote over Streamable HTTP, 80+ tools, OAuth connect. Which engines its tool list covers was not verified here.
Parameters
Not yet catalogued This engine's own parameters are not in the catalog yet.
The entry was recorded from the reference this page mirrors, so the engine and its address are known and its parameters are unread. The three below are true of every engine and are documented here in the meantime.
Every request also carries
Three parameters are on every engine in the catalog: the engine being called, the key that authenticates the call, and the enterprise retention switch.
| Parameter | Type | Description |
|---|---|---|
| enginerequired | string |
Engine that retrieves the data; fixed per API (see Apis::BY_ENGINE keys). |
| api_keyrequired | string |
SearchApi.io API key; alternatively send 'Authorization: Bearer <key>'. |
| zero_retention | boolean |
Enterprise-only: disables all logging and persistent storage of the search. default: false |