Skip to documentation
Browse documentation

Trip.com Attractions Search

Search trip.com attraction and experience listings with destination/date filters and pagination.

Capability ID tripcom.attractions.search
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

adults integer optional

Adults supplied for this request.

Example 2
children integer optional

Children supplied for this request.

Example 0
currency string optional

Currency supplied for this request.

Example GBP
date string optional

Optional attraction date filter in YYYY-MM-DD

destination string optional

Optional destination name used by autocomplete-like endpoints

Example London
locale string optional

Locale to use for the request.

Example en
location_id string optional

Location identifier when available

max_pages integer optional

Max pages supplied for this request.

Example 2
max_results integer optional

Max results supplied for this request.

Example 10
page integer optional

One-based result page to fetch.

Example 1
query string required

Attraction search query

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.