stubhub_category_events
Find StubHub events in a specific category by location, radius, and date range, with paginated results and optional parking passes.
Instructions
List StubHub events in one category near a location. Lists paginated events in a single StubHub category (a sport league, team, or a top-level vertical -- use stubhub-categories to discover category ids) filtered by location, radius, and date range. A zero count with an empty events list is a valid no-results response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of the date range, same accepted formats as from. Defaults to 14 days after from. | |
| lat | Yes | Latitude, -90 to 90 | |
| lon | Yes | Longitude, -180 to 180 | |
| from | No | Start of the date range: RFC3339 or a bare date (e.g. 2026-09-15). Defaults to now. | |
| page | No | One-based result page | |
| category_id | Yes | A category id from stubhub-categories | |
| radius_miles | No | Search radius in miles from lat/lon | |
| include_parking_passes | No | Also include parking-pass-only listings alongside regular events |