---
title: "Tripadvisor Search Listings"
method: GET
path: "/integrations/tripadvisor/locations/search"
tags: ["tripadvisor"]
---

# Tripadvisor Search Listings

`GET /integrations/tripadvisor/locations/search`

The picker's search: up to 10 hotel listings matching the query.

Reads nothing and writes nothing of TripAdvisor's beyond the response the
operator is looking at; results are rendered, chosen from, and discarded.

## Query parameters

- `property_id` string, uuid, required
- `query` string, required

## Response `200`

Successful Response

- TripAdvisorListingSearchResponse
  - `results` TripAdvisorListingSearchResult[], required
    - `location_id` string, required
    - `name` string, required
    - `address` string, nullable

## Other responses

- `422` — Error
- `502` — Error
- `503` — Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-03** `fbb95eac3965` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/tripadvisor/locations/search/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/dabff0d3c9ff?raw)
