Best Buy US Product Scraper avatar

Best Buy US Product Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Best Buy US Product Scraper

Best Buy US Product Scraper

Extract Best Buy US search results, category listings, and product details for price monitoring, research, and product discovery.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Share

Best Buy US Products & Prices Scraper

Collect Best Buy products, prices, ratings, availability, and category listings in a clean, analysis-ready format. Use the data for price monitoring, competitor research, assortment tracking, product discovery, and ecommerce workflows.

This is an unofficial Actor and is not affiliated with or endorsed by Best Buy.

What you can do

  • Search the Best Buy catalogue by keyword
  • Collect products from a Best Buy category
  • Track current and regular prices
  • Compare ratings, reviews, brands, and availability
  • Export product data to JSON, CSV, Excel, Google Sheets, or your own application
  • Monitor laptop, appliance, gaming, and electronics prices
  • Discover new products in a category
  • Compare competing brands and product ranges
  • Build product feeds and research datasets
  • Power alerts, dashboards, and scheduled reporting

Quick start

Search for products:

{
"operation": "search",
"query": "gaming laptop",
"limit": 20
}

Collect a category:

{
"operation": "category",
"url": "https://www.bestbuy.com/site/laptops/all-laptops/pcmcat138500050001.c",
"limit": 20
}

Look up a product when its page is publicly available:

{
"operation": "item",
"sku": "6673811"
}

Input guide

OperationRequired inputOptional input
searchquerypage, limit, proxy
categoryBest Buy category urlpage, limit, proxy
itemProduct sku or urlproxy

For most runs, keep proxy set to auto. It tries a short direct request first and automatically falls back to a bounded US residential route when Best Buy blocks Apify cloud egress.

Output

Each product is saved as a separate Dataset item. Depending on the page, fields can include:

  • Product ID and SKU
  • Name and brand
  • Current and regular price
  • Savings and promotional badges
  • Rating and review count
  • Availability
  • Product image and URL

Empty fields are omitted, making the Dataset easy to use in spreadsheets, databases, and automation tools.

Automation and export

Run the Actor manually, through the Apify API, or on a schedule. After each run, open the Dataset and export the results as JSON, CSV, Excel, XML, or RSS. You can also connect the Actor to Make, n8n, Google Sheets, Airtable, Slack, or a custom webhook.

Good to know

  • Search and category collection are the most reliable workflows.
  • Individual product pages can occasionally be unavailable because Best Buy applies stricter access controls to them.
  • Prices and availability may change by time and location.
  • Collect only public data and use it in accordance with applicable laws and the retailer's terms.