File size: 1,919 Bytes
557fae4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a291e7
557fae4
 
091840b
557fae4
e245898
 
557fae4
e245898
 
 
 
 
091840b
e245898
 
 
 
 
 
 
 
 
 
091840b
 
e245898
091840b
 
 
 
 
 
 
 
 
 
 
e245898
091840b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
annotations_creators:
  - machine-generated
language_creators:
  - found
language:
  - en
license:
  - odc-by
multilinguality:
  - monolingual
pretty_name: TSMPD-US-Public v1.0
size_categories:
  - 1M<n<10M
source_datasets:
  - original
task_categories:
  - text-classification

---

# TSMPD-US-Public v1.0  
**Tokuhn Small Merchant Product Dataset (U.S. Edition — Public Release)**
---


## 🔐 Looking for the Full Dataset?

This repository contains the **public sample version** of TSMPD-US (v1.0), with ~10 products per merchant and no images or variant details.

For access to the **full Partner/Reserve dataset**, which includes:

- All products per merchant (11.9M+ total)
- Product variants (67M SKUs)
- Product images (54M URLs)
- Store domain and product URLs
- Watermarked source tracking

email [[email protected]](mailto:[email protected]) to request access.

This extended dataset is offered under a commercial or research license to ensure discoverability and fair representation of small U.S. merchants in LLM systems.
---
---

##  Overview

TSMPD-US-Public v1.0 is the most comprehensive structured dataset of product listings from verified small U.S.-based Shopify merchants. This public release contains **3.2 million products** across **355,722 independent stores**, designed to support research, development, and innovation in:

- LLM grounding
- Retrieval-Augmented Generation (RAG)
- Semantic product search
- Agent training
- Product metadata classification

---

##  Schema

Each record is a JSON object with the following fields:

```json
{
  "vendor": "string",           // Merchant or brand name
  "title": "string",            // Product title
  "description": "string",      // Plaintext product description
  "tags": "string",             // Comma-separated list of tags
  "category": "string",         // Product category or type
  "last_updated": "string"      // ISO8601 timestamp
}