redbus.in API: search_buses
redbus.in via Parse · travel
Search for available bus services between two cities on a given date. Returns paginated results with bus operator details, fares, availability, departure/arrival times, and amenities. Use city IDs from get_city_suggestions. APIs to search for bus and train services, get detailed schedules, seat layouts, and suggestions on redBus.in. Fulfilled by Parse from redbus.in.
- maps-geo
- marketplace
- parse
- platform-key
- redbus-in
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/35a9b6fe-4009-43dd-89e2-993f11b60ad0/search_buses
- Interface artifact
- sha256:e38dc7f1d00330d2d54e662cacb53e1ad2501dfe110dd77368945778b6dd7218
- Manifest digest
- sha256:13d56a0f7b7ff8553610b6773b62d887c3f66a8170b0a6532dc02c836fff14f4
Request fields
- doj (string, required): Date of journey in DD-Mon-YYYY format (e.g. 26-Jun-2026)
- limit (integer): Max results per page
- offset (integer): Offset for pagination (number of results to skip)
- to_city_id (string, required): Destination city ID (obtained from get_city_suggestions response docs[*].ID)
- from_city_id (string, required): Source city ID (obtained from get_city_suggestions response docs[*].ID)
Example queries
- {"doj":"27-Jun-2026","limit":"10","offset":"0","to_city_id":"130","from_city_id":"462"}