Endpoint Playground
Test Crawlora's Best Buy Trending Categories 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/bestbuy/categories/trending" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"count": 584,
"source_url": "https://www.bestbuy.com/?intl=nosplash",
"fetched_at": "2026-08-15T10:00:00Z",
"categories": [
{
"id": "pcmcat247400050000",
"name": "Windows Laptops",
"url": "https://www.bestbuy.com/site/x/x/pcmcat247400050000.c?id=pcmcat247400050000&intl=nosplash"
},
{
"id": "pcmcat1587395025973",
"name": "PS5 Consoles",
"url": "https://www.bestbuy.com/site/x/x/pcmcat1587395025973.c?id=pcmcat1587395025973&intl=nosplash"
},
{
"id": "pcmcat1514910111435",
"name": "55-Inch TVs (55 - 64\")",
"url": "https://www.bestbuy.com/site/x/x/pcmcat1514910111435.c?id=pcmcat1514910111435&intl=nosplash"
}
]
}
}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 Best Buy's fine-grained, often deeply-nested product-type categories (e.g. "Windows Laptops", "55-Inch TVs (55 - 64 in)", "PS5 Consoles") sourced from the homepage's own "Best Selling" section -- much more specific than bestbuy_categories' ~25 top-level departments. Each id is directly usable as bestbuy_category's category_id input.
{
"code": 200,
"msg": "OK",
"data": {
"count": 584,
"source_url": "https://www.bestbuy.com/?intl=nosplash",
"fetched_at": "2026-08-15T10:00:00Z",
"categories": [
{
"id": "pcmcat247400050000",
"name": "Windows Laptops",
"url": "https://www.bestbuy.com/site/x/x/pcmcat247400050000.c?id=pcmcat247400050000&intl=nosplash"
},
{
"id": "pcmcat1587395025973",
"name": "PS5 Consoles",
"url": "https://www.bestbuy.com/site/x/x/pcmcat1587395025973.c?id=pcmcat1587395025973&intl=nosplash"
},
{
"id": "pcmcat1514910111435",
"name": "55-Inch TVs (55 - 64\")",
"url": "https://www.bestbuy.com/site/x/x/pcmcat1514910111435.c?id=pcmcat1514910111435&intl=nosplash"
}
]
}
}curl "https://api.crawlora.net/api/v1/bestbuy/categories/trending" \
-H "x-api-key: $CRAWLORA_API_KEY"