Search ClickBus trips v5
clickbus_search_trips_v5Find available bus trips for a given origin, destination, and departure date. Returns trip options in markdown or JSON to help compare schedules and prices without booking.
Instructions
Read-only GET /api/v5/trips (JSON 200). Does not book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination slug, e.g. rio-de-janeiro-rj-todos | |
| from | Yes | Origin slug, e.g. sao-paulo-sp-todos | |
| privacy_mode | No | ||
| departure_date | Yes | YYYY-MM-DD | |
| response_format | No | markdown |