VOOZH about

URL: https://apify.com/crawlerbros/bestbuy-scraper

⇱ Best Buy Scraper Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Scrape Best Buy product listings by search keyword or product URL. Extracts SKU, price, sale price, rating, review count, model, brand, availability, and seller info. HTTP-only with hardcoded residential-proxy fallback.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

9

Monthly active users

2 months ago

Last modified

Share

Scrape Best Buy product listings by search keyword or specific product URLs. Each result is a flat record with SKU, regular + sale price, rating, brand, model, availability, and seller info. Routes through Apify residential proxy automatically when Best Buy's bot challenge fires (no proxy input needed).

What it does

You provide a search keyword and / or a list of product URLs; the actor:

  1. (If keyword set) Walks Best Buy's searchpage.jsp for matching products, paginating up to ~24 results per page.
  2. Hits each product detail page and parses application/ld+json Product schema + __NEXT_DATA__ prices.
  3. Optionally drops out-of-stock SKUs.
  4. Auto-rotates Apify residential-proxy sessions when the direct request is fingerprinted as a bot.

Input

FieldTypeDefaultDescription
keywordstringsony headphonesFree-text search β€” product name, brand, category. Use keyword or productUrls, or both.
productUrlsarray of strings[]Specific Best Buy product URLs (e.g. https://www.bestbuy.com/site/.../6505729.p?skuId=6505729).
maxResultsinteger24 (1–240)Hard cap on records.
skipOutOfStockbooleanfalseDrop products marked out-of-stock / sold-out.

Example input

{
"keyword":"sony headphones",
"productUrls":[
"https://www.bestbuy.com/site/sony-wh-1000xm5-wireless-noise-canceling-over-the-ear-headphones-black/6505729.p?skuId=6505729"
],
"maxResults":24,
"skipOutOfStock":false
}

Output

One record per product. Empty fields are omitted (no nulls).

{
"sku":"6505729",
"url":"https://www.bestbuy.com/site/sony-wh-1000xm5-wireless-noise-canceling-over-the-ear-headphones-black/6505729.p?skuId=6505729",
"name":"Sony - WH-1000XM5 Wireless Noise Canceling Over-the-Ear Headphones - Black",
"brand":"Sony",
"model":"WH1000XM5/B",
"image":"https://pisces.bbystatic.com/.../6505729_sd.jpg",
"imageUrl":"https://pisces.bbystatic.com/.../6505729_sd.jpg",
"currentPrice":299.99,
"regularPrice":399.99,
"salePrice":299.99,
"savings":100.00,
"savingsPercent":25,
"onSale":true,
"currency":"USD",
"currencySymbol":"$",
"availability":"InStock",
"seller":"Best Buy",
"rating":4.7,
"reviewCount":6420,
"description":"Industry-leading noise cancellation…",
"scrapedAt":"2026-04-26T14:23:11+00:00"
}

Output fields

  • sku β€” Best Buy's stable product SKU (extracted from …/<sku>.p path).
  • url β€” direct link to the product detail page.
  • name / description β€” product title and marketing description.
  • brand / model β€” manufacturer + model number.
  • image / imageUrl β€” primary product image URL. imageUrl is an alias for downstream-pipeline compatibility.
  • currentPrice β€” price currently shown to the shopper.
  • regularPrice / salePrice β€” non-sale price + sale price when on promotion.
  • savings β€” derived: regularPrice - salePrice (only when both are present and sale price is lower).
  • savingsPercent β€” derived: round(100 * savings / regularPrice).
  • onSale β€” derived boolean: true when salePrice < regularPrice.
  • currency β€” ISO currency (always USD at .com).
  • currencySymbol β€” display symbol ($, €, Β£, etc.) corresponding to currency.
  • availability β€” InStock, OutOfStock, PreOrder, BackOrder, LimitedAvailability.
  • seller β€” usually Best Buy; third-party marketplace sellers also appear.
  • rating / reviewCount β€” aggregate review stats from Best Buy's customer reviews.
  • scrapedAt β€” ISO-8601 UTC timestamp.

Use cases

  • Price monitoring β€” track regular vs sale price across a watch-list of SKUs.
  • Stock alerts β€” combine with skipOutOfStock: false to detect when an item flips back to InStock.
  • Product research β€” pull every Sony headphone on Best Buy in one run.
  • Competitive analysis β€” compare Best Buy face-value with other retailers.
  • Review aggregation β€” collect rating / review-count snapshots for trend analysis.

FAQ

Does it need a proxy? Not as input β€” the actor automatically uses Apify's residential proxy whenever Best Buy's bot-challenge fires. Keyword search renders Best Buy's React shell in a headless Chromium with the residential proxy attached; product detail pages prefer a faster HTTP-only fetch and fall back to the proxy on block.

Is it the official API? No β€” this scraper extracts from the Best Buy website's embedded JSON-LD + __NEXT_DATA__. Best Buy does ship a developer API for affiliates (developer.bestbuy.com) for high-volume programmatic access.

Why are some fields missing? Best Buy doesn't always populate every field. The actor follows an omit-empty contract: fields that aren't present on the source page are simply absent from the record (no nulls).

How many results can it return? Up to maxResults (max 240, ~10 pages of results). Each product page is fetched individually β€” expect ~1.5–3s per product including the proxy retry budget.

Can I scrape category pages? Yes β€” paste any Best Buy category / collection URL into productUrls (the actor walks anchor links on the page). Or use the keyword field for the standard search experience.

Why was a specific SKU skipped?

  • skipOutOfStock: true drops items flagged out-of-stock.
  • Bot-challenge persisted across all proxy retries (rare, ~5% of requests).
  • The page didn't ship JSON-LD nor __NEXT_DATA__ (very rare, malformed listing).

You might also like

Best Buy Scraper

gio21/bestbuy-scraper

Scrape Best Buy products by search keyword. Title, brand, price, rating, reviews, model, SKU, image. Pay per product.

Best Buy Product Listings Scraper

parseforge/bestbuy-listings-scraper

Export Best Buy product listings: name, SKU, price, sale price, rating, review count and category. Search by keyword. Power retail price tracking, MAP monitoring and competitor research. CSV, Excel, JSON, XML.

Best Buy Product Scraper

scrapeai/bestbuy-scraper

Extract Best Buy product data including title, price, SKU, ratings, review counts, availability, and images through keyword search or direct URL input.

πŸ›’ Best Buy Scraper - Prices, Deals, Ratings & Stock

benthepythondev/bestbuy-scraper

Extract Best Buy product data: prices, deals, ratings, reviews & availability. Search by keyword or category. Get SKU, brand, current/original price, savings, images & stock status. Perfect for price monitoring & competitor analysis.

Best Buy Product Review Scraper

scraped/best-buy-product-review-scraper

Scrapes user reviews for BestBuy products using the product URL or SKU.