App Logo
ticketmaster.com

Search Events

Search Ticketmaster for events by keyword and return the top results (title, id, url, venue/city/state, start date, cancelled/soldOut flags) read from the search page's own hydration state.

Input

query required

Search keyword, e.g. "concert", an artist name, or a venue.

count optional

How many top results to return (page 1 of Ticketmaster's own results, which renders up to 20).

Default: 10

Output

query required
total required

Total result count Ticketmaster reports for this query.

events required

FAQ

Search Ticketmaster for events by keyword and return the top results (title, id, url, venue/city/state, start date, cancelled/soldOut flags) read from the search page's own hydration state.
Required: query. Optional: count.
It returns query, total, events.
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/search_events, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ticketmaster.com/search_events
It is part of Reduck's official curated catalogue.

Start building not clicking