stubhub_performer_events
Get a performer or team's upcoming StubHub events by providing their slug and ID. Returns event name, date, venue, and starting price, with an empty list if none are scheduled.
Instructions
List a StubHub performer or team's upcoming events. Lists a performer or team's own upcoming schedule (event name, date, venue, starting price) scraped from their StubHub page. Obtain a real performer_slug+performer_id pair from stubhub-trending's url field (e.g. https://www.stubhub.com/kansas-city-chiefs-tickets/performer/6063 -- slug "kansas-city-chiefs-tickets", id 6063). A zero count with an empty events list is a valid no-upcoming-events response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| performer_id | Yes | The performer's numeric id | |
| performer_slug | Yes | The performer's URL slug, e.g. kansas-city-chiefs-tickets |