Search a destination's listings by name
destination_listingsSearch a named destination's listings by text, category, area and tags (slugs from destination_facets); optionally near another listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Area slug from destination_facets. | |
| tags | No | Tag slugs; only listings carrying ALL are returned. | |
| limit | No | Maximum number of items to return. | |
| query | No | Text to match listing names/descriptions. | |
| cursor | No | Number of items to skip; pass `next_cursor` from the previous page. | |
| category | No | Category slug from destination_facets. | |
| language | No | Language code (e.g. 'en', 'es'); defaults to the destination's. | |
| radius_km | No | Search radius in km around near_listing_id. | |
| destination | Yes | Destination name or slug; call search_destinations to discover one. | |
| near_listing_id | No | A listing id; returns listings within radius_km, nearest first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| items | No | ||
| reason | No | ||
| source | No | FR-13: which approved revision an answer was read from, and how fresh. ``source`` is ``approved-content-revision:<id>`` for every read that answers from one venue, and the literal ``directory`` for the two cross-venue reads, which have no single revision to cite. | |
| status | Yes | ||
| pagination | No |