Travel is the primitive for discovering hotels, restaurants, and places across major travel datasets. Use it for destination discovery, hotel comparison, and place research workflows. Google hotel endpoints return live data instantly, while TripAdvisor search uses async task retrieval.Documentation Index
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
CLI First
Endpoints
| Platform | Endpoint | Description | Speed | Cost |
|---|---|---|---|---|
| Google Hotels | hotel-searches | Search hotels by query + location | Live | 2 credits |
| Google Hotels | hotel-info | Detailed hotel data (profile/rates/amenities) | Live | 2 credits |
| TripAdvisor | search | Find places and listings | Standard (async) | 2 credits |
Google Hotels (Live)
Google hotel endpoints return immediate results via:POST /v1/business/google/hotel-searchesPOST /v1/business/google/hotel-info
Parameters
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes (hotel-searches) | — | Hotel search query |
hotel_identifier | string | Yes (hotel-info) | — | Google hotel identifier (CID/place ID) |
location_code | number | No | — | Location code |
language_code | string | No | — | Language code |
check_in | string | No | — | Check-in date (YYYY-MM-DD) |
check_out | string | No | — | Check-out date (YYYY-MM-DD) |
adults | number | No | — | Number of adults |
TripAdvisor Search (Async)
TripAdvisor discovery uses async workflow:- Submit via
POST /v1/business/tripadvisor/search/task - Check via
GET /v1/business/tripadvisor/search/tasks-ready - Retrieve via
GET /v1/business/tripadvisor/search/task/:id