在 BestBuy 中按 UPC 搜索

Search by UPC in BestBuy

因为他们的 API 文档中没有提供任何信息....是否可以使用 BestBuy API 进行搜索,将 UPC(条形码)作为参数并检索有关的信息价格、图片网址、折扣等产品?

是的,这是可能的。 https://bestbuyapis.github.io/api-documentation/?shell#search-by-all-attributes-and 的文档包含许多您正在寻找的示例。

对于您的特定请求,您可能会希望执行类似

的查询

https://api.bestbuy.com/v1/products(upc=12345)?format=json&show=sku,name,salePrice&apiKey=YourAPIKey