App Logo
ticketmaster.com

Reserve Tickets

Open a Ticketmaster event, select its cheapest listed ticket, set quantity, and click "Reserve Tickets" — holds the seats on a countdown timer, same as clicking through the site by hand. Never proceeds to payment/checkout; stops the moment the reservation lands.

Input

url required

The event's Ticketmaster URL, from search_events / get_lowest_price.

quantity optional

How many tickets to reserve. Capped by the site's own event ticket limit.

Default: 1

Output

url required
currency required
quantity required
subtotal required
reservedUrl required

The URL Ticketmaster navigated to after Reserve Tickets was clicked (the timed-hold/checkout page).

FAQ

Open a Ticketmaster event, select its cheapest listed ticket, set quantity, and click "Reserve Tickets" — holds the seats on a countdown timer, same as clicking through the site by hand. Never proceeds to payment/checkout; stops the moment the reservation lands.
Required: url. Optional: quantity.
It returns url, currency, quantity, subtotal, reservedUrl.
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 makes changes on ticketmaster.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/ticketmaster.com/book_tickets, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ticketmaster.com/book_tickets
It is part of Reduck's official curated catalogue.

Start building not clicking