Open a Ticketmaster event page and return the lowest listed ticket price (Ticketmaster's own default "lowest price first" ticket list ordering) plus currency.
Input
urlrequired
The event's Ticketmaster URL, from search_events.
Output
urlrequired
currencyrequired
lowestPricerequired
FAQ
Open a Ticketmaster event page and return the lowest listed ticket price (Ticketmaster's own default "lowest price first" ticket list ordering) plus currency.
Required: url.
It returns url, currency, lowestPrice.
Yes. It acts as you on ticketmaster.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the ticketmaster.com cookies saved by the Reduck extension.
It only reads. It looks things up on ticketmaster.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/ticketmaster.com/get_lowest_price, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ticketmaster.com/get_lowest_price
It is part of Reduck's official curated catalogue.