Skip to main content
GET
Search Experiences
Search Airbnb Experiences in a place. location is required and geocoded server-side. Page through results by feeding next_page_cursor back as cursor, then fetch full detail with /experiences/{experience_id}.

Query Parameters

string
required
Free-text place, geocoded server-side — e.g. Rome, Italy, Lisbon.
string
Pagination cursor — pass the next_page_cursor from the previous response.
string
default:"USD"
Currency for prices, e.g. EUR, GBP.
string
default:"en"
Locale for text, e.g. fr, es.

Response

string
Echo of the resolved location.
integer
Experiences returned on this page.
string
Cursor for the next page — pass it back as cursor. null on the last page.
Experience[]
Experience cards for this page.

Example

Response
Each experiences-search request costs 5 credits. Failed requests are not charged.