App Logo
riders.uber.com

List Uber trips

List the signed-in rider's past Uber trips (riders.uber.com/trips), newest first. Returns per trip: tripId (uuid), title (destination address), when (e.g. "Jul 10 • 10:50 PM"), amount (e.g. "€12.98"), url. Loads more trips until max is reached or the list runs out. tripId is the join key for riders.uber.com/download_invoice.

Input

max optional

Maximum trips to return (default 20).

Default: 20

Output

total required
trips required

FAQ

List the signed-in rider's past Uber trips (riders.uber.com/trips), newest first. Returns per trip: tripId (uuid), title (destination address), when (e.g. "Jul 10 • 10:50 PM"), amount (e.g. "€12.98"), url. Loads more trips until max is reached or the list runs out. tripId is the join key for riders.uber.com/download_invoice.
Optional: max.
It returns total, trips.
Yes. It acts as you on riders.uber.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the riders.uber.com cookies saved by the Reduck extension.
It only reads. It looks things up on riders.uber.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/riders.uber.com/list_trips, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/riders.uber.com/list_trips
It is part of Reduck's official curated catalogue.

Start building not clicking