Trip.com Attractions Search
Search trip.com attraction and experience listings with destination/date filters and pagination.
tripcom.attractions.search
/execute
Shared execution endpoint
Input parameters
adults
integer
optional
No additional description is provided for this parameter.
2
children
integer
optional
No additional description is provided for this parameter.
0
currency
string
optional
No additional description is provided for this parameter.
GBP
date
string
optional
Optional attraction date filter in YYYY-MM-DD
destination
string
optional
Optional destination name used by autocomplete-like endpoints
London
locale
string
optional
No additional description is provided for this parameter.
en
location_id
string
optional
Location identifier when available
max_pages
integer
optional
No additional description is provided for this parameter.
2
max_results
integer
optional
No additional description is provided for this parameter.
10
page
integer
optional
No additional description is provided for this parameter.
1
query
string
required
Attraction search query
London
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
attractions |
array |
3 items |
attractions |
array |
3 items |
currency |
string |
GBP |
end_page |
integer |
1 |
has_more |
boolean |
false |
locale |
string |
en |
pages_fetched |
integer |
1 |
query |
string |
London |
source |
string |
trip.com-attractions |
source_url |
string |
https://www.trip.com/things-to-do/experiences/london-attractions/?adult… |
start_page |
integer |
1 |
total_found |
integer |
51 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.