ConsoleCatalog
Sign in
StubHub logo

StubHub

stubhub.comEntertainmentno auth

Concert, sports, and theater resale listings, prices, and venues.

Category Popular Listing

ASYNCWRITENo auth

Returns the most popular performers and events in a category with images and event counts.

ParametersFormJSON

StubHub category ID to fetch popular performers for

Maximum number of rows to return

Page index for paginated popular listings

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_stubhub_category_popular_listing",
    "params": {
      "category_id": "1",
      "max_rows": "10",
      "page": "0"
    }
  }'