stubhub_carousel
Fetch StubHub performer discovery carousels—recently viewed, maybe-interested, and trending events—using performer slug and ID. Returns structured JSON for these sections.
Instructions
List StubHub performer discovery carousels. Returns the anonymous performer-page alternative, recently viewed, maybe-interested, and trending-event carousel sections. Obtain performer_slug and performer_id from a real StubHub performer URL or another StubHub result. The upstream request uses browser impersonation and requires no cookies or CSRF state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lon | Yes | Longitude | |
| max | No | Maximum items per carousel section; defaults to 10 | |
| category_id | Yes | StubHub category id | |
| performer_id | Yes | StubHub performer numeric id | |
| performer_slug | Yes | StubHub performer URL slug | |
| top_level_category_id | Yes | Top-level category: 1 (Theater), 2 (Sports), or 3 (Concerts) |