Flipkart Products
20,000 products on Flipkart
@kaggle.promptcloudhq_flipkart_products
20,000 products on Flipkart
@kaggle.promptcloudhq_flipkart_products
This is a pre-crawled dataset, taken as subset of a bigger dataset (more than 5.8 million products) that was created by extracting data from Flipkart.com, a leading Indian eCommerce store.
This dataset has following fields:
This dataset was created by PromptCloud's in-house web-crawling service.
Analyses of the pricing, product specification and brand can be performed.
CREATE TABLE flipkart_com_ecommerce_sample (
"uniq_id" VARCHAR,
"crawl_timestamp" VARCHAR,
"product_url" VARCHAR,
"product_name" VARCHAR,
"product_category_tree" VARCHAR,
"pid" VARCHAR,
"retail_price" DOUBLE,
"discounted_price" DOUBLE,
"image" VARCHAR,
"is_fk_advantage_product" BOOLEAN,
"description" VARCHAR,
"product_rating" VARCHAR,
"overall_rating" VARCHAR,
"brand" VARCHAR,
"product_specifications" VARCHAR
);Anyone who has the link will be able to view this.