Back to library
Bestbuy Search API
Search for products on Best Buy by keyword, returning results with prices, ratings, images, and discount information.
Active1 credit = 1 requestGET/v2/bestbuy/search
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/bestbuy/search' \
--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
[
{
"sku": "6602767",
"url": "https://www.bestbuy.com/site/apple-macbook-air-13-inch-apple-m3-chip-built-for-apple-intelligence-16gb-memory-256gb-ssd-midnight/6602767.p?skuId=6602767",
"name": "Apple - MacBook Air 13-inch Apple M3 chip Built for Apple Intelligence - 16GB Memory - 256GB SSD - Midnight",
"save": "18.20%",
"image": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6b46488d-0489-4822-896b-6bc2fbe0a970.jpg",
"model": "MC8K4LL/A",
"price": 899,
"rating": 4.8,
"is_sold_out": false,
"rating_count": 639,
"original_price": 1099
},
{
"sku": "6602763",
"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",
"name": "Apple - MacBook Air 13-inch Apple M2 chip Built for Apple Intelligence - 16GB Memory - 256GB SSD - Midnight",
"save": null,
"image": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/macbook-air.jpg",
"model": "MQKW3LL/A",
"price": 999,
"rating": 4.9,
"is_sold_out": false,
"rating_count": 3247,
"original_price": null
}
]Integrations
Integrate Bestbuy Search 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/search
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.