Endpoint Playground
Test Crawlora's StubHub Suggested Searches API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/stubhub/suggested-searches" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"count": 10,
"source_url": "https://www.stubhub.com/secure/search/getSuggestedSearches",
"fetched_at": "2026-09-22T11:00:00Z",
"suggestions": [
{
"id": 26202,
"top_level_category_id": 3,
"title": "The Weeknd",
"url": "https://www.stubhub.com/the-weeknd-tickets/performer/714235",
"category_image_url": "https://media.stubhubstatic.com/stubhub-v2-catalog/d_defaultLogo.jpg/q_auto:low,f_auto,c_thumb,g_auto,w_108,h_108/categories/26202/6579799"
}
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns StubHub's short, changing list of performers, groupings, and categories currently suggested by its search UI. The upstream endpoint is a cookie-free GET with no query parameters.
{
"code": 200,
"msg": "OK",
"data": {
"count": 10,
"source_url": "https://www.stubhub.com/secure/search/getSuggestedSearches",
"fetched_at": "2026-09-22T11:00:00Z",
"suggestions": [
{
"id": 26202,
"top_level_category_id": 3,
"title": "The Weeknd",
"url": "https://www.stubhub.com/the-weeknd-tickets/performer/714235",
"category_image_url": "https://media.stubhubstatic.com/stubhub-v2-catalog/d_defaultLogo.jpg/q_auto:low,f_auto,c_thumb,g_auto,w_108,h_108/categories/26202/6579799"
}
]
}
}curl "https://api.crawlora.net/api/v1/stubhub/suggested-searches" \
-H "x-api-key: $CRAWLORA_API_KEY"