rebrowsernet commited on
Commit
b881d20
·
1 Parent(s): d24baeb

Daily update 2026-03-03

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,305 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: cc-by-nc-4.0
6
+ pretty_name: "Shopee Product Listings Dataset"
7
+ tags:
8
+ - shopee
9
+ - e-commerce
10
+ - southeast-asia
11
+ - product-data
12
+ - marketplace
13
+ - pricing-data
14
+ - open-data
15
+ - data-science
16
+ - web-scraping
17
+ - scraper
18
+ - crawler
19
+ - data-collection
20
+ size_categories:
21
+ - 10M<n<100M
22
+ task_categories:
23
+ - other
24
+ configs:
25
+ - config_name: product-details
26
+ data_files:
27
+ - path: "product-details/data/*.parquet"
28
+ split: train
29
+ ---
30
+
31
+ # Shopee Product Listings Dataset
32
+
33
+ Daily snapshots of Shopee product listings across Taiwan and Southeast Asian marketplaces with variant pricing, seller metrics, ratings, and shipping data.
34
+
35
+
36
+ This dataset is a preview sample of the [Shopee dataset](https://rebrowser.net/products/datasets/shopee) published by Rebrowser. If you're doing academic research, you may be eligible for free access to a much larger slice — see [Free Datasets for Research](https://rebrowser.net/free-datasets-for-research).
37
+
38
+
39
+ This dataset contains **1** entity, each in its own folder: Product Details (`product-details`). See below for a full field breakdown, sample counts, and data distributions for each.
40
+
41
+ *Found this useful? ❤️ Like this dataset on HuggingFace to help us keep publishing fresh data. Found an error? [Let us know](https://rebrowser.net/contact-us).*
42
+
43
+
44
+ ---
45
+
46
+ ### Product Details
47
+ Shopee product listings with variant pricing, discount percentages, seller ratings, shop metrics, shipping options, and category data across Southeast Asian marketplaces.
48
+
49
+
50
+
51
+
52
+ > **22,149,456** total records from 2025-10-26 to 2026-02-01, **up to 30,000** rows in this sample (0.14% of full dataset).
53
+ > Exported as one file per day, up to 1,000 rows each, last undefined days retained.
54
+
55
+
56
+ ![Record Growth](product-details/chart-growth.svg)
57
+
58
+ | Field | Type | Fill Rate | Description |
59
+ | --- | --- | --- | --- |
60
+ | `_primaryKey` | `string` | 100% | Unique identifier for this record |
61
+ | `_firstSeenAt` | `datetime` | 100% | First time this record was seen |
62
+ | `_lastSeenAt` | `datetime` | 100% | Last time this record was updated |
63
+ | `itemId` | `string` | 100% | Unique Shopee product ID |
64
+ | `shopId` | `string` | 100% | Shopee shop/seller ID |
65
+ | `title` | `string` | 100% | Product title/name |
66
+ | `description` | `string` | 95% | Product description text |
67
+ | `status` | `string` | 100% | Item status (normal, banned, deleted) |
68
+ | `condition` | `float` | 100% | Product condition (1 = new, 2 = used) |
69
+ | `catId` | `float` | 100% | Primary category ID |
70
+ | `categories` | `json` | 100% | Array of category objects with catid and display_name |
71
+ | `brand` | `string` | 20% | Product brand name |
72
+ | `brandId` | `float` | 20% | Brand ID |
73
+ | `currency` | `string` | 100% | Currency code (TWD, MYR, SGD, etc.) |
74
+ | `price` 🔒 | `float` | 100% | Current price (raw value from API, typically multiplied by 100000) |
75
+ | `priceMin` | `float` | 100% | Minimum price for products with variants (raw value) |
76
+ | `priceMax` | `float` | 100% | Maximum price for products with variants (raw value) |
77
+ | `priceBeforeDiscount` | `float` | 92% | Original price before discount (raw value) |
78
+ | `priceMinBeforeDiscount` | `float` | 100% | Minimum price before discount for variants (raw value) |
79
+ | `priceMaxBeforeDiscount` | `float` | 100% | Maximum price before discount for variants (raw value) |
80
+ | `discount` | `float` | 100% | Discount percentage (0-100) |
81
+ | `ratingAvg` | `float` | 100% | Average rating (0-5 stars) |
82
+ | `ratingCount` | `float` | 100% | Total number of ratings |
83
+ | `commentCount` | `float` | 100% | Number of reviews/comments |
84
+ | `likedCount` | `float` | 100% | Number of likes/favorites |
85
+ | `shopLocation` | `string` | 97% | Seller location/city |
86
+ | `isAdult` | `bool` | 100% | Whether product is adult-only |
87
+ | `isPreOrder` | `bool` | 100% | Whether product is pre-order |
88
+ | `estimatedDays` | `float` | 100% | Estimated shipping/processing days for pre-order |
89
+ | `isFreeShipping` | `bool` | 100% | Whether free shipping is available |
90
+ | `isServiceByShopee` | `bool` | 100% | Whether fulfilled by Shopee (FBS) |
91
+ | `images` | `array` | 100% | Array of all product image IDs |
92
+ | `models` | `json` | 100% | Array of product variants/SKUs with fields: item_id, name, promotion_id, price, price_before_discount, model_id, is_clickable, is_grayout, stock |
93
+ | `createdAt` | `datetime` | 100% | Product creation timestamp |
94
+ | `shopName` | `string` | 100% | Shop/seller name |
95
+ | `shopRating` | `float` | 84% | Shop average rating (0-5) |
96
+ | `shopResponseRate` | `float` | 98% | Shop response rate percentage (0-100) |
97
+ | `shopResponseTime` | `float` | 100% | Average shop response time in seconds |
98
+ | `shopFollowerCount` | `float` | 100% | Number of shop followers |
99
+ | `shopItemCount` | `float` | 100% | Number of products in shop |
100
+ | `shopCreatedAt` | `datetime` | 100% | Shop creation timestamp |
101
+ | `isOfficialShop` | `bool` | 100% | Whether shop is official/verified |
102
+ | `shopRatingGood` | `float` | 100% | Number of positive shop ratings |
103
+ | `shopRatingNormal` | `float` | 100% | Number of neutral shop ratings |
104
+ | `shopRatingBad` | `float` | 100% | Number of negative shop ratings |
105
+ | `isShopeeVerified` | `bool` | 100% | Whether shop is Shopee verified |
106
+ | `shopDetailedLocation` | `string` | 97% | Shop location from shop details |
107
+ | `isIndividualSeller` | `bool` | 0% | Whether seller is an individual (not a business) |
108
+ | `isMart` | `bool` | 0% | Whether product is from Shopee Mart |
109
+ | `shippingFeeMin` | `float` | 100% | Minimum shipping fee (raw value) |
110
+ | `modelsCount` | `float` | 100% | Number of product variants/SKUs |
111
+ | `productUrl` 🔒 | `string` | 100% | Full URL to the Shopee product page |
112
+
113
+
114
+
115
+ > 🔒 **Premium fields** are included in the data files but their values are replaced with `[PREMIUM]`. To access real values, [use our website](https://rebrowser.net/products/datasets/shopee).
116
+
117
+
118
+
119
+ #### Field Distributions
120
+
121
+
122
+ <details>
123
+ <summary><strong>Products by Currency (Market)</strong> (<code>currency</code>)</summary>
124
+
125
+
126
+ | Value | Count | Share |
127
+ | --- | --- | --- |
128
+ | TWD | 22,149,456 | `████████████████████` 100.0% |
129
+
130
+ </details>
131
+
132
+
133
+ <details>
134
+ <summary><strong>Item Status Distribution</strong> (<code>status</code>)</summary>
135
+
136
+
137
+ | Value | Count | Share |
138
+ | --- | --- | --- |
139
+ | normal | 17,276,123 | `████████████████░░░░` 78.0% |
140
+ | new | 3,057,410 | `███░░░░░░░░░░░░░░░░░` 13.8% |
141
+ | banned | 1,809,162 | `██░░░░░░░░░░░░░░░░░░` 8.2% |
142
+ | offensive_hide | 6,761 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
143
+
144
+ </details>
145
+
146
+
147
+ <details>
148
+ <summary><strong>Product Condition (New vs Used)</strong> (<code>condition</code>)</summary>
149
+
150
+
151
+ | Value | Count | Share |
152
+ | --- | --- | --- |
153
+ | New | 22,007,301 | `████████████████████` 99.4% |
154
+ | 4 | 138,845 | `░░░░░░░░░░░░░░░░░░░░` 0.6% |
155
+ | 0 | 3,310 | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
156
+
157
+ </details>
158
+
159
+
160
+
161
+
162
+
163
+
164
+ ---
165
+
166
+ ## Pre-built Views on Rebrowser
167
+
168
+ Rebrowser web viewer lets you filter, sort, and export any slice of this dataset interactively. These pre-built views are ready to open:
169
+
170
+
171
+ ### Product Details
172
+
173
+
174
+ [Products with Customer Ratings](https://rebrowser.net/products/datasets/shopee/product-details/views/products-with-ratings) — 2,443,857 records
175
+
176
+ ↳ `[{"field":"ratingCount","op":"gt","value":10},{"sort":"ratingCount DESC"}]`
177
+
178
+ [All Products](https://rebrowser.net/products/datasets/shopee/product-details/views/products-database) — 24,670,844 records
179
+
180
+ ↳ `[{"sort":"createdAt DESC"}]`
181
+
182
+ [Products with Active Discounts](https://rebrowser.net/products/datasets/shopee/product-details/views/products-with-discount) — 8,607,780 records
183
+
184
+ ↳ `[{"field":"discount","op":"gte","value":10},{"sort":"discount DESC"}]`
185
+
186
+ [Products with Free Shipping](https://rebrowser.net/products/datasets/shopee/product-details/views/free-shipping-products) — 318,644 records
187
+
188
+ ↳ `[{"field":"isFreeShipping","op":"isTrue"},{"sort":"likedCount DESC"}]`
189
+
190
+ [Official Shop Products](https://rebrowser.net/products/datasets/shopee/product-details/views/official-shop-products) — 1,007,246 records
191
+
192
+ ↳ `[{"field":"isOfficialShop","op":"isTrue"},{"sort":"shopItemCount DESC"}]`
193
+
194
+
195
+ *[See all 20 views →](https://rebrowser.net/products/datasets/shopee/product-details)*
196
+
197
+
198
+
199
+
200
+ ---
201
+
202
+ ## Code Examples
203
+
204
+ ```python
205
+ import pandas as pd
206
+ from pathlib import Path
207
+
208
+ # Load the last 7 days of Shopee product snapshots
209
+ files = sorted(Path('rebrowser/shopee-dataset/product-details/data').glob('*.parquet'))[-7:]
210
+ df = pd.concat([pd.read_parquet(f) for f in files])
211
+
212
+ # Top 20 brands by number of listings
213
+ print(df['brand'].value_counts().head(20).to_string())
214
+
215
+ # Average rating and review count by currency (market)
216
+ market_stats = df.groupby('currency').agg(
217
+ avg_rating=('ratingAvg', 'mean'),
218
+ avg_reviews=('commentCount', 'mean'),
219
+ listings=('itemId', 'count')
220
+ ).sort_values('listings', ascending=False)
221
+ print(market_stats.to_string())
222
+
223
+ # Products with the deepest discounts (30%+)
224
+ deep_discounts = df[df['discount'] >= 30].sort_values('discount', ascending=False)
225
+ print(deep_discounts[['title', 'brand', 'currency', 'priceMin', 'discount', 'ratingAvg']].head(20)
226
+ .to_string(index=False))
227
+
228
+ # Top shops by follower count
229
+ top_shops = (df.drop_duplicates('shopId')
230
+ .nlargest(15, 'shopFollowerCount')
231
+ [['shopName', 'shopRating', 'shopFollowerCount', 'shopItemCount']])
232
+ print(top_shops.to_string(index=False))
233
+ ```
234
+
235
+ ---
236
+
237
+ ## Use Cases
238
+
239
+
240
+ ### Pricing Strategy Research
241
+
242
+ Compare variant-level pricing across sellers and categories to identify discount patterns and competitive positioning on Shopee marketplaces.
243
+
244
+
245
+ ### Seller Benchmarking
246
+
247
+ Rank shops by ratings, response rates, follower counts, and product volume. Identify traits that distinguish top-performing Shopee sellers.
248
+
249
+
250
+ ### Market Entry Analysis
251
+
252
+ Evaluate product density, competition levels, and pricing ranges by category and currency to assess expansion opportunities across Southeast Asian markets.
253
+
254
+
255
+ ### Promotion Pattern Detection
256
+
257
+ Study discount percentages, pre-order adoption, and free shipping rates across product categories to understand promotional dynamics.
258
+
259
+
260
+
261
+ ---
262
+
263
+ ## Full Dataset on Rebrowser
264
+
265
+
266
+ This is a 1,000-row preview sample. The full dataset is at [rebrowser.net/products/datasets/shopee](https://rebrowser.net/products/datasets/shopee)
267
+
268
+ Doing academic research? You may qualify for free access to a larger slice. See [Free Datasets for Research](https://rebrowser.net/free-datasets-for-research).
269
+
270
+ On Rebrowser you can:
271
+ - **Filter before you buy** — use the web UI to apply filters on any field and sort by any column. Preview results before purchasing. You only pay for records that match your criteria.
272
+ - **Export in your format** — CSV, JSON, JSONL, or Parquet depending on your plan.
273
+ - **Access via API** — integrate dataset queries into your pipelines and workflows.
274
+ - **Choose your freshness** — plans range from a 14-day lag to real-time data with no delay.
275
+ - **Select only the fields you need** — keep exports lean. Premium fields with richer data are available on higher plans.
276
+
277
+ [Pricing](https://rebrowser.net/pricing) starts at **$2 per 1,000 rows** with volume discounts.
278
+
279
+ ---
280
+
281
+ ## License & Terms
282
+
283
+ **Free for research and non-commercial use** with attribution. See [license terms](https://rebrowser.net/free-datasets-for-research#license) and [how to cite](https://rebrowser.net/free-datasets-for-research#citation).
284
+
285
+ ```bibtex
286
+ @misc{rebrowser_shopee,
287
+ author = {Rebrowser},
288
+ title = {Shopee Product Listings Dataset},
289
+ year = {2026},
290
+ howpublished = {\url{https://rebrowser.net/products/datasets/shopee}},
291
+ note = {Accessed: YYYY-MM-DD}
292
+ }
293
+ ```
294
+
295
+ Commercial use requires a paid license — see [pricing](https://rebrowser.net/pricing). Use of this data is governed by the [Rebrowser Terms of Use](https://rebrowser.net/terms-of-use), which may be updated at any time independently of this dataset.
296
+
297
+ ---
298
+
299
+ ## Disclaimer
300
+
301
+ Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by Shopee. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect Shopee user credentials. By using this dataset, you agree to comply with Shopee's Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party.
302
+
303
+
304
+ You can also find this data on [GitHub](https://github.com/rebrowser/shopee-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/shopee-dataset).
305
+
product-details/chart-growth.svg ADDED
product-details/data/2026-02-15.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099660bc4f37dfa787fd2449b58cee643ac4ae9bd690c0a99d1870f0455b7c53
3
+ size 51488
product-details/data/2026-02-15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef6097862b47f84a02782c6f1ac4d6860e343b8b1efb662eba44a91ec2b6cdf1
3
+ size 46581
product-details/data/2026-02-16.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44cbe77102d72ecfb8fc9ac1690ac58e738fc2fa577fe02cbe9548af101b671b
3
+ size 77752
product-details/data/2026-02-16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:752b9d69ccbf8a89698cf12301118d9b9b5d994c82da707888c7acbaac60c283
3
+ size 42687
product-details/data/2026-02-17.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b891469f0ff3f80abe1a037a40c73a26f911e2aa471c3e73e56da5838bdb8d2f
3
+ size 29608
product-details/data/2026-02-17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c8aded88f051369e01b56513295598a7e61449c980ae85bb4e79566e65bf60
3
+ size 39482
product-details/schema.json ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "_primaryKey",
4
+ "type": "string",
5
+ "description": "Unique identifier for this record",
6
+ "fillRate": 100,
7
+ "premium": false
8
+ },
9
+ {
10
+ "name": "_firstSeenAt",
11
+ "type": "datetime",
12
+ "description": "First time this record was seen",
13
+ "fillRate": 100,
14
+ "premium": false
15
+ },
16
+ {
17
+ "name": "_lastSeenAt",
18
+ "type": "datetime",
19
+ "description": "Last time this record was updated",
20
+ "fillRate": 100,
21
+ "premium": false
22
+ },
23
+ {
24
+ "name": "itemId",
25
+ "type": "string",
26
+ "description": "Unique Shopee product ID",
27
+ "fillRate": 100,
28
+ "premium": false
29
+ },
30
+ {
31
+ "name": "shopId",
32
+ "type": "string",
33
+ "description": "Shopee shop/seller ID",
34
+ "fillRate": 100,
35
+ "premium": false
36
+ },
37
+ {
38
+ "name": "title",
39
+ "type": "string",
40
+ "description": "Product title/name",
41
+ "fillRate": 100,
42
+ "premium": false
43
+ },
44
+ {
45
+ "name": "description",
46
+ "type": "string",
47
+ "description": "Product description text",
48
+ "fillRate": 95,
49
+ "premium": false
50
+ },
51
+ {
52
+ "name": "status",
53
+ "type": "string",
54
+ "description": "Item status (normal, banned, deleted)",
55
+ "fillRate": 100,
56
+ "premium": false
57
+ },
58
+ {
59
+ "name": "condition",
60
+ "type": "float",
61
+ "description": "Product condition (1 = new, 2 = used)",
62
+ "fillRate": 100,
63
+ "premium": false
64
+ },
65
+ {
66
+ "name": "catId",
67
+ "type": "float",
68
+ "description": "Primary category ID",
69
+ "fillRate": 100,
70
+ "premium": false
71
+ },
72
+ {
73
+ "name": "categories",
74
+ "type": "json",
75
+ "description": "Array of category objects with catid and display_name",
76
+ "fillRate": 100,
77
+ "premium": false
78
+ },
79
+ {
80
+ "name": "brand",
81
+ "type": "string",
82
+ "description": "Product brand name",
83
+ "fillRate": 20,
84
+ "premium": false
85
+ },
86
+ {
87
+ "name": "brandId",
88
+ "type": "float",
89
+ "description": "Brand ID",
90
+ "fillRate": 20,
91
+ "premium": false
92
+ },
93
+ {
94
+ "name": "currency",
95
+ "type": "string",
96
+ "description": "Currency code (TWD, MYR, SGD, etc.)",
97
+ "fillRate": 100,
98
+ "premium": false
99
+ },
100
+ {
101
+ "name": "price",
102
+ "type": "float",
103
+ "description": "Current price (raw value from API, typically multiplied by 100000)",
104
+ "fillRate": 100,
105
+ "premium": true
106
+ },
107
+ {
108
+ "name": "priceMin",
109
+ "type": "float",
110
+ "description": "Minimum price for products with variants (raw value)",
111
+ "fillRate": 100,
112
+ "premium": false
113
+ },
114
+ {
115
+ "name": "priceMax",
116
+ "type": "float",
117
+ "description": "Maximum price for products with variants (raw value)",
118
+ "fillRate": 100,
119
+ "premium": false
120
+ },
121
+ {
122
+ "name": "priceBeforeDiscount",
123
+ "type": "float",
124
+ "description": "Original price before discount (raw value)",
125
+ "fillRate": 92,
126
+ "premium": false
127
+ },
128
+ {
129
+ "name": "priceMinBeforeDiscount",
130
+ "type": "float",
131
+ "description": "Minimum price before discount for variants (raw value)",
132
+ "fillRate": 100,
133
+ "premium": false
134
+ },
135
+ {
136
+ "name": "priceMaxBeforeDiscount",
137
+ "type": "float",
138
+ "description": "Maximum price before discount for variants (raw value)",
139
+ "fillRate": 100,
140
+ "premium": false
141
+ },
142
+ {
143
+ "name": "discount",
144
+ "type": "float",
145
+ "description": "Discount percentage (0-100)",
146
+ "fillRate": 100,
147
+ "premium": false
148
+ },
149
+ {
150
+ "name": "ratingAvg",
151
+ "type": "float",
152
+ "description": "Average rating (0-5 stars)",
153
+ "fillRate": 100,
154
+ "premium": false
155
+ },
156
+ {
157
+ "name": "ratingCount",
158
+ "type": "float",
159
+ "description": "Total number of ratings",
160
+ "fillRate": 100,
161
+ "premium": false
162
+ },
163
+ {
164
+ "name": "commentCount",
165
+ "type": "float",
166
+ "description": "Number of reviews/comments",
167
+ "fillRate": 100,
168
+ "premium": false
169
+ },
170
+ {
171
+ "name": "likedCount",
172
+ "type": "float",
173
+ "description": "Number of likes/favorites",
174
+ "fillRate": 100,
175
+ "premium": false
176
+ },
177
+ {
178
+ "name": "shopLocation",
179
+ "type": "string",
180
+ "description": "Seller location/city",
181
+ "fillRate": 97,
182
+ "premium": false
183
+ },
184
+ {
185
+ "name": "isAdult",
186
+ "type": "bool",
187
+ "description": "Whether product is adult-only",
188
+ "fillRate": 100,
189
+ "premium": false
190
+ },
191
+ {
192
+ "name": "isPreOrder",
193
+ "type": "bool",
194
+ "description": "Whether product is pre-order",
195
+ "fillRate": 100,
196
+ "premium": false
197
+ },
198
+ {
199
+ "name": "estimatedDays",
200
+ "type": "float",
201
+ "description": "Estimated shipping/processing days for pre-order",
202
+ "fillRate": 100,
203
+ "premium": false
204
+ },
205
+ {
206
+ "name": "isFreeShipping",
207
+ "type": "bool",
208
+ "description": "Whether free shipping is available",
209
+ "fillRate": 100,
210
+ "premium": false
211
+ },
212
+ {
213
+ "name": "isServiceByShopee",
214
+ "type": "bool",
215
+ "description": "Whether fulfilled by Shopee (FBS)",
216
+ "fillRate": 100,
217
+ "premium": false
218
+ },
219
+ {
220
+ "name": "images",
221
+ "type": "array",
222
+ "description": "Array of all product image IDs",
223
+ "fillRate": 100,
224
+ "premium": false
225
+ },
226
+ {
227
+ "name": "models",
228
+ "type": "json",
229
+ "description": "Array of product variants/SKUs with fields: item_id, name, promotion_id, price, price_before_discount, model_id, is_clickable, is_grayout, stock",
230
+ "fillRate": 100,
231
+ "premium": false
232
+ },
233
+ {
234
+ "name": "createdAt",
235
+ "type": "datetime",
236
+ "description": "Product creation timestamp",
237
+ "fillRate": 100,
238
+ "premium": false
239
+ },
240
+ {
241
+ "name": "shopName",
242
+ "type": "string",
243
+ "description": "Shop/seller name",
244
+ "fillRate": 100,
245
+ "premium": false
246
+ },
247
+ {
248
+ "name": "shopRating",
249
+ "type": "float",
250
+ "description": "Shop average rating (0-5)",
251
+ "fillRate": 84,
252
+ "premium": false
253
+ },
254
+ {
255
+ "name": "shopResponseRate",
256
+ "type": "float",
257
+ "description": "Shop response rate percentage (0-100)",
258
+ "fillRate": 98,
259
+ "premium": false
260
+ },
261
+ {
262
+ "name": "shopResponseTime",
263
+ "type": "float",
264
+ "description": "Average shop response time in seconds",
265
+ "fillRate": 100,
266
+ "premium": false
267
+ },
268
+ {
269
+ "name": "shopFollowerCount",
270
+ "type": "float",
271
+ "description": "Number of shop followers",
272
+ "fillRate": 100,
273
+ "premium": false
274
+ },
275
+ {
276
+ "name": "shopItemCount",
277
+ "type": "float",
278
+ "description": "Number of products in shop",
279
+ "fillRate": 100,
280
+ "premium": false
281
+ },
282
+ {
283
+ "name": "shopCreatedAt",
284
+ "type": "datetime",
285
+ "description": "Shop creation timestamp",
286
+ "fillRate": 100,
287
+ "premium": false
288
+ },
289
+ {
290
+ "name": "isOfficialShop",
291
+ "type": "bool",
292
+ "description": "Whether shop is official/verified",
293
+ "fillRate": 100,
294
+ "premium": false
295
+ },
296
+ {
297
+ "name": "shopRatingGood",
298
+ "type": "float",
299
+ "description": "Number of positive shop ratings",
300
+ "fillRate": 100,
301
+ "premium": false
302
+ },
303
+ {
304
+ "name": "shopRatingNormal",
305
+ "type": "float",
306
+ "description": "Number of neutral shop ratings",
307
+ "fillRate": 100,
308
+ "premium": false
309
+ },
310
+ {
311
+ "name": "shopRatingBad",
312
+ "type": "float",
313
+ "description": "Number of negative shop ratings",
314
+ "fillRate": 100,
315
+ "premium": false
316
+ },
317
+ {
318
+ "name": "isShopeeVerified",
319
+ "type": "bool",
320
+ "description": "Whether shop is Shopee verified",
321
+ "fillRate": 100,
322
+ "premium": false
323
+ },
324
+ {
325
+ "name": "shopDetailedLocation",
326
+ "type": "string",
327
+ "description": "Shop location from shop details",
328
+ "fillRate": 97,
329
+ "premium": false
330
+ },
331
+ {
332
+ "name": "isIndividualSeller",
333
+ "type": "bool",
334
+ "description": "Whether seller is an individual (not a business)",
335
+ "fillRate": 0,
336
+ "premium": false
337
+ },
338
+ {
339
+ "name": "isMart",
340
+ "type": "bool",
341
+ "description": "Whether product is from Shopee Mart",
342
+ "fillRate": 0,
343
+ "premium": false
344
+ },
345
+ {
346
+ "name": "shippingFeeMin",
347
+ "type": "float",
348
+ "description": "Minimum shipping fee (raw value)",
349
+ "fillRate": 100,
350
+ "premium": false
351
+ },
352
+ {
353
+ "name": "modelsCount",
354
+ "type": "float",
355
+ "description": "Number of product variants/SKUs",
356
+ "fillRate": 100,
357
+ "premium": false
358
+ },
359
+ {
360
+ "name": "productUrl",
361
+ "type": "string",
362
+ "description": "Full URL to the Shopee product page",
363
+ "fillRate": 100,
364
+ "premium": true
365
+ }
366
+ ]