Travel is a use-case view over Business Data — there is no separate
/v1/travel route. Every call below maps to a /v1/business/... endpoint (Google Hotels + TripAdvisor). There is no dedicated SDK sub-client; use the CLI (naive business ...) or the Business Data REST/MCP surface.CLI First
Endpoints
Google Hotels (Live)
Google hotel endpoints return immediate results via:POST /v1/business/google/hotel-searchesPOST /v1/business/google/hotel-info
Parameters
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