# Best Buy API **Provider:** Best Buy **Category:** ecommerce **Base URL:** `https://bestbuyapis.github.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5 req/s (default) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bestbuyapis.github.io/api-documentation/#overview ## Description Products, Buying Options, Categories, Recommendations, Stores and Commerce ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bestbuyapis.github.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://bestbuyapis.github.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Best Buy developer API requires a free API key. Access to product catalog, store availability, pricing. No paid tiers published. --- *Source: [API Map](https://apimap.dev/apis/best-buy/) — CC BY 4.0*