Piloterr

Bestbuy Product

Extract full product details from a Best Buy product page, including pricing, specifications, customer reviews, and availability.

Credit cost: 1 credit per call

GET
/v2/bestbuy/product

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Query Parameters

query*string

Full Best Buy product page URL.

Example:

https://www.bestbuy.com/site/macbook-air-13-6-laptop-apple-m2-chip-8gb-memory-256gb-ssd-midnight/6509650.p

Notes:

  • The URL must point to a product detail page ending with .p or .p?skuId={id}
  • Pass the product URL exactly as displayed in your browser

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/bestbuy/product?query=string"
{
  "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,
    "rating_count": 3247,
    "headline": "Customers also viewed"
  },
  "categories": [
    {
      "id": "abcat0502000",
      "name": "Computers & Tablets"
    },
    {
      "id": "abcat0502002",
      "name": "Laptops"
    }
  ],
  "specifications": {
    "brand": "Apple",
    "model": "MQKW3LL/A",
    "screen_size": "13.6\"",
    "processor": "Apple M2 chip",
    "ram": "8GB",
    "storage": "256GB SSD",
    "color": "Midnight",
    "operating_system": "macOS",
    "battery_life": "Up to 18 hours"
  }
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}