Amazon All Categories Best Sellers + Reviews
Amazon best sellers for all categories with front page reviews, updated monthly
@kaggle.tigboatnc_amazon_all_categories_best_sellers_reviews
Amazon best sellers for all categories with front page reviews, updated monthly
@kaggle.tigboatnc_amazon_all_categories_best_sellers_reviews
Data from Amazon US on the top 50 selling products for all 40 listed categories.
Includes:
Data scraped using Python Selenium and cleaned manually
Scraping Notebook
| File | Scraped Date | 
|---|---|
abs080922 - clear.csv | 
9 August 2022 | 
abs083122 - clear.csv | 
31 August 2022 | 
PS
Dataset will be updated every second week of the month for the time period of 2022 August -> 2023 June
CREATE TABLE abs080922_clear (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "product_name" VARCHAR,
  "category" VARCHAR,
  "categoryrank" VARCHAR,
  "noratings" BIGINT,
  "cost" VARCHAR,
  "reviewlist" VARCHAR,
  "product_url" VARCHAR
);CREATE TABLE abs083122_clear (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "product_name" VARCHAR,
  "category" VARCHAR,
  "categoryrank" VARCHAR,
  "noratings" BIGINT,
  "cost" VARCHAR,
  "reviewlist" VARCHAR,
  "product_url" VARCHAR
);Anyone who has the link will be able to view this.