Piloterr

Best Buy Product

GET
/v2/bestbuy/product

Get a Best Buy US or Canada product page: title, price, brand, stock, images, categories and specs via browser rendering.

Credit cost: 2 credits per call

Autorisierung

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Abfrageparameter

query*string

Full Best Buy product URL.

Examples:

https://www.bestbuy.com/product/gigabyte-aero-x16-copilot-pc-165hz-wqxga-rtx-5070-ryzen-ai-7-350-1tb-ssd-16gb-ddr5-windows-11-lunar-white/J3GWPQC2RQ
https://www.bestbuy.ca/fr-ca/produit/machine-a-espresso-automatique-800-de-philips-avec-moussoir-a-lait-noir-mat-exclusivite-best-buy/16691494
return_page_source?boolean

When true, return rendered HTML as {"result": "..."} instead of JSON. Defaults to false.

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/bestbuy/product?query=string"
{  "sku": "11377127",  "url": "https://www.bestbuy.com/product/gigabyte-aero-x16-copilot-pc-165hz-wqxga-rtx-5070-ryzen-ai-7-350-1tb-ssd-16gb-ddr5-windows-11-lunar-white/J3GWPQC2RQ",  "brand": "GIGABYTE",  "price": 1932.49,  "title": "GIGABYTE - AERO X16 Copilot+ PC - 165Hz WQXGA - RTX 5070 - Ryzen AI 7 350 - 1TB SSD 16GB DDR5 - Windows 11 - Lunar White",  "images": [    "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/sample.jpg"  ],  "region": "com",  "currency": "USD",  "in_stock": true,  "categories": [    "Computers & Tablets",    "Laptops",    "All Laptops",    "Windows Laptops"  ],  "product_id": "J3GWPQC2RQ",  "specifications": [    {      "name": "Screen Size",      "value": "16.0 inches"    }  ]}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}