Back to library
Bestbuy Product API
Extract full product details from a Best Buy product page, including pricing, specifications, customer reviews, and availability.
Active1 credit = 1 requestGET/v2/bestbuy/product
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/bestbuy/product' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"pricing": {
"sku_id": "6602763",
"pdp_url": "https://www.bestbuy.com/site/apple-macbook-air-13-inch-apple-m2-chip-built-for-apple-intelligence-16gb-memory-256gb-ssd-midnight/6602763.p?skuId=6602763",
"customer_price": 999,
"gsp_unit_price": 999
},
"reviews": {
"rating": 4.8,
"headline": "Customers also viewed",
"rating_count": 3247
},
"categories": [
{
"id": "abcat0502000",
"name": "Computers & Tablets"
},
{
"id": "abcat0502002",
"name": "Laptops"
}
],
"specifications": {
"ram": "8GB",
"brand": "Apple",
"color": "Midnight",
"model": "MQKW3LL/A",
"storage": "256GB SSD",
"processor": "Apple M2 chip",
"screen_size": "13.6\"",
"battery_life": "Up to 18 hours",
"operating_system": "macOS"
}
}Integrations
Integrate Bestbuy Product with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/bestbuy/product
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.