Best Buy Reviews Scraper avatar

Best Buy Reviews Scraper

Pricing

from $1.50 / 1,000 reviews

Go to Apify Store
Best Buy Reviews Scraper

Best Buy Reviews Scraper

Scrape Best Buy reviews, ratings, photos, and seller responses from any Best Buy US product page — clean, analysis-ready data for sentiment analysis, competitor research, and e-commerce analytics.

Pricing

from $1.50 / 1,000 reviews

Rating

0.0

(0)

Developer

Wibuild

Wibuild

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Best Buy Product Reviews Scraper | Extract Customer Ratings & Feedback (US)

Scrape Best Buy reviews, ratings, photos, and seller responses from any Best Buy US product page — clean, analysis-ready data for sentiment analysis, competitor research, and e-commerce analytics.

Paste a product URL → choose Max Mode (maximize unique coverage) or filters → get structured results you can export as JSON, CSV, or Excel.


60-second overview

GoalWhat to set
Max coveragemaxMode = true
Quick sample (e.g. latest 30)maxMode = false, sort newest, maxreviews = 30
Only 1★ complaintsmaxMode = false, starRatings = ["1"]
Broad coverage without Max ModeSelect all sorts × star ratings 1–5

Why use this Best Buy review scraper?

  • Max Mode — maximizes unique coverage; often the full set, including high-volume products.
  • No browser — reads Best Buy’s review pages over HTTP (same idea as the Home Depot path).
  • Rich fields — stars, review text, photos, verified purchase, incentivized flags, seller replies, helpful votes, ownership days.
  • Flexible filters — best match / highest / lowest / most helpful / most relevant / newest / oldest × 1–5 stars.
  • Easy exports — run on Apify, push to Dataset, download CSV/Excel/JSON.

Ideal for: product managers, brand analysts, market research, VOC, and AI/NLP pipelines.


Max Mode — maximize unique coverage

Turn maxMode ON when you want the broadest unique review set for a product.

While Max Mode is ON, sort and star filters are ignored — the actor paginates the newest listing until the listed total (or maxreviews).

{
"URL": "https://www.bestbuy.com/product/apple-airpods-max-lightning-space-gray/JJ8ZHPWH5K/sku/12705893",
"maxMode": true,
"maxreviews": 20000
}

Tip: keep maxreviews high enough so the run does not stop early on large SKUs.


Filters (Max Mode OFF)

When maxMode = false, you control exactly what is collected using sort × star combinations.

Available sorts

Input valueMeaning
best_matchBest Match
highest_ratedHighest Rated
lowest_ratedLowest Rated
most_helpfulMost Helpful
most_relevantMost Relevant
newestNewest
oldestOldest

Star ratings

all · 5 · 4 · 3 · 2 · 1

Examples

Latest reviews only:

{
"URL": "https://www.bestbuy.com/product/.../sku/12705893",
"maxMode": false,
"sorts": ["newest"],
"starRatings": ["all"],
"maxreviews": 100
}

Only negative feedback (1–2 stars):

{
"URL": "https://www.bestbuy.com/product/.../sku/12705893",
"maxMode": false,
"sorts": ["newest"],
"starRatings": ["1", "2"],
"maxreviews": 2000
}

Most helpful + highest rated:

{
"URL": "https://www.bestbuy.com/product/.../sku/12705893",
"maxMode": false,
"sorts": ["most_helpful", "highest_rated"],
"starRatings": ["all"],
"maxreviews": 2000
}

Input reference

FieldRequiredDescription
URLYesBest Buy US product URL (must include /sku/{id})
maxModeNo (default true)true = maximize unique coverage; false = use sort/star filters
sortsNoMulti-select; used only when maxMode is false
starRatingsNoall or 15; used only when maxMode is false
maxreviewsNo (default 5000)Cap on unique reviews collected

Output fields (selected)

FieldDescription
Review_IDBest Buy review id
Title / ReviewTextReview title and body
Rating1–5 star rating
Review_DateReview date (YYYY-MM-DD)
UserNicknameReviewer display name
IsVerifiedPurchaser / IsIncentivizedFrom badges
PhotoUrlsCustomer photo URLs
SellerResponse_*Brand / seller reply when present
DaysOfOwnershipDays owned before review
Total_ReviewsListed total for the product
SortSort used to collect the row

Tips

  • Prefer Max Mode for the broadest unique pull.
  • Use filters + a small maxreviews for cheap tests or “latest only” dashboards.
  • One URL = one product; run multiple times (or a workflow) for category research.
  • Some fields may be empty when the site does not provide them — that is normal.

Keywords

Best Buy reviews scraper · Best Buy product reviews · scrape Best Buy ratings · Best Buy customer feedback · extract Best Buy review text · Best Buy sentiment analysis data · e-commerce review scraping Apify · VOC competitor analysis · Best Buy verified purchase reviews · Best Buy star ratings dataset


Built for teams who need reliable Best Buy US review data — without manual copy-paste.