crawlfeeds commited on
Commit
cd40310
·
verified ·
1 Parent(s): bf961cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +245 -3
README.md CHANGED
@@ -1,3 +1,245 @@
1
- ---
2
- license: cc-by-nc-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-4.0
5
+ task_categories:
6
+ - text-classification
7
+ - text-generation
8
+ - feature-extraction
9
+ - zero-shot-classification
10
+ pretty_name: Home Depot Smart Home Product Dataset
11
+ size_categories:
12
+ - n<1K
13
+ tags:
14
+ - home-depot
15
+ - smart-home
16
+ - iot
17
+ - ecommerce
18
+ - product-data
19
+ - llm-training
20
+ - ai-training
21
+ - nlp
22
+ - fine-tuning
23
+ - recommendation-systems
24
+ - price-monitoring
25
+ - retail-intelligence
26
+ - product-classification
27
+ - specifications
28
+ configs:
29
+ - config_name: default
30
+ data_files:
31
+ - split: train
32
+ path: data.csv
33
+ ---
34
+
35
+ # Home Depot Smart Home Product Dataset
36
+
37
+ A structured dataset of Smart Home products from Home Depot, featuring detailed product specifications, pricing, category taxonomy, highlights, color variants, dimensions, and brand data. Ideal for training product recommendation models, smart home AI assistants, price intelligence systems, and e-commerce search engines.
38
+
39
+ ---
40
+
41
+ ## Dataset Overview
42
+
43
+ | Field | Details |
44
+ |-------|---------|
45
+ | **Source** | Home Depot |
46
+ | **Total Records** | 230+ |
47
+ | **Category Focus** | Smart Home, IoT, Connected Devices |
48
+ | **Language** | English |
49
+ | **Formats** | CSV / JSON |
50
+ | **Data Quality** | Validated and structured |
51
+ | **Provider** | [Crawl Feeds](https://crawlfeeds.com) |
52
+
53
+ ---
54
+
55
+ ## What Makes This Dataset Valuable
56
+
57
+ - **Smart Home category focus** — one of the fastest-growing product categories in retail, covering connected devices, automation, and IoT products in high demand for AI training
58
+ - **Full specifications field** — rich structured technical specs (100% coverage) ideal for product compatibility modeling, voice assistant training, and smart home recommendation engines
59
+ - **Highlights field** — curated product selling points (100% coverage) perfect for marketing copy generation and product summarization models
60
+ - **Real pricing data** — both current price and original price fields enable price intelligence, discount modeling, and dynamic pricing AI
61
+ - **4-level category hierarchy** — granular taxonomy from category_1 through category_4 enables precise product classification across smart home subcategories
62
+ - **Brand + model number** — 100% coverage on brand and model fields, valuable for product matching, deduplication, and compatibility graph building
63
+ - **UPC + GTIN13** — standard retail identifiers enable cross-platform product matching and catalog enrichment
64
+ - **Multi-dimensional attributes** — color, weight, height, width, depth fields support physical product modeling and logistics AI
65
+
66
+ ---
67
+
68
+ ## Data Fields
69
+
70
+ | Field | Type | Coverage | Description |
71
+ |-------|------|----------|-------------|
72
+ | product_url | String | 100% | Direct product page URL |
73
+ | product_name | String | 100% | Full product name/title |
74
+ | gtin13 | String | 91.2% | Global Trade Item Number (GTIN-13) |
75
+ | description | String | 100% | Full product description |
76
+ | brand | String | 100% | Product brand name |
77
+ | model_number | String | 100% | Manufacturer model number |
78
+ | store_id | String | 100% | Home Depot store identifier |
79
+ | price | String | 97.5% | Current selling price |
80
+ | original_price | String | 10% | Original price before discount |
81
+ | discount | String | 10% | Discount amount or percentage |
82
+ | upc | String | 100% | Universal Product Code |
83
+ | item_id | String | 100% | Home Depot item identifier |
84
+ | store_sku | String | 98.3% | Store-level SKU |
85
+ | images | Array | — | Product image URLs array |
86
+ | depth | String | 35.4% | Product depth dimension |
87
+ | height | String | 59.3% | Product height dimension |
88
+ | width | String | 69.5% | Product width dimension |
89
+ | color | String | 90.5% | Product color variant |
90
+ | weight | String | 38.4% | Product weight |
91
+ | currency | String | 100% | Currency code |
92
+ | category_1 | String | 100% | Top-level category |
93
+ | category_2 | String | 100% | Second-level category |
94
+ | category_3 | String | 100% | Third-level category |
95
+ | category_4 | String | 74.1% | Fourth-level category |
96
+ | breadcrumbs | String | 100% | Full navigation breadcrumb path |
97
+ | unique_id | String | 100% | Unique record identifier |
98
+ | scraped_at | DateTime | — | Data collection timestamp |
99
+ | site_name | String | 100% | Source site name |
100
+ | country | String | 100% | Country of the store |
101
+ | specifications | String | 100% | Full technical specifications |
102
+ | highlights | String | 100% | Key product highlights/selling points |
103
+ | product_type | String | 100% | Product type classification |
104
+ | average_rating | String | 56.5% | Average customer rating |
105
+ | total_reviews | String | 63.3% | Total number of customer reviews |
106
+
107
+ ---
108
+
109
+ ## Use Cases
110
+
111
+ ### Smart Home & IoT AI
112
+ - **Product compatibility modeling** — use specifications and model numbers to build device compatibility graphs
113
+ - **Smart home recommendation engines** — train models to suggest complementary connected devices
114
+ - **Voice assistant product knowledge** — enrich Alexa, Google Home, or custom assistant product databases
115
+ - **IoT device classification** — categorize smart home devices by protocol, connectivity, and function
116
+
117
+ ### Natural Language Processing
118
+ - **Product description generation** — fine-tune LLMs on Home Depot's product copy style
119
+ - **Highlights summarization** — train abstractive summarization models on the highlights field
120
+ - **Specification parsing** — extract structured attributes from raw specification text
121
+ - **Semantic product search** — build dense retrieval systems using descriptions and specifications
122
+
123
+ ### Price Intelligence & Retail Analytics
124
+ - **Price monitoring** — track smart home product pricing across time
125
+ - **Discount pattern analysis** — use original_price and discount fields to model promotional behavior
126
+ - **Competitive pricing models** — compare Home Depot smart home pricing vs competitors
127
+ - **Demand forecasting** — combine ratings and review counts with pricing for demand signals
128
+
129
+ ### E-commerce & Product Data
130
+ - **Catalog enrichment** — use GTIN13 and UPC to match and enrich existing product catalogs
131
+ - **Product deduplication** — use model_number and brand for cross-platform matching
132
+ - **Taxonomy mapping** — map other retailer catalogs to Home Depot's smart home category structure
133
+ - **Image dataset building** — use image URL arrays for visual smart home product models
134
+
135
+ ---
136
+
137
+ ## Sample Data
138
+
139
+ ```json
140
+ {
141
+ "product_name": "Smart Wi-Fi Plug Mini, Works with Alexa and Google Home",
142
+ "brand": "TP-Link",
143
+ "model_number": "EP25P4",
144
+ "category_1": "Smart Home",
145
+ "category_2": "Smart Plugs & Outlets",
146
+ "category_3": "Smart Plugs",
147
+ "price": "29.99",
148
+ "original_price": "39.99",
149
+ "discount": "25%",
150
+ "color": "White",
151
+ "specifications": "Voltage: 120V, Max Load: 15A, Wireless: Wi-Fi 2.4GHz...",
152
+ "highlights": "Voice control compatible, Schedule and timer support, Energy monitoring",
153
+ "average_rating": "4.6",
154
+ "total_reviews": "1842",
155
+ "currency": "USD",
156
+ "country": "US"
157
+ }
158
+ ```
159
+
160
+ ---
161
+
162
+ ## Loading the Dataset
163
+
164
+ ```python
165
+ from datasets import load_dataset
166
+
167
+ dataset = load_dataset("crawlfeeds/HomeDepot-Smart-Home-Dataset")
168
+ df = dataset["train"].to_pandas()
169
+
170
+ # Filter by brand
171
+ tp_link = df[df["brand"] == "TP-Link"]
172
+
173
+ # Get all products with ratings
174
+ rated_products = df[df["average_rating"].notna()]
175
+
176
+ # Text fields for LLM training
177
+ text_data = df[["product_name", "description", "highlights", "specifications"]].dropna()
178
+
179
+ # Products with pricing data
180
+ priced = df[df["price"].notna()]
181
+ ```
182
+
183
+ ---
184
+
185
+ ## Data Quality Notes
186
+
187
+ - **Images field (0%)** — image URLs are available in the full dataset via crawlfeeds.com
188
+ - **Depth/weight dimensions** — partial coverage reflects Smart Home product category nature (many are small electronics where dimensions are less standardized)
189
+ - **Discount/original_price (10%)** — reflects real-world promotional availability at time of scraping
190
+ - **scraped_at** — timestamp available in full commercial dataset
191
+
192
+ ---
193
+
194
+ ## Full Dataset & Custom Data
195
+
196
+ This is a **sample dataset**. The full CrawlFeeds Home Depot Smart Home dataset contains:
197
+
198
+ - Thousands of records across all Smart Home subcategories
199
+ - Complete image URL arrays
200
+ - Full scraped_at timestamps
201
+ - Weekly and monthly refresh options
202
+ - Expandable to all Home Depot categories (3.4M+ records available)
203
+ - Custom subsets by brand, category, price range, or rating
204
+
205
+ **Get the full dataset:** [crawlfeeds.com](https://crawlfeeds.com)
206
+
207
+ **Request custom Home Depot data:** [crawlfeeds.com/contact](https://crawlfeeds.com/contact)
208
+
209
+ ---
210
+
211
+ ## Related Datasets by Crawl Feeds
212
+
213
+ - [IKEA Home Decor & Furniture Dataset](https://huggingface.co/datasets/crawlfeeds/IKEA-Home-Decor-Furniture-Dataset)
214
+ - [Trustpilot Reviews Dataset – 20K Sample](https://huggingface.co/datasets/crawlfeeds/Trustpilot-Reviews-Dataset-20K-Sample)
215
+ - [Walmart Reviews Dataset](https://huggingface.co/datasets/crawlfeeds/walmart-reviews-dataset)
216
+ - [Medium Articles Corpus](https://huggingface.co/datasets/crawlfeeds/Medium-Articles-Corpus)
217
+ - [Fox News Headlines Dataset](https://huggingface.co/datasets/crawlfeeds/Curated-Fox-News-Headlines-and-Full-Text)
218
+ - Airbnb Reviews Dataset *(coming soon)*
219
+ - Google Playstore Reviews Dataset *(coming soon)*
220
+
221
+ ---
222
+
223
+ ## License
224
+
225
+ This dataset is made available under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). Intended for research and non-commercial use. For commercial licensing, please contact [crawlfeeds.com/contact](https://crawlfeeds.com/contact).
226
+
227
+ ---
228
+
229
+ ## Citation
230
+
231
+ If you use this dataset in your research or project, please cite:
232
+
233
+ ```bibtex
234
+ @dataset{crawlfeeds_homedepot_smarthome_2025,
235
+ author = {Crawl Feeds},
236
+ title = {Home Depot Smart Home Product Dataset},
237
+ year = {2025},
238
+ publisher = {Hugging Face},
239
+ url = {https://huggingface.co/datasets/crawlfeeds/HomeDepot-Smart-Home-Dataset}
240
+ }
241
+ ```
242
+
243
+ ---
244
+
245
+ *Data collected and maintained by [Crawl Feeds](https://crawlfeeds.com) — structured web data for AI, analytics, and business intelligence.*