LocalWheels

Cars & private transfers from verified locals

LocalWheels for AI assistants

Agent routing for LocalWheels car rental and private transfers: live search, verified car pages, public APIs, and machine-readable resources. Do not invent prices or car IDs.

Use this hub to route travellers to live LocalWheels pages. Cars book on /cars/{id} with trip query params (no /checkout/start). Transfers use /transfers with from/to/at/passengers. Prefer public APIs for trip totals.

Agent routing

Cars

  1. Build a filtered search URL: /search
  2. Prefer GET /api/public/ai/car-recommendations with the same query params for trip totals, images, and book links.
  3. Handoff booking on /cars/{verified_id}?pickupAt&returnAt&location&… — car IDs are opaque cuids from live inventory only.
  4. Guest checkout is available; the host is notified only after request payment.

Private transfers

  1. Prefill the transfer request page: /transfers
  2. Verified drivers send offers; the traveller pays the accepted offer total online.
  3. Optional coords and driverProfileId are supported; guest checkout is available.

Guest checkout exists for both cars and transfers.

Machine-readable resources