Baselight

Shein Footwear Dataset

Footwear listings craped from Shein US

@kaggle.atharvataras_shein_footwear_dataset

Loading...
Loading...

About this Dataset

Shein Footwear Dataset

Footwear price data scraped from SHEIN US website.
Also contains colour info, review info and product image links.
Null values in price column suggest that the product is out of stock.

Tables

Shein Footwear Clean

@kaggle.atharvataras_shein_footwear_dataset.shein_footwear_clean
  • 163.71 KB
  • 899 rows
  • 10 columns
Loading...

CREATE TABLE shein_footwear_clean (
  "name" VARCHAR,
  "link" VARCHAR,
  "price_usd" DOUBLE,
  "mark_price_usd" DOUBLE,
  "star_rating" DOUBLE,
  "colour" VARCHAR,
  "seller_name" VARCHAR,
  "review_count" VARCHAR,
  "sku_id" VARCHAR,
  "hero_image" VARCHAR
);

Share link

Anyone who has the link will be able to view this.