Tabular Classification
Keras
Scikit-learn
English
tensorflow
random-forest
cnn
clustering
nlp
computer-vision
recommendation-system
time-series
streamlit
Instructions to use OKTAYBBS/DataScientst-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use OKTAYBBS/DataScientst-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://OKTAYBBS/DataScientst-models") - Scikit-learn
How to use OKTAYBBS/DataScientst-models with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("OKTAYBBS/DataScientst-models", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Upload data_viz/ecommerce_viz.csv with huggingface_hub
Browse files- data_viz/ecommerce_viz.csv +1001 -0
data_viz/ecommerce_viz.csv
ADDED
|
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
InvoiceNo,Description,Quantity,InvoiceDate,UnitPrice,Country,Total_Price
|
| 2 |
+
10000,Laptop Stand,4,2023-11-21 17:00,146.64,Germany,586.56
|
| 3 |
+
10001,Bluetooth Headphones,1,2023-11-25 9:00,47.18,Germany,47.18
|
| 4 |
+
10002,Bluetooth Headphones,3,2023-11-4 15:00,58.73,Spain,176.19
|
| 5 |
+
10003,Smartphone Case,3,2023-11-1 15:00,104.58,United Kingdom,313.74
|
| 6 |
+
10004,Laptop Stand,4,2023-11-27 12:00,74.12,France,296.48
|
| 7 |
+
10005,Mechanical Keyboard,1,2023-11-2 15:00,41.95,Spain,41.95
|
| 8 |
+
10006,Smartphone Case,2,2023-11-9 15:00,91.51,Italy,183.02
|
| 9 |
+
10007,Mechanical Keyboard,4,2023-11-11 14:00,148.79,United Kingdom,595.16
|
| 10 |
+
10008,Desk Mat,1,2023-11-10 17:00,41.55,Germany,41.55
|
| 11 |
+
10009,Gaming Monitor,1,2023-11-11 13:00,119.39,Spain,119.39
|
| 12 |
+
10010,Wireless Mouse,3,2023-11-17 12:00,32.94,Netherlands,98.82
|
| 13 |
+
10011,Webcam 1080p,4,2023-11-15 17:00,111.5,Netherlands,446.0
|
| 14 |
+
10012,Mechanical Keyboard,2,2023-11-5 12:00,106.61,Spain,213.22
|
| 15 |
+
10013,Laptop Stand,1,2023-11-1 10:00,72.67,Netherlands,72.67
|
| 16 |
+
10014,LED Desk Lamp,3,2023-11-21 13:00,116.55,Netherlands,349.65
|
| 17 |
+
10015,Mechanical Keyboard,2,2023-11-14 11:00,140.01,Netherlands,280.02
|
| 18 |
+
10016,Wireless Mouse,2,2023-11-17 10:00,72.38,France,144.76
|
| 19 |
+
10017,Laptop Stand,3,2023-11-9 12:00,43.88,France,131.64
|
| 20 |
+
10018,LED Desk Lamp,4,2023-11-30 17:00,149.27,Spain,597.08
|
| 21 |
+
10019,Mechanical Keyboard,3,2023-11-19 15:00,74.25,Netherlands,222.75
|
| 22 |
+
10020,Laptop Stand,2,2023-11-4 11:00,11.82,Italy,23.64
|
| 23 |
+
10021,Wireless Mouse,3,2023-11-11 13:00,59.71,Germany,179.13
|
| 24 |
+
10022,LED Desk Lamp,2,2023-11-8 12:00,116.02,Netherlands,232.04
|
| 25 |
+
10023,Wireless Mouse,1,2023-11-27 12:00,74.15,Germany,74.15
|
| 26 |
+
10024,Webcam 1080p,2,2023-11-5 12:00,129.73,Italy,259.46
|
| 27 |
+
10025,LED Desk Lamp,4,2023-11-11 13:00,139.67,Germany,558.68
|
| 28 |
+
10026,Desk Mat,4,2023-11-8 14:00,34.9,Italy,139.6
|
| 29 |
+
10027,Gaming Monitor,3,2023-11-12 12:00,14.08,United Kingdom,42.24
|
| 30 |
+
10028,Mechanical Keyboard,2,2023-11-19 9:00,65.7,United Kingdom,131.4
|
| 31 |
+
10029,Gaming Monitor,1,2023-11-20 12:00,77.42,Italy,77.42
|
| 32 |
+
10030,Wireless Mouse,2,2023-11-7 9:00,138.58,Germany,277.16
|
| 33 |
+
10031,USB-C Cable,1,2023-11-21 10:00,45.14,Spain,45.14
|
| 34 |
+
10032,LED Desk Lamp,1,2023-11-26 12:00,43.66,Spain,43.66
|
| 35 |
+
10033,Webcam 1080p,3,2023-11-9 13:00,80.83,Germany,242.49
|
| 36 |
+
10034,Mechanical Keyboard,1,2023-11-24 17:00,34.53,Italy,34.53
|
| 37 |
+
10035,Smartphone Case,4,2023-11-19 13:00,91.43,France,365.72
|
| 38 |
+
10036,Gaming Monitor,4,2023-11-13 15:00,116.23,Germany,464.92
|
| 39 |
+
10037,USB-C Cable,4,2023-11-23 12:00,66.13,Germany,264.52
|
| 40 |
+
10038,Smartphone Case,4,2023-11-9 11:00,38.62,Netherlands,154.48
|
| 41 |
+
10039,USB-C Cable,4,2023-11-26 11:00,99.05,Italy,396.2
|
| 42 |
+
10040,Smartphone Case,1,2023-11-27 16:00,67.32,Italy,67.32
|
| 43 |
+
10041,Smartphone Case,4,2023-11-24 12:00,107.11,France,428.44
|
| 44 |
+
10042,Desk Mat,2,2023-11-21 16:00,132.62,Spain,265.24
|
| 45 |
+
10043,Bluetooth Headphones,3,2023-11-30 17:00,140.34,United Kingdom,421.02
|
| 46 |
+
10044,Laptop Stand,1,2023-11-6 13:00,68.32,United Kingdom,68.32
|
| 47 |
+
10045,Desk Mat,2,2023-11-6 13:00,38.08,Italy,76.16
|
| 48 |
+
10046,Gaming Monitor,4,2023-11-22 12:00,42.26,Spain,169.04
|
| 49 |
+
10047,USB-C Cable,4,2023-11-15 17:00,41.4,Italy,165.6
|
| 50 |
+
10048,Mechanical Keyboard,1,2023-11-30 13:00,69.17,United Kingdom,69.17
|
| 51 |
+
10049,Webcam 1080p,4,2023-11-30 14:00,124.35,Spain,497.4
|
| 52 |
+
10050,Laptop Stand,3,2023-11-21 14:00,40.87,Italy,122.61
|
| 53 |
+
10051,Desk Mat,4,2023-11-10 10:00,102.54,Netherlands,410.16
|
| 54 |
+
10052,LED Desk Lamp,1,2023-11-22 17:00,47.64,United Kingdom,47.64
|
| 55 |
+
10053,Webcam 1080p,4,2023-11-27 13:00,142.89,Italy,571.56
|
| 56 |
+
10054,Webcam 1080p,2,2023-11-19 12:00,119.3,United Kingdom,238.6
|
| 57 |
+
10055,Mechanical Keyboard,1,2023-11-8 15:00,72.83,France,72.83
|
| 58 |
+
10056,Desk Mat,2,2023-11-26 15:00,138.94,Italy,277.88
|
| 59 |
+
10057,Mechanical Keyboard,2,2023-11-27 17:00,58.24,Italy,116.48
|
| 60 |
+
10058,Laptop Stand,1,2023-11-20 12:00,58.35,Italy,58.35
|
| 61 |
+
10059,Wireless Mouse,3,2023-11-12 15:00,26.64,United Kingdom,79.92
|
| 62 |
+
10060,USB-C Cable,1,2023-11-4 10:00,63.27,United Kingdom,63.27
|
| 63 |
+
10061,Gaming Monitor,3,2023-11-8 9:00,119.5,Netherlands,358.5
|
| 64 |
+
10062,USB-C Cable,2,2023-11-24 11:00,71.27,Netherlands,142.54
|
| 65 |
+
10063,Smartphone Case,1,2023-11-19 13:00,84.8,United Kingdom,84.8
|
| 66 |
+
10064,Laptop Stand,1,2023-11-8 11:00,110.58,France,110.58
|
| 67 |
+
10065,LED Desk Lamp,4,2023-11-25 12:00,41.74,Spain,166.96
|
| 68 |
+
10066,Smartphone Case,4,2023-11-22 11:00,50.61,United Kingdom,202.44
|
| 69 |
+
10067,Smartphone Case,1,2023-11-23 11:00,19.92,Germany,19.92
|
| 70 |
+
10068,Gaming Monitor,4,2023-11-18 12:00,147.47,Spain,589.88
|
| 71 |
+
10069,Bluetooth Headphones,1,2023-11-11 13:00,86.84,France,86.84
|
| 72 |
+
10070,Wireless Mouse,4,2023-11-5 17:00,96.98,Spain,387.92
|
| 73 |
+
10071,Smartphone Case,2,2023-11-27 9:00,94.77,Netherlands,189.54
|
| 74 |
+
10072,Gaming Monitor,2,2023-11-22 13:00,70.59,France,141.18
|
| 75 |
+
10073,Desk Mat,2,2023-11-4 9:00,38.76,Italy,77.52
|
| 76 |
+
10074,Desk Mat,4,2023-11-14 15:00,104.01,France,416.04
|
| 77 |
+
10075,Smartphone Case,4,2023-11-20 16:00,115.13,Germany,460.52
|
| 78 |
+
10076,Webcam 1080p,3,2023-11-8 9:00,70.48,Germany,211.44
|
| 79 |
+
10077,Webcam 1080p,2,2023-11-5 10:00,86.69,Germany,173.38
|
| 80 |
+
10078,Wireless Mouse,4,2023-11-12 15:00,69.18,France,276.72
|
| 81 |
+
10079,Webcam 1080p,3,2023-11-3 10:00,38.75,Spain,116.25
|
| 82 |
+
10080,Laptop Stand,4,2023-11-26 15:00,101.95,France,407.8
|
| 83 |
+
10081,USB-C Cable,1,2023-11-27 17:00,139.57,Netherlands,139.57
|
| 84 |
+
10082,USB-C Cable,4,2023-11-3 10:00,93.87,Netherlands,375.48
|
| 85 |
+
10083,Gaming Monitor,1,2023-11-6 17:00,12.12,United Kingdom,12.12
|
| 86 |
+
10084,Webcam 1080p,4,2023-11-27 12:00,95.4,France,381.6
|
| 87 |
+
10085,USB-C Cable,4,2023-11-1 11:00,10.28,Germany,41.12
|
| 88 |
+
10086,Laptop Stand,1,2023-11-19 13:00,31.68,France,31.68
|
| 89 |
+
10087,Mechanical Keyboard,4,2023-11-30 17:00,92.26,Italy,369.04
|
| 90 |
+
10088,USB-C Cable,4,2023-11-7 9:00,97.85,United Kingdom,391.4
|
| 91 |
+
10089,LED Desk Lamp,4,2023-11-4 17:00,141.55,Italy,566.2
|
| 92 |
+
10090,Laptop Stand,2,2023-11-16 14:00,36.4,United Kingdom,72.8
|
| 93 |
+
10091,Laptop Stand,2,2023-11-18 11:00,11.16,Spain,22.32
|
| 94 |
+
10092,Webcam 1080p,3,2023-11-28 12:00,21.8,Italy,65.4
|
| 95 |
+
10093,LED Desk Lamp,3,2023-11-19 16:00,111.28,Spain,333.84
|
| 96 |
+
10094,Webcam 1080p,1,2023-11-10 10:00,86.56,Spain,86.56
|
| 97 |
+
10095,Wireless Mouse,1,2023-11-21 15:00,22.79,Spain,22.79
|
| 98 |
+
10096,Wireless Mouse,3,2023-11-25 13:00,14.13,France,42.39
|
| 99 |
+
10097,Mechanical Keyboard,4,2023-11-3 9:00,137.56,France,550.24
|
| 100 |
+
10098,Desk Mat,4,2023-11-10 10:00,21.36,Netherlands,85.44
|
| 101 |
+
10099,Smartphone Case,3,2023-11-14 11:00,125.22,Germany,375.66
|
| 102 |
+
10100,Smartphone Case,2,2023-11-27 16:00,114.0,France,228.0
|
| 103 |
+
10101,Webcam 1080p,2,2023-11-29 14:00,61.96,France,123.92
|
| 104 |
+
10102,Wireless Mouse,1,2023-11-22 13:00,56.7,United Kingdom,56.7
|
| 105 |
+
10103,Bluetooth Headphones,2,2023-11-2 14:00,120.23,Germany,240.46
|
| 106 |
+
10104,Bluetooth Headphones,4,2023-11-15 10:00,71.96,Germany,287.84
|
| 107 |
+
10105,LED Desk Lamp,3,2023-11-25 12:00,50.93,Netherlands,152.79
|
| 108 |
+
10106,Laptop Stand,4,2023-11-24 12:00,67.07,Spain,268.28
|
| 109 |
+
10107,Gaming Monitor,3,2023-11-14 14:00,49.35,Germany,148.05
|
| 110 |
+
10108,Laptop Stand,1,2023-11-21 13:00,46.43,United Kingdom,46.43
|
| 111 |
+
10109,Mechanical Keyboard,2,2023-11-7 11:00,141.95,Italy,283.9
|
| 112 |
+
10110,Gaming Monitor,3,2023-11-4 13:00,105.92,United Kingdom,317.76
|
| 113 |
+
10111,Smartphone Case,4,2023-11-10 15:00,139.44,United Kingdom,557.76
|
| 114 |
+
10112,LED Desk Lamp,1,2023-11-20 16:00,113.95,United Kingdom,113.95
|
| 115 |
+
10113,Desk Mat,1,2023-11-5 12:00,53.09,Netherlands,53.09
|
| 116 |
+
10114,LED Desk Lamp,2,2023-11-7 9:00,62.29,United Kingdom,124.58
|
| 117 |
+
10115,Laptop Stand,1,2023-11-19 11:00,136.5,Netherlands,136.5
|
| 118 |
+
10116,LED Desk Lamp,1,2023-11-23 9:00,130.23,Spain,130.23
|
| 119 |
+
10117,Webcam 1080p,3,2023-11-22 17:00,74.66,Italy,223.98
|
| 120 |
+
10118,USB-C Cable,3,2023-11-15 15:00,104.31,Italy,312.93
|
| 121 |
+
10119,Bluetooth Headphones,1,2023-11-2 13:00,113.69,Netherlands,113.69
|
| 122 |
+
10120,Laptop Stand,4,2023-11-22 9:00,82.09,Netherlands,328.36
|
| 123 |
+
10121,LED Desk Lamp,1,2023-11-19 11:00,67.99,Spain,67.99
|
| 124 |
+
10122,Desk Mat,2,2023-11-23 14:00,82.69,France,165.38
|
| 125 |
+
10123,Smartphone Case,2,2023-11-8 17:00,40.74,United Kingdom,81.48
|
| 126 |
+
10124,Gaming Monitor,2,2023-11-10 16:00,132.01,Germany,264.02
|
| 127 |
+
10125,Mechanical Keyboard,1,2023-11-19 14:00,38.51,United Kingdom,38.51
|
| 128 |
+
10126,Wireless Mouse,2,2023-11-21 15:00,13.1,Germany,26.2
|
| 129 |
+
10127,Bluetooth Headphones,1,2023-11-26 9:00,38.88,France,38.88
|
| 130 |
+
10128,Desk Mat,3,2023-11-21 9:00,118.22,United Kingdom,354.66
|
| 131 |
+
10129,Webcam 1080p,2,2023-11-27 11:00,120.99,Italy,241.98
|
| 132 |
+
10130,LED Desk Lamp,1,2023-11-28 17:00,41.07,Netherlands,41.07
|
| 133 |
+
10131,Smartphone Case,4,2023-11-1 17:00,107.62,Netherlands,430.48
|
| 134 |
+
10132,Gaming Monitor,4,2023-11-22 17:00,38.48,Netherlands,153.92
|
| 135 |
+
10133,Mechanical Keyboard,1,2023-11-9 11:00,35.68,France,35.68
|
| 136 |
+
10134,Webcam 1080p,1,2023-11-8 10:00,67.36,France,67.36
|
| 137 |
+
10135,Smartphone Case,4,2023-11-22 14:00,38.49,Spain,153.96
|
| 138 |
+
10136,USB-C Cable,3,2023-11-15 12:00,85.85,United Kingdom,257.55
|
| 139 |
+
10137,Mechanical Keyboard,1,2023-11-13 14:00,20.37,Spain,20.37
|
| 140 |
+
10138,LED Desk Lamp,4,2023-11-29 11:00,141.96,France,567.84
|
| 141 |
+
10139,Smartphone Case,3,2023-11-27 15:00,59.07,Netherlands,177.21
|
| 142 |
+
10140,USB-C Cable,4,2023-11-11 10:00,74.99,Netherlands,299.96
|
| 143 |
+
10141,Mechanical Keyboard,4,2023-11-29 16:00,77.76,United Kingdom,311.04
|
| 144 |
+
10142,LED Desk Lamp,4,2023-11-26 13:00,117.31,Italy,469.24
|
| 145 |
+
10143,LED Desk Lamp,2,2023-11-20 9:00,122.42,France,244.84
|
| 146 |
+
10144,Desk Mat,1,2023-11-28 17:00,39.01,Spain,39.01
|
| 147 |
+
10145,Wireless Mouse,2,2023-11-16 15:00,115.0,France,230.0
|
| 148 |
+
10146,USB-C Cable,1,2023-11-10 13:00,101.58,Italy,101.58
|
| 149 |
+
10147,LED Desk Lamp,2,2023-11-29 14:00,116.16,France,232.32
|
| 150 |
+
10148,Mechanical Keyboard,1,2023-11-30 9:00,43.81,Germany,43.81
|
| 151 |
+
10149,Gaming Monitor,2,2023-11-26 15:00,28.71,Germany,57.42
|
| 152 |
+
10150,Laptop Stand,2,2023-11-25 11:00,121.47,Netherlands,242.94
|
| 153 |
+
10151,Wireless Mouse,3,2023-11-30 13:00,99.09,Germany,297.27
|
| 154 |
+
10152,USB-C Cable,2,2023-11-7 14:00,40.62,Germany,81.24
|
| 155 |
+
10153,USB-C Cable,3,2023-11-23 15:00,118.75,Netherlands,356.25
|
| 156 |
+
10154,Bluetooth Headphones,4,2023-11-20 9:00,22.37,Spain,89.48
|
| 157 |
+
10155,Laptop Stand,4,2023-11-6 13:00,14.36,France,57.44
|
| 158 |
+
10156,Smartphone Case,3,2023-11-14 10:00,88.03,Netherlands,264.09
|
| 159 |
+
10157,Smartphone Case,1,2023-11-8 15:00,135.71,Italy,135.71
|
| 160 |
+
10158,Smartphone Case,2,2023-11-11 9:00,23.21,Netherlands,46.42
|
| 161 |
+
10159,USB-C Cable,1,2023-11-12 11:00,19.42,Italy,19.42
|
| 162 |
+
10160,Wireless Mouse,3,2023-11-3 12:00,43.81,France,131.43
|
| 163 |
+
10161,Laptop Stand,3,2023-11-11 13:00,128.89,France,386.67
|
| 164 |
+
10162,Smartphone Case,2,2023-11-18 9:00,12.01,Spain,24.02
|
| 165 |
+
10163,LED Desk Lamp,4,2023-11-3 11:00,28.57,Italy,114.28
|
| 166 |
+
10164,Gaming Monitor,1,2023-11-25 12:00,66.33,Italy,66.33
|
| 167 |
+
10165,Mechanical Keyboard,1,2023-11-10 17:00,115.94,Spain,115.94
|
| 168 |
+
10166,Smartphone Case,4,2023-11-11 10:00,93.56,Spain,374.24
|
| 169 |
+
10167,Bluetooth Headphones,1,2023-11-19 13:00,98.63,Spain,98.63
|
| 170 |
+
10168,Wireless Mouse,2,2023-11-10 12:00,100.93,Netherlands,201.86
|
| 171 |
+
10169,Mechanical Keyboard,1,2023-11-27 15:00,80.56,Netherlands,80.56
|
| 172 |
+
10170,Bluetooth Headphones,2,2023-11-12 13:00,25.41,United Kingdom,50.82
|
| 173 |
+
10171,Webcam 1080p,3,2023-11-22 14:00,107.6,France,322.8
|
| 174 |
+
10172,USB-C Cable,1,2023-11-1 16:00,99.03,Spain,99.03
|
| 175 |
+
10173,Wireless Mouse,2,2023-11-29 10:00,73.72,Spain,147.44
|
| 176 |
+
10174,Desk Mat,2,2023-11-27 16:00,119.07,Netherlands,238.14
|
| 177 |
+
10175,Gaming Monitor,4,2023-11-28 16:00,144.53,Germany,578.12
|
| 178 |
+
10176,Mechanical Keyboard,2,2023-11-5 9:00,133.43,Netherlands,266.86
|
| 179 |
+
10177,LED Desk Lamp,2,2023-11-11 16:00,138.98,Spain,277.96
|
| 180 |
+
10178,USB-C Cable,4,2023-11-8 16:00,93.17,Germany,372.68
|
| 181 |
+
10179,USB-C Cable,2,2023-11-20 15:00,138.19,Netherlands,276.38
|
| 182 |
+
10180,Smartphone Case,2,2023-11-16 13:00,93.55,United Kingdom,187.1
|
| 183 |
+
10181,Bluetooth Headphones,3,2023-11-10 9:00,38.08,United Kingdom,114.24
|
| 184 |
+
10182,Bluetooth Headphones,4,2023-11-30 12:00,141.71,Spain,566.84
|
| 185 |
+
10183,Wireless Mouse,3,2023-11-17 11:00,70.96,Netherlands,212.88
|
| 186 |
+
10184,Desk Mat,3,2023-11-12 10:00,120.52,France,361.56
|
| 187 |
+
10185,Smartphone Case,4,2023-11-10 12:00,17.73,Italy,70.92
|
| 188 |
+
10186,Webcam 1080p,4,2023-11-8 16:00,146.23,Spain,584.92
|
| 189 |
+
10187,Smartphone Case,4,2023-11-29 16:00,31.78,Spain,127.12
|
| 190 |
+
10188,Wireless Mouse,2,2023-11-4 12:00,45.9,Italy,91.8
|
| 191 |
+
10189,Mechanical Keyboard,2,2023-11-6 16:00,123.26,Netherlands,246.52
|
| 192 |
+
10190,Bluetooth Headphones,2,2023-11-6 16:00,126.1,Netherlands,252.2
|
| 193 |
+
10191,Desk Mat,4,2023-11-17 9:00,97.36,Germany,389.44
|
| 194 |
+
10192,Bluetooth Headphones,1,2023-11-24 10:00,110.13,United Kingdom,110.13
|
| 195 |
+
10193,Mechanical Keyboard,2,2023-11-19 16:00,111.5,United Kingdom,223.0
|
| 196 |
+
10194,Desk Mat,3,2023-11-7 9:00,37.89,United Kingdom,113.67
|
| 197 |
+
10195,Bluetooth Headphones,4,2023-11-18 17:00,62.01,Spain,248.04
|
| 198 |
+
10196,Desk Mat,4,2023-11-25 11:00,106.19,Germany,424.76
|
| 199 |
+
10197,USB-C Cable,4,2023-11-27 17:00,55.95,Netherlands,223.8
|
| 200 |
+
10198,Wireless Mouse,4,2023-11-17 13:00,37.5,Netherlands,150.0
|
| 201 |
+
10199,LED Desk Lamp,3,2023-11-14 14:00,113.07,Spain,339.21
|
| 202 |
+
10200,Webcam 1080p,4,2023-11-13 14:00,87.37,Netherlands,349.48
|
| 203 |
+
10201,Gaming Monitor,4,2023-11-28 11:00,35.94,Italy,143.76
|
| 204 |
+
10202,Laptop Stand,2,2023-11-29 14:00,125.6,Netherlands,251.2
|
| 205 |
+
10203,Gaming Monitor,1,2023-11-10 11:00,119.99,France,119.99
|
| 206 |
+
10204,Bluetooth Headphones,4,2023-11-30 12:00,87.95,United Kingdom,351.8
|
| 207 |
+
10205,Bluetooth Headphones,3,2023-11-26 12:00,40.87,Netherlands,122.61
|
| 208 |
+
10206,LED Desk Lamp,4,2023-11-18 9:00,10.09,Spain,40.36
|
| 209 |
+
10207,Laptop Stand,4,2023-11-4 9:00,115.04,United Kingdom,460.16
|
| 210 |
+
10208,Smartphone Case,3,2023-11-26 16:00,37.93,Germany,113.79
|
| 211 |
+
10209,Smartphone Case,3,2023-11-8 15:00,15.61,Italy,46.83
|
| 212 |
+
10210,Desk Mat,1,2023-11-2 14:00,118.15,Germany,118.15
|
| 213 |
+
10211,Desk Mat,3,2023-11-13 10:00,93.57,Italy,280.71
|
| 214 |
+
10212,Bluetooth Headphones,2,2023-11-30 13:00,125.86,United Kingdom,251.72
|
| 215 |
+
10213,Webcam 1080p,4,2023-11-20 13:00,41.74,Spain,166.96
|
| 216 |
+
10214,USB-C Cable,2,2023-11-9 14:00,87.16,United Kingdom,174.32
|
| 217 |
+
10215,Mechanical Keyboard,4,2023-11-16 17:00,13.5,Spain,54.0
|
| 218 |
+
10216,Webcam 1080p,1,2023-11-25 16:00,118.27,France,118.27
|
| 219 |
+
10217,Smartphone Case,2,2023-11-10 11:00,107.39,France,214.78
|
| 220 |
+
10218,Wireless Mouse,3,2023-11-1 13:00,27.57,Italy,82.71
|
| 221 |
+
10219,Laptop Stand,4,2023-11-22 10:00,140.08,Netherlands,560.32
|
| 222 |
+
10220,Gaming Monitor,1,2023-11-22 16:00,114.92,United Kingdom,114.92
|
| 223 |
+
10221,Smartphone Case,1,2023-11-17 13:00,42.82,France,42.82
|
| 224 |
+
10222,Gaming Monitor,2,2023-11-7 9:00,103.5,Netherlands,207.0
|
| 225 |
+
10223,Mechanical Keyboard,3,2023-11-6 15:00,36.92,Italy,110.76
|
| 226 |
+
10224,Laptop Stand,3,2023-11-26 9:00,80.89,France,242.67
|
| 227 |
+
10225,USB-C Cable,4,2023-11-26 9:00,144.87,United Kingdom,579.48
|
| 228 |
+
10226,Gaming Monitor,4,2023-11-26 11:00,97.18,Netherlands,388.72
|
| 229 |
+
10227,Wireless Mouse,4,2023-11-10 10:00,53.84,United Kingdom,215.36
|
| 230 |
+
10228,Smartphone Case,3,2023-11-16 10:00,147.88,Spain,443.64
|
| 231 |
+
10229,Webcam 1080p,2,2023-11-15 16:00,18.65,Spain,37.3
|
| 232 |
+
10230,Webcam 1080p,3,2023-11-2 11:00,31.07,Germany,93.21
|
| 233 |
+
10231,LED Desk Lamp,4,2023-11-9 12:00,75.93,Germany,303.72
|
| 234 |
+
10232,Bluetooth Headphones,3,2023-11-3 9:00,136.61,France,409.83
|
| 235 |
+
10233,LED Desk Lamp,4,2023-11-15 10:00,131.09,Germany,524.36
|
| 236 |
+
10234,USB-C Cable,4,2023-11-23 15:00,116.05,United Kingdom,464.2
|
| 237 |
+
10235,Gaming Monitor,2,2023-11-26 13:00,36.69,United Kingdom,73.38
|
| 238 |
+
10236,Laptop Stand,4,2023-11-21 9:00,126.33,Spain,505.32
|
| 239 |
+
10237,LED Desk Lamp,2,2023-11-26 12:00,105.5,Netherlands,211.0
|
| 240 |
+
10238,Webcam 1080p,1,2023-11-26 13:00,33.02,Netherlands,33.02
|
| 241 |
+
10239,Desk Mat,1,2023-11-4 10:00,16.33,Italy,16.33
|
| 242 |
+
10240,Smartphone Case,4,2023-11-23 11:00,132.22,Germany,528.88
|
| 243 |
+
10241,Wireless Mouse,2,2023-11-8 15:00,55.75,France,111.5
|
| 244 |
+
10242,LED Desk Lamp,1,2023-11-13 13:00,119.2,Italy,119.2
|
| 245 |
+
10243,Laptop Stand,4,2023-11-29 13:00,22.9,United Kingdom,91.6
|
| 246 |
+
10244,Wireless Mouse,3,2023-11-8 11:00,93.28,Netherlands,279.84
|
| 247 |
+
10245,Desk Mat,3,2023-11-26 16:00,84.52,Italy,253.56
|
| 248 |
+
10246,LED Desk Lamp,1,2023-11-30 17:00,124.62,Germany,124.62
|
| 249 |
+
10247,Mechanical Keyboard,1,2023-11-23 12:00,43.61,United Kingdom,43.61
|
| 250 |
+
10248,Laptop Stand,4,2023-11-8 13:00,83.3,United Kingdom,333.2
|
| 251 |
+
10249,LED Desk Lamp,1,2023-11-22 13:00,29.3,United Kingdom,29.3
|
| 252 |
+
10250,Smartphone Case,2,2023-11-30 9:00,76.83,United Kingdom,153.66
|
| 253 |
+
10251,Wireless Mouse,2,2023-11-6 9:00,39.27,Netherlands,78.54
|
| 254 |
+
10252,Smartphone Case,1,2023-11-29 14:00,127.73,Italy,127.73
|
| 255 |
+
10253,Bluetooth Headphones,3,2023-11-24 11:00,119.41,Spain,358.23
|
| 256 |
+
10254,LED Desk Lamp,2,2023-11-17 15:00,105.09,United Kingdom,210.18
|
| 257 |
+
10255,Bluetooth Headphones,2,2023-11-26 12:00,14.57,Netherlands,29.14
|
| 258 |
+
10256,Mechanical Keyboard,2,2023-11-18 12:00,101.58,United Kingdom,203.16
|
| 259 |
+
10257,Desk Mat,1,2023-11-12 15:00,110.07,France,110.07
|
| 260 |
+
10258,Gaming Monitor,3,2023-11-17 11:00,141.39,France,424.17
|
| 261 |
+
10259,LED Desk Lamp,4,2023-11-16 16:00,87.09,Italy,348.36
|
| 262 |
+
10260,Mechanical Keyboard,1,2023-11-1 11:00,62.28,Spain,62.28
|
| 263 |
+
10261,Bluetooth Headphones,1,2023-11-16 12:00,84.43,France,84.43
|
| 264 |
+
10262,USB-C Cable,4,2023-11-13 10:00,125.82,France,503.28
|
| 265 |
+
10263,Webcam 1080p,2,2023-11-7 10:00,54.48,Spain,108.96
|
| 266 |
+
10264,Webcam 1080p,3,2023-11-16 11:00,63.15,Netherlands,189.45
|
| 267 |
+
10265,Mechanical Keyboard,2,2023-11-5 13:00,54.08,Italy,108.16
|
| 268 |
+
10266,Desk Mat,3,2023-11-5 14:00,112.41,Germany,337.23
|
| 269 |
+
10267,USB-C Cable,1,2023-11-29 15:00,70.38,Netherlands,70.38
|
| 270 |
+
10268,Smartphone Case,4,2023-11-26 17:00,70.73,Italy,282.92
|
| 271 |
+
10269,Smartphone Case,2,2023-11-27 11:00,90.23,Germany,180.46
|
| 272 |
+
10270,USB-C Cable,3,2023-11-4 9:00,109.8,United Kingdom,329.4
|
| 273 |
+
10271,Laptop Stand,3,2023-11-24 14:00,58.41,France,175.23
|
| 274 |
+
10272,Laptop Stand,2,2023-11-16 15:00,28.54,France,57.08
|
| 275 |
+
10273,Gaming Monitor,1,2023-11-9 15:00,148.65,Netherlands,148.65
|
| 276 |
+
10274,Webcam 1080p,1,2023-11-9 15:00,70.34,Germany,70.34
|
| 277 |
+
10275,Bluetooth Headphones,3,2023-11-15 12:00,134.2,Netherlands,402.6
|
| 278 |
+
10276,Smartphone Case,1,2023-11-16 17:00,32.43,Germany,32.43
|
| 279 |
+
10277,LED Desk Lamp,2,2023-11-30 15:00,111.39,United Kingdom,222.78
|
| 280 |
+
10278,USB-C Cable,1,2023-11-16 10:00,102.64,Germany,102.64
|
| 281 |
+
10279,Bluetooth Headphones,3,2023-11-21 14:00,42.9,Italy,128.7
|
| 282 |
+
10280,Mechanical Keyboard,3,2023-11-12 17:00,28.96,Germany,86.88
|
| 283 |
+
10281,Wireless Mouse,2,2023-11-19 10:00,17.09,France,34.18
|
| 284 |
+
10282,Laptop Stand,1,2023-11-25 12:00,112.36,Netherlands,112.36
|
| 285 |
+
10283,Smartphone Case,2,2023-11-7 15:00,18.66,Netherlands,37.32
|
| 286 |
+
10284,Wireless Mouse,3,2023-11-29 9:00,17.08,Spain,51.24
|
| 287 |
+
10285,LED Desk Lamp,1,2023-11-16 12:00,22.26,Spain,22.26
|
| 288 |
+
10286,Bluetooth Headphones,2,2023-11-30 15:00,57.24,Netherlands,114.48
|
| 289 |
+
10287,USB-C Cable,2,2023-11-28 13:00,102.79,Italy,205.58
|
| 290 |
+
10288,USB-C Cable,3,2023-11-19 13:00,77.81,Italy,233.43
|
| 291 |
+
10289,USB-C Cable,3,2023-11-25 14:00,137.51,Spain,412.53
|
| 292 |
+
10290,Mechanical Keyboard,2,2023-11-5 14:00,67.18,Spain,134.36
|
| 293 |
+
10291,Desk Mat,2,2023-11-2 14:00,64.87,Italy,129.74
|
| 294 |
+
10292,USB-C Cable,4,2023-11-15 12:00,134.05,United Kingdom,536.2
|
| 295 |
+
10293,Laptop Stand,3,2023-11-6 12:00,25.56,United Kingdom,76.68
|
| 296 |
+
10294,USB-C Cable,4,2023-11-18 10:00,104.23,Italy,416.92
|
| 297 |
+
10295,Bluetooth Headphones,4,2023-11-22 12:00,101.89,Italy,407.56
|
| 298 |
+
10296,LED Desk Lamp,4,2023-11-9 15:00,21.37,Spain,85.48
|
| 299 |
+
10297,Gaming Monitor,3,2023-11-25 13:00,33.67,Italy,101.01
|
| 300 |
+
10298,Bluetooth Headphones,3,2023-11-2 12:00,50.52,Germany,151.56
|
| 301 |
+
10299,Smartphone Case,2,2023-11-17 15:00,96.63,Italy,193.26
|
| 302 |
+
10300,Wireless Mouse,3,2023-11-11 15:00,106.47,Italy,319.41
|
| 303 |
+
10301,Mechanical Keyboard,4,2023-11-12 9:00,94.45,United Kingdom,377.8
|
| 304 |
+
10302,Wireless Mouse,3,2023-11-15 13:00,148.87,Germany,446.61
|
| 305 |
+
10303,Smartphone Case,3,2023-11-4 11:00,45.42,Germany,136.26
|
| 306 |
+
10304,Gaming Monitor,3,2023-11-12 11:00,147.08,Germany,441.24
|
| 307 |
+
10305,Mechanical Keyboard,3,2023-11-17 10:00,93.19,Spain,279.57
|
| 308 |
+
10306,Laptop Stand,2,2023-11-28 17:00,70.07,Italy,140.14
|
| 309 |
+
10307,Smartphone Case,2,2023-11-1 16:00,106.93,United Kingdom,213.86
|
| 310 |
+
10308,Bluetooth Headphones,2,2023-11-22 14:00,40.62,United Kingdom,81.24
|
| 311 |
+
10309,Webcam 1080p,4,2023-11-16 10:00,108.19,Germany,432.76
|
| 312 |
+
10310,Smartphone Case,1,2023-11-9 17:00,140.04,Germany,140.04
|
| 313 |
+
10311,USB-C Cable,4,2023-11-7 10:00,122.95,United Kingdom,491.8
|
| 314 |
+
10312,Smartphone Case,3,2023-11-22 10:00,86.74,United Kingdom,260.22
|
| 315 |
+
10313,Bluetooth Headphones,2,2023-11-28 12:00,65.7,Italy,131.4
|
| 316 |
+
10314,LED Desk Lamp,3,2023-11-14 13:00,80.04,Germany,240.12
|
| 317 |
+
10315,LED Desk Lamp,4,2023-11-12 14:00,57.73,Netherlands,230.92
|
| 318 |
+
10316,Laptop Stand,4,2023-11-14 12:00,148.8,United Kingdom,595.2
|
| 319 |
+
10317,USB-C Cable,4,2023-11-20 10:00,104.69,Netherlands,418.76
|
| 320 |
+
10318,Bluetooth Headphones,3,2023-11-4 13:00,45.51,France,136.53
|
| 321 |
+
10319,Laptop Stand,2,2023-11-12 9:00,71.93,Italy,143.86
|
| 322 |
+
10320,Desk Mat,3,2023-11-14 9:00,87.92,United Kingdom,263.76
|
| 323 |
+
10321,Mechanical Keyboard,2,2023-11-5 12:00,138.58,France,277.16
|
| 324 |
+
10322,Wireless Mouse,2,2023-11-21 11:00,26.55,United Kingdom,53.1
|
| 325 |
+
10323,Laptop Stand,4,2023-11-30 15:00,45.63,Italy,182.52
|
| 326 |
+
10324,Bluetooth Headphones,3,2023-11-9 14:00,125.3,United Kingdom,375.9
|
| 327 |
+
10325,Bluetooth Headphones,3,2023-11-28 17:00,63.2,United Kingdom,189.6
|
| 328 |
+
10326,Desk Mat,4,2023-11-15 14:00,29.32,France,117.28
|
| 329 |
+
10327,Gaming Monitor,1,2023-11-20 11:00,22.27,United Kingdom,22.27
|
| 330 |
+
10328,Wireless Mouse,3,2023-11-17 10:00,55.77,Italy,167.31
|
| 331 |
+
10329,Gaming Monitor,4,2023-11-1 11:00,105.51,Spain,422.04
|
| 332 |
+
10330,USB-C Cable,3,2023-11-13 12:00,103.33,United Kingdom,309.99
|
| 333 |
+
10331,Laptop Stand,3,2023-11-19 14:00,132.2,France,396.6
|
| 334 |
+
10332,Webcam 1080p,1,2023-11-22 12:00,119.25,Italy,119.25
|
| 335 |
+
10333,Gaming Monitor,1,2023-11-8 12:00,128.99,Germany,128.99
|
| 336 |
+
10334,LED Desk Lamp,2,2023-11-23 17:00,25.13,Spain,50.26
|
| 337 |
+
10335,Desk Mat,4,2023-11-19 15:00,17.98,Netherlands,71.92
|
| 338 |
+
10336,Laptop Stand,3,2023-11-2 11:00,99.29,Netherlands,297.87
|
| 339 |
+
10337,Wireless Mouse,2,2023-11-10 9:00,93.8,France,187.6
|
| 340 |
+
10338,USB-C Cable,4,2023-11-22 16:00,86.27,France,345.08
|
| 341 |
+
10339,Webcam 1080p,3,2023-11-12 14:00,75.27,Netherlands,225.81
|
| 342 |
+
10340,Bluetooth Headphones,4,2023-11-5 13:00,60.21,United Kingdom,240.84
|
| 343 |
+
10341,Laptop Stand,1,2023-11-22 17:00,117.31,Spain,117.31
|
| 344 |
+
10342,Wireless Mouse,2,2023-11-7 14:00,97.94,United Kingdom,195.88
|
| 345 |
+
10343,Mechanical Keyboard,3,2023-11-28 17:00,120.6,Germany,361.8
|
| 346 |
+
10344,Gaming Monitor,1,2023-11-1 12:00,18.69,Netherlands,18.69
|
| 347 |
+
10345,Wireless Mouse,2,2023-11-3 12:00,18.55,Italy,37.1
|
| 348 |
+
10346,Smartphone Case,1,2023-11-25 11:00,26.12,Netherlands,26.12
|
| 349 |
+
10347,Bluetooth Headphones,2,2023-11-22 12:00,95.96,Germany,191.92
|
| 350 |
+
10348,Webcam 1080p,2,2023-11-10 15:00,73.75,Netherlands,147.5
|
| 351 |
+
10349,Webcam 1080p,1,2023-11-10 17:00,143.64,Italy,143.64
|
| 352 |
+
10350,USB-C Cable,2,2023-11-1 9:00,66.2,Spain,132.4
|
| 353 |
+
10351,USB-C Cable,1,2023-11-17 12:00,104.59,France,104.59
|
| 354 |
+
10352,Wireless Mouse,2,2023-11-7 10:00,18.2,United Kingdom,36.4
|
| 355 |
+
10353,Smartphone Case,1,2023-11-19 12:00,90.78,Germany,90.78
|
| 356 |
+
10354,Webcam 1080p,4,2023-11-18 11:00,21.1,France,84.4
|
| 357 |
+
10355,Bluetooth Headphones,3,2023-11-17 15:00,62.02,Netherlands,186.06
|
| 358 |
+
10356,Webcam 1080p,2,2023-11-4 14:00,75.79,France,151.58
|
| 359 |
+
10357,USB-C Cable,2,2023-11-18 13:00,98.21,Italy,196.42
|
| 360 |
+
10358,LED Desk Lamp,1,2023-11-23 14:00,55.23,Netherlands,55.23
|
| 361 |
+
10359,Laptop Stand,4,2023-11-19 13:00,15.64,Germany,62.56
|
| 362 |
+
10360,Webcam 1080p,3,2023-11-10 9:00,149.39,Germany,448.17
|
| 363 |
+
10361,Desk Mat,1,2023-11-9 14:00,120.03,Italy,120.03
|
| 364 |
+
10362,Wireless Mouse,4,2023-11-11 13:00,124.01,Germany,496.04
|
| 365 |
+
10363,Laptop Stand,4,2023-11-18 11:00,13.38,France,53.52
|
| 366 |
+
10364,Bluetooth Headphones,2,2023-11-26 9:00,63.65,Spain,127.3
|
| 367 |
+
10365,USB-C Cable,3,2023-11-27 10:00,37.56,Spain,112.68
|
| 368 |
+
10366,Smartphone Case,1,2023-11-22 10:00,80.5,Spain,80.5
|
| 369 |
+
10367,Webcam 1080p,3,2023-11-23 17:00,98.4,Italy,295.2
|
| 370 |
+
10368,Desk Mat,3,2023-11-28 11:00,44.64,United Kingdom,133.92
|
| 371 |
+
10369,Laptop Stand,1,2023-11-5 15:00,12.94,Italy,12.94
|
| 372 |
+
10370,LED Desk Lamp,2,2023-11-27 15:00,49.67,Germany,99.34
|
| 373 |
+
10371,Gaming Monitor,3,2023-11-19 11:00,97.55,Netherlands,292.65
|
| 374 |
+
10372,Gaming Monitor,4,2023-11-3 16:00,65.69,Germany,262.76
|
| 375 |
+
10373,Gaming Monitor,4,2023-11-21 11:00,76.42,Italy,305.68
|
| 376 |
+
10374,Gaming Monitor,4,2023-11-16 17:00,90.34,Spain,361.36
|
| 377 |
+
10375,Webcam 1080p,2,2023-11-7 15:00,144.37,Netherlands,288.74
|
| 378 |
+
10376,Smartphone Case,2,2023-11-17 13:00,35.94,Spain,71.88
|
| 379 |
+
10377,Smartphone Case,1,2023-11-24 9:00,56.25,United Kingdom,56.25
|
| 380 |
+
10378,Wireless Mouse,2,2023-11-28 17:00,33.78,Spain,67.56
|
| 381 |
+
10379,Laptop Stand,1,2023-11-15 13:00,18.27,France,18.27
|
| 382 |
+
10380,Mechanical Keyboard,1,2023-11-27 17:00,29.96,Spain,29.96
|
| 383 |
+
10381,Webcam 1080p,3,2023-11-8 12:00,56.36,Spain,169.08
|
| 384 |
+
10382,Webcam 1080p,1,2023-11-2 11:00,13.11,Germany,13.11
|
| 385 |
+
10383,Smartphone Case,4,2023-11-16 15:00,86.98,Netherlands,347.92
|
| 386 |
+
10384,Webcam 1080p,1,2023-11-20 14:00,43.17,Germany,43.17
|
| 387 |
+
10385,LED Desk Lamp,3,2023-11-23 10:00,39.09,Spain,117.27
|
| 388 |
+
10386,Webcam 1080p,3,2023-11-23 11:00,71.19,France,213.57
|
| 389 |
+
10387,Laptop Stand,3,2023-11-13 16:00,43.69,United Kingdom,131.07
|
| 390 |
+
10388,Desk Mat,1,2023-11-22 15:00,67.35,Netherlands,67.35
|
| 391 |
+
10389,Desk Mat,3,2023-11-28 9:00,56.79,France,170.37
|
| 392 |
+
10390,Wireless Mouse,4,2023-11-5 11:00,122.58,Germany,490.32
|
| 393 |
+
10391,Laptop Stand,3,2023-11-13 15:00,68.21,Spain,204.63
|
| 394 |
+
10392,Gaming Monitor,2,2023-11-28 16:00,18.28,Spain,36.56
|
| 395 |
+
10393,Bluetooth Headphones,3,2023-11-26 16:00,142.9,Italy,428.7
|
| 396 |
+
10394,Laptop Stand,1,2023-11-23 11:00,67.27,France,67.27
|
| 397 |
+
10395,Mechanical Keyboard,3,2023-11-23 9:00,68.57,Italy,205.71
|
| 398 |
+
10396,Mechanical Keyboard,1,2023-11-24 11:00,37.83,France,37.83
|
| 399 |
+
10397,USB-C Cable,2,2023-11-27 14:00,76.22,France,152.44
|
| 400 |
+
10398,Webcam 1080p,1,2023-11-21 16:00,114.26,Italy,114.26
|
| 401 |
+
10399,USB-C Cable,1,2023-11-5 14:00,71.68,Italy,71.68
|
| 402 |
+
10400,Webcam 1080p,4,2023-11-2 17:00,93.9,Germany,375.6
|
| 403 |
+
10401,Webcam 1080p,2,2023-11-29 14:00,68.17,Netherlands,136.34
|
| 404 |
+
10402,Mechanical Keyboard,1,2023-11-8 11:00,54.62,Italy,54.62
|
| 405 |
+
10403,Gaming Monitor,3,2023-11-18 9:00,18.53,Spain,55.59
|
| 406 |
+
10404,Gaming Monitor,1,2023-11-30 9:00,27.55,Spain,27.55
|
| 407 |
+
10405,Mechanical Keyboard,1,2023-11-25 10:00,13.16,Italy,13.16
|
| 408 |
+
10406,Webcam 1080p,3,2023-11-16 14:00,123.18,France,369.54
|
| 409 |
+
10407,Gaming Monitor,1,2023-11-1 10:00,90.1,Spain,90.1
|
| 410 |
+
10408,Mechanical Keyboard,4,2023-11-25 14:00,44.56,Italy,178.24
|
| 411 |
+
10409,Webcam 1080p,2,2023-11-16 15:00,19.43,Germany,38.86
|
| 412 |
+
10410,USB-C Cable,2,2023-11-18 16:00,82.53,Spain,165.06
|
| 413 |
+
10411,USB-C Cable,1,2023-11-8 17:00,123.66,Italy,123.66
|
| 414 |
+
10412,Wireless Mouse,1,2023-11-16 11:00,51.09,United Kingdom,51.09
|
| 415 |
+
10413,Bluetooth Headphones,4,2023-11-20 10:00,108.98,Germany,435.92
|
| 416 |
+
10414,LED Desk Lamp,1,2023-11-13 17:00,140.44,France,140.44
|
| 417 |
+
10415,Webcam 1080p,4,2023-11-30 13:00,54.76,France,219.04
|
| 418 |
+
10416,LED Desk Lamp,3,2023-11-13 12:00,136.45,Italy,409.35
|
| 419 |
+
10417,Smartphone Case,4,2023-11-9 12:00,59.92,Germany,239.68
|
| 420 |
+
10418,Desk Mat,2,2023-11-7 16:00,67.5,Italy,135.0
|
| 421 |
+
10419,LED Desk Lamp,3,2023-11-19 13:00,64.03,United Kingdom,192.09
|
| 422 |
+
10420,Desk Mat,3,2023-11-17 10:00,145.19,United Kingdom,435.57
|
| 423 |
+
10421,LED Desk Lamp,1,2023-11-23 14:00,69.95,France,69.95
|
| 424 |
+
10422,Laptop Stand,2,2023-11-20 13:00,30.61,France,61.22
|
| 425 |
+
10423,Gaming Monitor,2,2023-11-30 16:00,66.75,United Kingdom,133.5
|
| 426 |
+
10424,Desk Mat,4,2023-11-3 15:00,121.31,Netherlands,485.24
|
| 427 |
+
10425,USB-C Cable,1,2023-11-7 11:00,102.08,United Kingdom,102.08
|
| 428 |
+
10426,Laptop Stand,1,2023-11-8 11:00,136.45,Germany,136.45
|
| 429 |
+
10427,Gaming Monitor,4,2023-11-10 9:00,94.0,Italy,376.0
|
| 430 |
+
10428,LED Desk Lamp,1,2023-11-2 12:00,131.98,United Kingdom,131.98
|
| 431 |
+
10429,Desk Mat,2,2023-11-6 17:00,106.65,United Kingdom,213.3
|
| 432 |
+
10430,LED Desk Lamp,2,2023-11-19 10:00,100.4,Spain,200.8
|
| 433 |
+
10431,Gaming Monitor,3,2023-11-26 13:00,34.8,Netherlands,104.4
|
| 434 |
+
10432,Smartphone Case,4,2023-11-19 12:00,42.99,Netherlands,171.96
|
| 435 |
+
10433,Wireless Mouse,3,2023-11-29 16:00,122.45,Netherlands,367.35
|
| 436 |
+
10434,Gaming Monitor,4,2023-11-22 16:00,97.5,France,390.0
|
| 437 |
+
10435,Laptop Stand,1,2023-11-7 15:00,76.57,United Kingdom,76.57
|
| 438 |
+
10436,Bluetooth Headphones,3,2023-11-1 10:00,127.1,Spain,381.3
|
| 439 |
+
10437,Wireless Mouse,1,2023-11-3 13:00,81.56,France,81.56
|
| 440 |
+
10438,Gaming Monitor,4,2023-11-20 9:00,140.74,Spain,562.96
|
| 441 |
+
10439,Mechanical Keyboard,4,2023-11-18 14:00,29.49,Netherlands,117.96
|
| 442 |
+
10440,Laptop Stand,2,2023-11-27 10:00,16.61,Spain,33.22
|
| 443 |
+
10441,Gaming Monitor,3,2023-11-30 17:00,47.88,Germany,143.64
|
| 444 |
+
10442,USB-C Cable,4,2023-11-17 9:00,146.86,Germany,587.44
|
| 445 |
+
10443,Webcam 1080p,2,2023-11-29 10:00,45.79,Germany,91.58
|
| 446 |
+
10444,Desk Mat,2,2023-11-29 17:00,74.76,Netherlands,149.52
|
| 447 |
+
10445,Laptop Stand,2,2023-11-2 9:00,147.58,Italy,295.16
|
| 448 |
+
10446,USB-C Cable,2,2023-11-21 13:00,131.68,Netherlands,263.36
|
| 449 |
+
10447,Mechanical Keyboard,3,2023-11-26 9:00,135.31,France,405.93
|
| 450 |
+
10448,Desk Mat,1,2023-11-2 12:00,48.76,Italy,48.76
|
| 451 |
+
10449,Laptop Stand,3,2023-11-17 15:00,54.92,United Kingdom,164.76
|
| 452 |
+
10450,Gaming Monitor,1,2023-11-9 13:00,46.34,United Kingdom,46.34
|
| 453 |
+
10451,Mechanical Keyboard,1,2023-11-9 12:00,130.69,Netherlands,130.69
|
| 454 |
+
10452,Mechanical Keyboard,4,2023-11-23 14:00,49.4,France,197.6
|
| 455 |
+
10453,Desk Mat,2,2023-11-1 9:00,132.67,United Kingdom,265.34
|
| 456 |
+
10454,Mechanical Keyboard,4,2023-11-27 9:00,53.08,Spain,212.32
|
| 457 |
+
10455,USB-C Cable,2,2023-11-28 14:00,25.48,Netherlands,50.96
|
| 458 |
+
10456,Mechanical Keyboard,4,2023-11-10 16:00,42.57,United Kingdom,170.28
|
| 459 |
+
10457,Laptop Stand,1,2023-11-13 9:00,21.36,Italy,21.36
|
| 460 |
+
10458,LED Desk Lamp,3,2023-11-17 10:00,104.58,Netherlands,313.74
|
| 461 |
+
10459,Mechanical Keyboard,3,2023-11-26 12:00,14.44,France,43.32
|
| 462 |
+
10460,LED Desk Lamp,3,2023-11-7 16:00,77.65,Netherlands,232.95
|
| 463 |
+
10461,USB-C Cable,2,2023-11-14 9:00,119.55,Spain,239.1
|
| 464 |
+
10462,Bluetooth Headphones,2,2023-11-26 17:00,23.63,France,47.26
|
| 465 |
+
10463,Gaming Monitor,3,2023-11-24 11:00,66.49,Netherlands,199.47
|
| 466 |
+
10464,Laptop Stand,4,2023-11-8 9:00,136.58,Netherlands,546.32
|
| 467 |
+
10465,Desk Mat,1,2023-11-19 14:00,29.18,United Kingdom,29.18
|
| 468 |
+
10466,Laptop Stand,3,2023-11-11 12:00,41.35,Netherlands,124.05
|
| 469 |
+
10467,LED Desk Lamp,1,2023-11-2 9:00,113.24,Netherlands,113.24
|
| 470 |
+
10468,LED Desk Lamp,4,2023-11-17 14:00,109.25,Netherlands,437.0
|
| 471 |
+
10469,Smartphone Case,3,2023-11-22 11:00,33.0,France,99.0
|
| 472 |
+
10470,Gaming Monitor,1,2023-11-18 9:00,19.87,Spain,19.87
|
| 473 |
+
10471,Bluetooth Headphones,1,2023-11-1 11:00,86.25,United Kingdom,86.25
|
| 474 |
+
10472,Laptop Stand,3,2023-11-8 9:00,113.3,Spain,339.9
|
| 475 |
+
10473,Wireless Mouse,2,2023-11-25 15:00,80.35,Spain,160.7
|
| 476 |
+
10474,Mechanical Keyboard,1,2023-11-14 12:00,49.79,Netherlands,49.79
|
| 477 |
+
10475,Gaming Monitor,2,2023-11-2 10:00,72.36,Italy,144.72
|
| 478 |
+
10476,Laptop Stand,1,2023-11-22 17:00,80.47,Spain,80.47
|
| 479 |
+
10477,Bluetooth Headphones,1,2023-11-26 14:00,31.81,France,31.81
|
| 480 |
+
10478,Wireless Mouse,2,2023-11-23 15:00,40.87,Germany,81.74
|
| 481 |
+
10479,LED Desk Lamp,1,2023-11-1 12:00,143.79,Italy,143.79
|
| 482 |
+
10480,Webcam 1080p,3,2023-11-5 10:00,64.91,Germany,194.73
|
| 483 |
+
10481,Laptop Stand,1,2023-11-23 11:00,81.14,France,81.14
|
| 484 |
+
10482,Wireless Mouse,3,2023-11-9 17:00,98.66,France,295.98
|
| 485 |
+
10483,Mechanical Keyboard,2,2023-11-11 15:00,97.56,United Kingdom,195.12
|
| 486 |
+
10484,USB-C Cable,1,2023-11-6 15:00,88.66,Germany,88.66
|
| 487 |
+
10485,USB-C Cable,3,2023-11-21 9:00,125.47,United Kingdom,376.41
|
| 488 |
+
10486,LED Desk Lamp,2,2023-11-19 16:00,145.48,United Kingdom,290.96
|
| 489 |
+
10487,Wireless Mouse,4,2023-11-14 10:00,60.75,Germany,243.0
|
| 490 |
+
10488,Mechanical Keyboard,2,2023-11-7 17:00,62.95,Spain,125.9
|
| 491 |
+
10489,LED Desk Lamp,2,2023-11-1 17:00,20.12,Italy,40.24
|
| 492 |
+
10490,Laptop Stand,4,2023-11-9 16:00,43.71,Netherlands,174.84
|
| 493 |
+
10491,Smartphone Case,4,2023-11-5 17:00,86.16,Germany,344.64
|
| 494 |
+
10492,Smartphone Case,4,2023-11-9 12:00,77.74,United Kingdom,310.96
|
| 495 |
+
10493,Smartphone Case,1,2023-11-26 13:00,32.64,Italy,32.64
|
| 496 |
+
10494,Smartphone Case,2,2023-11-10 9:00,133.83,Germany,267.66
|
| 497 |
+
10495,Bluetooth Headphones,2,2023-11-13 10:00,33.27,United Kingdom,66.54
|
| 498 |
+
10496,USB-C Cable,1,2023-11-18 12:00,134.63,France,134.63
|
| 499 |
+
10497,Bluetooth Headphones,4,2023-11-23 11:00,16.94,Germany,67.76
|
| 500 |
+
10498,LED Desk Lamp,4,2023-11-26 9:00,78.23,Germany,312.92
|
| 501 |
+
10499,Mechanical Keyboard,4,2023-11-1 11:00,78.47,United Kingdom,313.88
|
| 502 |
+
10500,Wireless Mouse,4,2023-11-24 11:00,116.7,France,466.8
|
| 503 |
+
10501,Gaming Monitor,1,2023-11-8 12:00,128.79,Spain,128.79
|
| 504 |
+
10502,USB-C Cable,1,2023-11-16 16:00,94.19,Italy,94.19
|
| 505 |
+
10503,Wireless Mouse,2,2023-11-25 14:00,65.31,Germany,130.62
|
| 506 |
+
10504,Laptop Stand,4,2023-11-16 12:00,114.85,United Kingdom,459.4
|
| 507 |
+
10505,LED Desk Lamp,2,2023-11-14 15:00,86.4,United Kingdom,172.8
|
| 508 |
+
10506,USB-C Cable,2,2023-11-3 12:00,13.76,Spain,27.52
|
| 509 |
+
10507,Mechanical Keyboard,1,2023-11-14 9:00,65.41,Spain,65.41
|
| 510 |
+
10508,Smartphone Case,2,2023-11-30 10:00,83.51,Spain,167.02
|
| 511 |
+
10509,USB-C Cable,2,2023-11-8 10:00,81.54,Germany,163.08
|
| 512 |
+
10510,Desk Mat,1,2023-11-17 10:00,60.11,Spain,60.11
|
| 513 |
+
10511,Gaming Monitor,4,2023-11-23 16:00,111.94,Germany,447.76
|
| 514 |
+
10512,Gaming Monitor,4,2023-11-2 14:00,146.56,Italy,586.24
|
| 515 |
+
10513,Mechanical Keyboard,4,2023-11-12 12:00,34.98,France,139.92
|
| 516 |
+
10514,Gaming Monitor,2,2023-11-8 15:00,93.62,France,187.24
|
| 517 |
+
10515,Bluetooth Headphones,2,2023-11-11 13:00,38.98,France,77.96
|
| 518 |
+
10516,Gaming Monitor,1,2023-11-26 13:00,35.45,Italy,35.45
|
| 519 |
+
10517,Gaming Monitor,1,2023-11-29 14:00,26.67,United Kingdom,26.67
|
| 520 |
+
10518,Bluetooth Headphones,2,2023-11-25 14:00,15.81,Germany,31.62
|
| 521 |
+
10519,Desk Mat,4,2023-11-14 15:00,113.42,Netherlands,453.68
|
| 522 |
+
10520,Desk Mat,2,2023-11-14 10:00,140.22,United Kingdom,280.44
|
| 523 |
+
10521,Wireless Mouse,2,2023-11-3 11:00,111.65,United Kingdom,223.3
|
| 524 |
+
10522,LED Desk Lamp,4,2023-11-13 10:00,18.02,Germany,72.08
|
| 525 |
+
10523,USB-C Cable,1,2023-11-18 13:00,96.41,France,96.41
|
| 526 |
+
10524,LED Desk Lamp,2,2023-11-2 14:00,27.0,Italy,54.0
|
| 527 |
+
10525,Webcam 1080p,3,2023-11-12 17:00,78.21,Germany,234.63
|
| 528 |
+
10526,Bluetooth Headphones,4,2023-11-4 13:00,49.15,Spain,196.6
|
| 529 |
+
10527,LED Desk Lamp,4,2023-11-12 14:00,36.01,Germany,144.04
|
| 530 |
+
10528,Mechanical Keyboard,1,2023-11-30 15:00,122.72,Spain,122.72
|
| 531 |
+
10529,Webcam 1080p,4,2023-11-1 14:00,64.3,Netherlands,257.2
|
| 532 |
+
10530,Laptop Stand,2,2023-11-12 15:00,130.75,Netherlands,261.5
|
| 533 |
+
10531,Gaming Monitor,2,2023-11-18 14:00,16.95,France,33.9
|
| 534 |
+
10532,Bluetooth Headphones,2,2023-11-24 14:00,104.19,Italy,208.38
|
| 535 |
+
10533,Smartphone Case,1,2023-11-1 10:00,43.13,Spain,43.13
|
| 536 |
+
10534,LED Desk Lamp,1,2023-11-27 17:00,73.95,Spain,73.95
|
| 537 |
+
10535,LED Desk Lamp,2,2023-11-25 15:00,18.67,Germany,37.34
|
| 538 |
+
10536,Desk Mat,1,2023-11-29 15:00,17.38,United Kingdom,17.38
|
| 539 |
+
10537,Wireless Mouse,1,2023-11-5 10:00,45.12,Spain,45.12
|
| 540 |
+
10538,Laptop Stand,3,2023-11-18 16:00,130.51,Italy,391.53
|
| 541 |
+
10539,LED Desk Lamp,2,2023-11-23 12:00,61.35,United Kingdom,122.7
|
| 542 |
+
10540,LED Desk Lamp,3,2023-11-4 9:00,131.6,Italy,394.8
|
| 543 |
+
10541,LED Desk Lamp,4,2023-11-19 10:00,82.41,Italy,329.64
|
| 544 |
+
10542,Desk Mat,2,2023-11-27 14:00,77.48,United Kingdom,154.96
|
| 545 |
+
10543,Bluetooth Headphones,4,2023-11-25 16:00,139.45,Germany,557.8
|
| 546 |
+
10544,LED Desk Lamp,1,2023-11-30 14:00,86.63,Italy,86.63
|
| 547 |
+
10545,LED Desk Lamp,3,2023-11-8 10:00,58.06,France,174.18
|
| 548 |
+
10546,Bluetooth Headphones,4,2023-11-22 10:00,144.92,Italy,579.68
|
| 549 |
+
10547,Smartphone Case,3,2023-11-12 15:00,140.56,Netherlands,421.68
|
| 550 |
+
10548,Bluetooth Headphones,4,2023-11-13 13:00,122.29,France,489.16
|
| 551 |
+
10549,Webcam 1080p,2,2023-11-21 10:00,110.69,Germany,221.38
|
| 552 |
+
10550,Smartphone Case,4,2023-11-28 11:00,137.24,Spain,548.96
|
| 553 |
+
10551,USB-C Cable,1,2023-11-11 13:00,62.22,Italy,62.22
|
| 554 |
+
10552,Wireless Mouse,1,2023-11-27 15:00,75.6,Italy,75.6
|
| 555 |
+
10553,USB-C Cable,3,2023-11-8 13:00,143.29,Germany,429.87
|
| 556 |
+
10554,LED Desk Lamp,1,2023-11-5 9:00,11.23,Spain,11.23
|
| 557 |
+
10555,Laptop Stand,1,2023-11-20 14:00,85.37,Spain,85.37
|
| 558 |
+
10556,Mechanical Keyboard,4,2023-11-14 10:00,26.9,Italy,107.6
|
| 559 |
+
10557,LED Desk Lamp,3,2023-11-14 14:00,141.79,Spain,425.37
|
| 560 |
+
10558,Smartphone Case,1,2023-11-9 16:00,56.5,Italy,56.5
|
| 561 |
+
10559,Webcam 1080p,4,2023-11-15 14:00,149.65,Italy,598.6
|
| 562 |
+
10560,Gaming Monitor,1,2023-11-10 14:00,64.21,Spain,64.21
|
| 563 |
+
10561,Smartphone Case,3,2023-11-4 17:00,99.99,Spain,299.97
|
| 564 |
+
10562,Gaming Monitor,2,2023-11-9 13:00,122.26,Germany,244.52
|
| 565 |
+
10563,Webcam 1080p,3,2023-11-23 10:00,142.68,United Kingdom,428.04
|
| 566 |
+
10564,Webcam 1080p,2,2023-11-13 10:00,65.13,Spain,130.26
|
| 567 |
+
10565,USB-C Cable,2,2023-11-5 10:00,139.4,Germany,278.8
|
| 568 |
+
10566,LED Desk Lamp,1,2023-11-17 16:00,33.52,France,33.52
|
| 569 |
+
10567,Desk Mat,2,2023-11-26 9:00,133.81,Netherlands,267.62
|
| 570 |
+
10568,USB-C Cable,2,2023-11-17 17:00,121.39,Spain,242.78
|
| 571 |
+
10569,Wireless Mouse,3,2023-11-24 16:00,45.9,Netherlands,137.7
|
| 572 |
+
10570,Smartphone Case,3,2023-11-16 11:00,81.11,France,243.33
|
| 573 |
+
10571,Wireless Mouse,2,2023-11-28 17:00,129.96,Italy,259.92
|
| 574 |
+
10572,USB-C Cable,3,2023-11-3 14:00,72.1,United Kingdom,216.3
|
| 575 |
+
10573,Mechanical Keyboard,2,2023-11-23 9:00,130.91,Spain,261.82
|
| 576 |
+
10574,USB-C Cable,3,2023-11-12 15:00,14.26,Netherlands,42.78
|
| 577 |
+
10575,Desk Mat,1,2023-11-28 13:00,18.71,Italy,18.71
|
| 578 |
+
10576,Bluetooth Headphones,3,2023-11-13 11:00,80.39,Netherlands,241.17
|
| 579 |
+
10577,USB-C Cable,1,2023-11-4 12:00,36.97,Spain,36.97
|
| 580 |
+
10578,Desk Mat,3,2023-11-25 13:00,76.03,Spain,228.09
|
| 581 |
+
10579,Bluetooth Headphones,3,2023-11-23 17:00,141.59,Italy,424.77
|
| 582 |
+
10580,LED Desk Lamp,3,2023-11-10 14:00,134.76,France,404.28
|
| 583 |
+
10581,Bluetooth Headphones,4,2023-11-8 9:00,108.79,Spain,435.16
|
| 584 |
+
10582,Bluetooth Headphones,1,2023-11-30 13:00,49.46,United Kingdom,49.46
|
| 585 |
+
10583,LED Desk Lamp,1,2023-11-25 12:00,16.59,Italy,16.59
|
| 586 |
+
10584,Gaming Monitor,4,2023-11-4 10:00,69.97,United Kingdom,279.88
|
| 587 |
+
10585,Wireless Mouse,1,2023-11-30 9:00,116.66,Spain,116.66
|
| 588 |
+
10586,Laptop Stand,2,2023-11-25 9:00,45.12,Germany,90.24
|
| 589 |
+
10587,Smartphone Case,3,2023-11-14 15:00,96.11,Spain,288.33
|
| 590 |
+
10588,Webcam 1080p,4,2023-11-28 13:00,86.62,Italy,346.48
|
| 591 |
+
10589,Webcam 1080p,2,2023-11-29 11:00,55.41,United Kingdom,110.82
|
| 592 |
+
10590,LED Desk Lamp,1,2023-11-21 11:00,92.27,United Kingdom,92.27
|
| 593 |
+
10591,Laptop Stand,4,2023-11-13 15:00,31.63,Spain,126.52
|
| 594 |
+
10592,Mechanical Keyboard,4,2023-11-21 16:00,26.15,Netherlands,104.6
|
| 595 |
+
10593,Wireless Mouse,3,2023-11-23 17:00,46.22,United Kingdom,138.66
|
| 596 |
+
10594,Gaming Monitor,1,2023-11-24 15:00,123.5,Netherlands,123.5
|
| 597 |
+
10595,USB-C Cable,3,2023-11-9 9:00,95.43,France,286.29
|
| 598 |
+
10596,USB-C Cable,3,2023-11-19 9:00,84.78,Italy,254.34
|
| 599 |
+
10597,Laptop Stand,3,2023-11-27 15:00,131.4,United Kingdom,394.2
|
| 600 |
+
10598,USB-C Cable,3,2023-11-6 17:00,66.79,Italy,200.37
|
| 601 |
+
10599,Smartphone Case,2,2023-11-29 17:00,79.77,Spain,159.54
|
| 602 |
+
10600,Bluetooth Headphones,3,2023-11-18 17:00,24.53,France,73.59
|
| 603 |
+
10601,Smartphone Case,4,2023-11-11 11:00,28.67,United Kingdom,114.68
|
| 604 |
+
10602,Webcam 1080p,1,2023-11-15 16:00,58.57,Spain,58.57
|
| 605 |
+
10603,Gaming Monitor,1,2023-11-13 12:00,81.94,United Kingdom,81.94
|
| 606 |
+
10604,Wireless Mouse,1,2023-11-10 15:00,41.41,Spain,41.41
|
| 607 |
+
10605,Mechanical Keyboard,2,2023-11-27 15:00,72.37,United Kingdom,144.74
|
| 608 |
+
10606,Smartphone Case,1,2023-11-22 10:00,44.18,Spain,44.18
|
| 609 |
+
10607,Webcam 1080p,2,2023-11-27 17:00,28.4,Netherlands,56.8
|
| 610 |
+
10608,Gaming Monitor,4,2023-11-18 13:00,145.34,Netherlands,581.36
|
| 611 |
+
10609,Desk Mat,4,2023-11-20 17:00,106.62,Spain,426.48
|
| 612 |
+
10610,Laptop Stand,4,2023-11-23 12:00,32.49,Italy,129.96
|
| 613 |
+
10611,Smartphone Case,2,2023-11-25 9:00,24.9,United Kingdom,49.8
|
| 614 |
+
10612,Bluetooth Headphones,3,2023-11-12 10:00,78.74,Germany,236.22
|
| 615 |
+
10613,Desk Mat,2,2023-11-18 10:00,116.94,Germany,233.88
|
| 616 |
+
10614,LED Desk Lamp,3,2023-11-17 12:00,90.72,Netherlands,272.16
|
| 617 |
+
10615,Desk Mat,1,2023-11-7 15:00,110.24,Germany,110.24
|
| 618 |
+
10616,LED Desk Lamp,2,2023-11-19 10:00,78.89,Spain,157.78
|
| 619 |
+
10617,Mechanical Keyboard,3,2023-11-5 10:00,14.25,France,42.75
|
| 620 |
+
10618,LED Desk Lamp,3,2023-11-19 11:00,28.73,Italy,86.19
|
| 621 |
+
10619,Wireless Mouse,4,2023-11-7 16:00,77.7,Germany,310.8
|
| 622 |
+
10620,Smartphone Case,4,2023-11-17 12:00,22.54,Netherlands,90.16
|
| 623 |
+
10621,LED Desk Lamp,3,2023-11-9 11:00,67.56,Italy,202.68
|
| 624 |
+
10622,Smartphone Case,4,2023-11-27 11:00,131.27,France,525.08
|
| 625 |
+
10623,Smartphone Case,4,2023-11-16 14:00,43.83,France,175.32
|
| 626 |
+
10624,Webcam 1080p,3,2023-11-8 12:00,47.49,Netherlands,142.47
|
| 627 |
+
10625,Laptop Stand,2,2023-11-17 12:00,11.76,United Kingdom,23.52
|
| 628 |
+
10626,Mechanical Keyboard,3,2023-11-25 12:00,98.99,Germany,296.97
|
| 629 |
+
10627,LED Desk Lamp,4,2023-11-22 15:00,34.64,France,138.56
|
| 630 |
+
10628,Smartphone Case,3,2023-11-5 12:00,124.25,Italy,372.75
|
| 631 |
+
10629,Smartphone Case,1,2023-11-10 9:00,24.62,United Kingdom,24.62
|
| 632 |
+
10630,Gaming Monitor,4,2023-11-3 16:00,70.37,Italy,281.48
|
| 633 |
+
10631,Desk Mat,2,2023-11-21 16:00,91.1,Germany,182.2
|
| 634 |
+
10632,Gaming Monitor,2,2023-11-8 15:00,110.02,Italy,220.04
|
| 635 |
+
10633,USB-C Cable,2,2023-11-25 10:00,140.15,Germany,280.3
|
| 636 |
+
10634,Desk Mat,4,2023-11-7 9:00,74.96,Italy,299.84
|
| 637 |
+
10635,Desk Mat,3,2023-11-27 14:00,32.9,Netherlands,98.7
|
| 638 |
+
10636,USB-C Cable,2,2023-11-25 9:00,135.96,Italy,271.92
|
| 639 |
+
10637,USB-C Cable,4,2023-11-1 14:00,90.83,Germany,363.32
|
| 640 |
+
10638,Mechanical Keyboard,3,2023-11-6 14:00,45.25,Italy,135.75
|
| 641 |
+
10639,LED Desk Lamp,1,2023-11-15 10:00,70.9,United Kingdom,70.9
|
| 642 |
+
10640,Gaming Monitor,4,2023-11-2 10:00,24.6,Netherlands,98.4
|
| 643 |
+
10641,Bluetooth Headphones,1,2023-11-23 13:00,75.42,Italy,75.42
|
| 644 |
+
10642,LED Desk Lamp,4,2023-11-13 15:00,97.65,Germany,390.6
|
| 645 |
+
10643,Laptop Stand,3,2023-11-5 15:00,46.41,Spain,139.23
|
| 646 |
+
10644,LED Desk Lamp,2,2023-11-16 11:00,145.73,United Kingdom,291.46
|
| 647 |
+
10645,LED Desk Lamp,4,2023-11-19 15:00,48.51,Spain,194.04
|
| 648 |
+
10646,USB-C Cable,2,2023-11-11 9:00,46.9,Netherlands,93.8
|
| 649 |
+
10647,Wireless Mouse,2,2023-11-21 15:00,20.49,Netherlands,40.98
|
| 650 |
+
10648,USB-C Cable,2,2023-11-11 10:00,13.03,France,26.06
|
| 651 |
+
10649,Gaming Monitor,1,2023-11-28 15:00,81.99,United Kingdom,81.99
|
| 652 |
+
10650,USB-C Cable,1,2023-11-3 11:00,115.25,Germany,115.25
|
| 653 |
+
10651,LED Desk Lamp,2,2023-11-5 17:00,18.99,Germany,37.98
|
| 654 |
+
10652,LED Desk Lamp,2,2023-11-18 12:00,75.66,Netherlands,151.32
|
| 655 |
+
10653,Laptop Stand,1,2023-11-16 9:00,19.25,France,19.25
|
| 656 |
+
10654,LED Desk Lamp,2,2023-11-29 13:00,102.65,Italy,205.3
|
| 657 |
+
10655,LED Desk Lamp,2,2023-11-8 13:00,110.15,Netherlands,220.3
|
| 658 |
+
10656,Wireless Mouse,3,2023-11-16 13:00,101.77,France,305.31
|
| 659 |
+
10657,Smartphone Case,4,2023-11-16 15:00,110.2,France,440.8
|
| 660 |
+
10658,Laptop Stand,1,2023-11-26 14:00,131.71,Netherlands,131.71
|
| 661 |
+
10659,Smartphone Case,1,2023-11-1 13:00,132.8,Netherlands,132.8
|
| 662 |
+
10660,Laptop Stand,1,2023-11-21 16:00,45.6,Spain,45.6
|
| 663 |
+
10661,Mechanical Keyboard,4,2023-11-25 17:00,128.12,Netherlands,512.48
|
| 664 |
+
10662,Laptop Stand,2,2023-11-16 12:00,115.44,Spain,230.88
|
| 665 |
+
10663,Laptop Stand,1,2023-11-7 15:00,35.79,United Kingdom,35.79
|
| 666 |
+
10664,Laptop Stand,4,2023-11-28 14:00,27.48,Netherlands,109.92
|
| 667 |
+
10665,Webcam 1080p,1,2023-11-25 16:00,55.74,Italy,55.74
|
| 668 |
+
10666,Wireless Mouse,2,2023-11-11 16:00,71.7,Italy,143.4
|
| 669 |
+
10667,LED Desk Lamp,1,2023-11-4 17:00,135.04,France,135.04
|
| 670 |
+
10668,Webcam 1080p,2,2023-11-9 13:00,28.18,France,56.36
|
| 671 |
+
10669,LED Desk Lamp,1,2023-11-20 17:00,20.84,Netherlands,20.84
|
| 672 |
+
10670,LED Desk Lamp,1,2023-11-6 13:00,123.8,Germany,123.8
|
| 673 |
+
10671,Desk Mat,2,2023-11-2 14:00,108.46,Italy,216.92
|
| 674 |
+
10672,USB-C Cable,4,2023-11-1 9:00,129.12,United Kingdom,516.48
|
| 675 |
+
10673,USB-C Cable,3,2023-11-13 17:00,144.12,France,432.36
|
| 676 |
+
10674,Smartphone Case,2,2023-11-22 9:00,118.44,Germany,236.88
|
| 677 |
+
10675,USB-C Cable,3,2023-11-16 16:00,146.65,France,439.95
|
| 678 |
+
10676,Webcam 1080p,1,2023-11-2 9:00,45.47,Germany,45.47
|
| 679 |
+
10677,Bluetooth Headphones,3,2023-11-3 10:00,137.63,Germany,412.89
|
| 680 |
+
10678,Mechanical Keyboard,3,2023-11-23 15:00,136.86,France,410.58
|
| 681 |
+
10679,Desk Mat,3,2023-11-17 9:00,138.14,Italy,414.42
|
| 682 |
+
10680,Webcam 1080p,4,2023-11-7 12:00,101.92,Spain,407.68
|
| 683 |
+
10681,Wireless Mouse,2,2023-11-28 16:00,105.76,France,211.52
|
| 684 |
+
10682,USB-C Cable,4,2023-11-25 15:00,124.56,United Kingdom,498.24
|
| 685 |
+
10683,Wireless Mouse,4,2023-11-5 11:00,69.21,Netherlands,276.84
|
| 686 |
+
10684,USB-C Cable,4,2023-11-5 13:00,100.08,Spain,400.32
|
| 687 |
+
10685,USB-C Cable,4,2023-11-21 10:00,22.15,Germany,88.6
|
| 688 |
+
10686,Laptop Stand,4,2023-11-2 13:00,101.81,Spain,407.24
|
| 689 |
+
10687,Desk Mat,4,2023-11-29 14:00,17.66,Germany,70.64
|
| 690 |
+
10688,Gaming Monitor,1,2023-11-9 9:00,70.34,Italy,70.34
|
| 691 |
+
10689,Wireless Mouse,2,2023-11-3 15:00,106.85,Germany,213.7
|
| 692 |
+
10690,Mechanical Keyboard,3,2023-11-19 17:00,134.19,France,402.57
|
| 693 |
+
10691,USB-C Cable,3,2023-11-12 15:00,137.43,Netherlands,412.29
|
| 694 |
+
10692,Bluetooth Headphones,3,2023-11-17 9:00,20.96,Italy,62.88
|
| 695 |
+
10693,Wireless Mouse,1,2023-11-1 12:00,43.51,Spain,43.51
|
| 696 |
+
10694,Webcam 1080p,2,2023-11-29 10:00,47.52,Netherlands,95.04
|
| 697 |
+
10695,Smartphone Case,1,2023-11-10 12:00,46.0,Germany,46.0
|
| 698 |
+
10696,Desk Mat,2,2023-11-16 11:00,30.45,France,60.9
|
| 699 |
+
10697,Laptop Stand,2,2023-11-13 10:00,93.45,Germany,186.9
|
| 700 |
+
10698,Webcam 1080p,3,2023-11-25 14:00,34.83,Italy,104.49
|
| 701 |
+
10699,Wireless Mouse,4,2023-11-28 12:00,67.92,Italy,271.68
|
| 702 |
+
10700,Bluetooth Headphones,4,2023-11-22 13:00,80.4,Italy,321.6
|
| 703 |
+
10701,Wireless Mouse,1,2023-11-30 11:00,18.65,Netherlands,18.65
|
| 704 |
+
10702,Gaming Monitor,2,2023-11-26 17:00,48.04,Italy,96.08
|
| 705 |
+
10703,Mechanical Keyboard,2,2023-11-30 11:00,22.95,Netherlands,45.9
|
| 706 |
+
10704,Desk Mat,4,2023-11-12 11:00,68.26,United Kingdom,273.04
|
| 707 |
+
10705,Webcam 1080p,2,2023-11-12 10:00,19.81,Germany,39.62
|
| 708 |
+
10706,LED Desk Lamp,1,2023-11-10 16:00,128.01,France,128.01
|
| 709 |
+
10707,Bluetooth Headphones,3,2023-11-30 15:00,60.57,Netherlands,181.71
|
| 710 |
+
10708,Gaming Monitor,2,2023-11-26 17:00,84.87,Netherlands,169.74
|
| 711 |
+
10709,LED Desk Lamp,4,2023-11-17 9:00,70.49,Spain,281.96
|
| 712 |
+
10710,Mechanical Keyboard,2,2023-11-26 10:00,44.83,Italy,89.66
|
| 713 |
+
10711,Laptop Stand,4,2023-11-21 10:00,23.1,France,92.4
|
| 714 |
+
10712,Smartphone Case,3,2023-11-2 17:00,34.19,United Kingdom,102.57
|
| 715 |
+
10713,Webcam 1080p,3,2023-11-19 13:00,129.22,France,387.66
|
| 716 |
+
10714,Gaming Monitor,3,2023-11-23 16:00,12.67,Germany,38.01
|
| 717 |
+
10715,Mechanical Keyboard,3,2023-11-10 15:00,73.76,Spain,221.28
|
| 718 |
+
10716,Bluetooth Headphones,1,2023-11-19 9:00,30.37,Germany,30.37
|
| 719 |
+
10717,Bluetooth Headphones,4,2023-11-10 13:00,39.51,Italy,158.04
|
| 720 |
+
10718,Laptop Stand,1,2023-11-15 9:00,68.19,France,68.19
|
| 721 |
+
10719,Mechanical Keyboard,3,2023-11-18 13:00,17.41,Netherlands,52.23
|
| 722 |
+
10720,Desk Mat,2,2023-11-1 9:00,60.22,United Kingdom,120.44
|
| 723 |
+
10721,Laptop Stand,2,2023-11-14 10:00,50.74,Netherlands,101.48
|
| 724 |
+
10722,Webcam 1080p,2,2023-11-8 9:00,110.62,Netherlands,221.24
|
| 725 |
+
10723,Laptop Stand,1,2023-11-22 14:00,45.05,Germany,45.05
|
| 726 |
+
10724,Laptop Stand,3,2023-11-19 15:00,140.89,Germany,422.67
|
| 727 |
+
10725,Webcam 1080p,1,2023-11-10 13:00,97.21,France,97.21
|
| 728 |
+
10726,Mechanical Keyboard,1,2023-11-25 10:00,33.04,France,33.04
|
| 729 |
+
10727,Laptop Stand,2,2023-11-3 16:00,68.65,France,137.3
|
| 730 |
+
10728,Wireless Mouse,2,2023-11-19 11:00,60.23,Germany,120.46
|
| 731 |
+
10729,Bluetooth Headphones,3,2023-11-3 17:00,52.9,Netherlands,158.7
|
| 732 |
+
10730,Mechanical Keyboard,4,2023-11-12 17:00,118.75,Germany,475.0
|
| 733 |
+
10731,Smartphone Case,1,2023-11-3 14:00,44.76,Spain,44.76
|
| 734 |
+
10732,Gaming Monitor,3,2023-11-16 14:00,105.86,Spain,317.58
|
| 735 |
+
10733,LED Desk Lamp,3,2023-11-17 11:00,42.81,Germany,128.43
|
| 736 |
+
10734,Laptop Stand,4,2023-11-19 16:00,10.99,Germany,43.96
|
| 737 |
+
10735,Webcam 1080p,1,2023-11-16 9:00,32.35,Italy,32.35
|
| 738 |
+
10736,Mechanical Keyboard,3,2023-11-9 14:00,98.63,Italy,295.89
|
| 739 |
+
10737,LED Desk Lamp,1,2023-11-27 14:00,26.21,Spain,26.21
|
| 740 |
+
10738,Wireless Mouse,4,2023-11-27 16:00,21.29,Germany,85.16
|
| 741 |
+
10739,Desk Mat,4,2023-11-12 10:00,40.19,Netherlands,160.76
|
| 742 |
+
10740,Bluetooth Headphones,2,2023-11-9 13:00,145.55,France,291.1
|
| 743 |
+
10741,Wireless Mouse,1,2023-11-2 16:00,16.98,United Kingdom,16.98
|
| 744 |
+
10742,Bluetooth Headphones,3,2023-11-19 15:00,100.32,United Kingdom,300.96
|
| 745 |
+
10743,Gaming Monitor,2,2023-11-2 15:00,108.19,Italy,216.38
|
| 746 |
+
10744,USB-C Cable,1,2023-11-13 13:00,57.83,Italy,57.83
|
| 747 |
+
10745,Laptop Stand,4,2023-11-20 10:00,79.86,United Kingdom,319.44
|
| 748 |
+
10746,LED Desk Lamp,2,2023-11-6 17:00,117.18,United Kingdom,234.36
|
| 749 |
+
10747,Gaming Monitor,3,2023-11-5 11:00,100.76,Spain,302.28
|
| 750 |
+
10748,Gaming Monitor,4,2023-11-3 13:00,32.01,Germany,128.04
|
| 751 |
+
10749,Webcam 1080p,2,2023-11-15 14:00,47.27,France,94.54
|
| 752 |
+
10750,Bluetooth Headphones,4,2023-11-24 16:00,147.05,Netherlands,588.2
|
| 753 |
+
10751,Mechanical Keyboard,1,2023-11-20 10:00,28.55,Spain,28.55
|
| 754 |
+
10752,LED Desk Lamp,4,2023-11-7 17:00,51.57,Netherlands,206.28
|
| 755 |
+
10753,Smartphone Case,4,2023-11-16 17:00,22.7,Germany,90.8
|
| 756 |
+
10754,Mechanical Keyboard,3,2023-11-15 12:00,24.16,United Kingdom,72.48
|
| 757 |
+
10755,Webcam 1080p,3,2023-11-10 16:00,48.38,Germany,145.14
|
| 758 |
+
10756,USB-C Cable,1,2023-11-26 13:00,63.91,Spain,63.91
|
| 759 |
+
10757,LED Desk Lamp,3,2023-11-18 15:00,69.86,Italy,209.58
|
| 760 |
+
10758,Wireless Mouse,2,2023-11-25 13:00,91.38,United Kingdom,182.76
|
| 761 |
+
10759,Wireless Mouse,3,2023-11-26 12:00,81.89,Netherlands,245.67
|
| 762 |
+
10760,Smartphone Case,3,2023-11-13 10:00,121.56,Netherlands,364.68
|
| 763 |
+
10761,Smartphone Case,2,2023-11-18 17:00,17.76,United Kingdom,35.52
|
| 764 |
+
10762,Wireless Mouse,4,2023-11-19 14:00,78.87,France,315.48
|
| 765 |
+
10763,USB-C Cable,4,2023-11-25 12:00,78.11,Germany,312.44
|
| 766 |
+
10764,LED Desk Lamp,2,2023-11-29 9:00,118.24,France,236.48
|
| 767 |
+
10765,Gaming Monitor,2,2023-11-17 13:00,50.65,Germany,101.3
|
| 768 |
+
10766,Wireless Mouse,3,2023-11-9 14:00,62.83,France,188.49
|
| 769 |
+
10767,Webcam 1080p,4,2023-11-28 13:00,112.34,Italy,449.36
|
| 770 |
+
10768,Laptop Stand,2,2023-11-7 9:00,68.65,United Kingdom,137.3
|
| 771 |
+
10769,Mechanical Keyboard,1,2023-11-15 17:00,38.7,Netherlands,38.7
|
| 772 |
+
10770,LED Desk Lamp,2,2023-11-24 9:00,132.42,Netherlands,264.84
|
| 773 |
+
10771,LED Desk Lamp,4,2023-11-16 16:00,42.81,Italy,171.24
|
| 774 |
+
10772,Webcam 1080p,3,2023-11-27 12:00,146.71,Germany,440.13
|
| 775 |
+
10773,LED Desk Lamp,2,2023-11-9 11:00,47.76,Spain,95.52
|
| 776 |
+
10774,Gaming Monitor,2,2023-11-30 13:00,104.09,Spain,208.18
|
| 777 |
+
10775,Wireless Mouse,3,2023-11-16 15:00,63.67,Spain,191.01
|
| 778 |
+
10776,Bluetooth Headphones,2,2023-11-5 10:00,52.01,France,104.02
|
| 779 |
+
10777,USB-C Cable,2,2023-11-15 12:00,53.89,Spain,107.78
|
| 780 |
+
10778,Desk Mat,2,2023-11-27 11:00,140.65,France,281.3
|
| 781 |
+
10779,Smartphone Case,4,2023-11-29 13:00,60.63,Germany,242.52
|
| 782 |
+
10780,Laptop Stand,3,2023-11-10 11:00,23.33,United Kingdom,69.99
|
| 783 |
+
10781,Gaming Monitor,3,2023-11-21 15:00,34.48,Netherlands,103.44
|
| 784 |
+
10782,Desk Mat,4,2023-11-25 13:00,36.23,Germany,144.92
|
| 785 |
+
10783,Laptop Stand,3,2023-11-21 12:00,149.39,Spain,448.17
|
| 786 |
+
10784,Bluetooth Headphones,4,2023-11-4 16:00,44.86,United Kingdom,179.44
|
| 787 |
+
10785,Bluetooth Headphones,1,2023-11-21 10:00,148.12,United Kingdom,148.12
|
| 788 |
+
10786,Wireless Mouse,4,2023-11-11 10:00,97.62,Netherlands,390.48
|
| 789 |
+
10787,USB-C Cable,2,2023-11-12 10:00,11.4,Germany,22.8
|
| 790 |
+
10788,Wireless Mouse,3,2023-11-7 9:00,93.09,Netherlands,279.27
|
| 791 |
+
10789,Laptop Stand,2,2023-11-27 10:00,51.61,Italy,103.22
|
| 792 |
+
10790,Mechanical Keyboard,4,2023-11-8 14:00,99.99,Netherlands,399.96
|
| 793 |
+
10791,Webcam 1080p,4,2023-11-11 16:00,44.08,Spain,176.32
|
| 794 |
+
10792,Mechanical Keyboard,3,2023-11-11 14:00,66.35,Germany,199.05
|
| 795 |
+
10793,LED Desk Lamp,3,2023-11-28 10:00,117.42,Netherlands,352.26
|
| 796 |
+
10794,Smartphone Case,2,2023-11-10 14:00,120.45,Italy,240.9
|
| 797 |
+
10795,USB-C Cable,1,2023-11-5 9:00,66.14,United Kingdom,66.14
|
| 798 |
+
10796,Desk Mat,2,2023-11-15 17:00,31.48,Italy,62.96
|
| 799 |
+
10797,Smartphone Case,2,2023-11-28 15:00,60.63,Netherlands,121.26
|
| 800 |
+
10798,Bluetooth Headphones,3,2023-11-18 14:00,24.81,Spain,74.43
|
| 801 |
+
10799,Webcam 1080p,2,2023-11-7 14:00,119.3,Spain,238.6
|
| 802 |
+
10800,LED Desk Lamp,1,2023-11-26 12:00,87.57,France,87.57
|
| 803 |
+
10801,Smartphone Case,4,2023-11-3 15:00,59.58,Italy,238.32
|
| 804 |
+
10802,LED Desk Lamp,3,2023-11-19 17:00,23.28,France,69.84
|
| 805 |
+
10803,LED Desk Lamp,2,2023-11-25 12:00,33.69,Netherlands,67.38
|
| 806 |
+
10804,Desk Mat,4,2023-11-23 16:00,87.96,Germany,351.84
|
| 807 |
+
10805,Gaming Monitor,3,2023-11-28 13:00,64.41,France,193.23
|
| 808 |
+
10806,LED Desk Lamp,3,2023-11-19 14:00,148.7,France,446.1
|
| 809 |
+
10807,Mechanical Keyboard,1,2023-11-12 14:00,146.47,Netherlands,146.47
|
| 810 |
+
10808,Mechanical Keyboard,3,2023-11-9 10:00,57.73,Italy,173.19
|
| 811 |
+
10809,Desk Mat,1,2023-11-8 13:00,126.98,Netherlands,126.98
|
| 812 |
+
10810,Laptop Stand,4,2023-11-12 16:00,94.95,Italy,379.8
|
| 813 |
+
10811,Wireless Mouse,3,2023-11-11 12:00,81.24,United Kingdom,243.72
|
| 814 |
+
10812,Bluetooth Headphones,2,2023-11-17 16:00,89.63,United Kingdom,179.26
|
| 815 |
+
10813,Smartphone Case,2,2023-11-23 11:00,73.31,Germany,146.62
|
| 816 |
+
10814,Laptop Stand,3,2023-11-20 10:00,110.5,United Kingdom,331.5
|
| 817 |
+
10815,Desk Mat,3,2023-11-14 16:00,59.03,Germany,177.09
|
| 818 |
+
10816,Smartphone Case,2,2023-11-7 11:00,12.48,United Kingdom,24.96
|
| 819 |
+
10817,Laptop Stand,2,2023-11-5 16:00,63.53,Germany,127.06
|
| 820 |
+
10818,Wireless Mouse,4,2023-11-1 12:00,94.15,Netherlands,376.6
|
| 821 |
+
10819,Wireless Mouse,4,2023-11-28 9:00,54.3,Italy,217.2
|
| 822 |
+
10820,Bluetooth Headphones,1,2023-11-5 14:00,90.81,France,90.81
|
| 823 |
+
10821,USB-C Cable,1,2023-11-25 16:00,60.4,Germany,60.4
|
| 824 |
+
10822,Gaming Monitor,1,2023-11-11 17:00,143.1,United Kingdom,143.1
|
| 825 |
+
10823,Laptop Stand,1,2023-11-4 15:00,147.05,Italy,147.05
|
| 826 |
+
10824,Smartphone Case,2,2023-11-8 9:00,23.22,Netherlands,46.44
|
| 827 |
+
10825,Smartphone Case,4,2023-11-3 12:00,136.04,Netherlands,544.16
|
| 828 |
+
10826,USB-C Cable,3,2023-11-16 15:00,122.81,Netherlands,368.43
|
| 829 |
+
10827,Wireless Mouse,1,2023-11-26 15:00,147.2,Spain,147.2
|
| 830 |
+
10828,Desk Mat,3,2023-11-7 16:00,15.25,United Kingdom,45.75
|
| 831 |
+
10829,Desk Mat,1,2023-11-23 12:00,138.75,United Kingdom,138.75
|
| 832 |
+
10830,Mechanical Keyboard,4,2023-11-13 10:00,136.84,Spain,547.36
|
| 833 |
+
10831,Smartphone Case,4,2023-11-15 9:00,59.95,Spain,239.8
|
| 834 |
+
10832,Webcam 1080p,2,2023-11-23 16:00,102.96,Netherlands,205.92
|
| 835 |
+
10833,Desk Mat,3,2023-11-21 13:00,83.61,Germany,250.83
|
| 836 |
+
10834,Webcam 1080p,3,2023-11-19 11:00,24.87,Netherlands,74.61
|
| 837 |
+
10835,Desk Mat,4,2023-11-5 15:00,88.02,Germany,352.08
|
| 838 |
+
10836,Wireless Mouse,2,2023-11-20 9:00,22.34,Netherlands,44.68
|
| 839 |
+
10837,Smartphone Case,1,2023-11-23 9:00,148.69,France,148.69
|
| 840 |
+
10838,USB-C Cable,2,2023-11-16 9:00,38.49,France,76.98
|
| 841 |
+
10839,Laptop Stand,4,2023-11-6 13:00,56.07,Italy,224.28
|
| 842 |
+
10840,Desk Mat,1,2023-11-17 17:00,114.73,Germany,114.73
|
| 843 |
+
10841,Webcam 1080p,4,2023-11-7 10:00,63.98,Netherlands,255.92
|
| 844 |
+
10842,USB-C Cable,2,2023-11-3 10:00,134.24,Netherlands,268.48
|
| 845 |
+
10843,Bluetooth Headphones,4,2023-11-18 16:00,71.05,United Kingdom,284.2
|
| 846 |
+
10844,USB-C Cable,4,2023-11-22 16:00,79.01,United Kingdom,316.04
|
| 847 |
+
10845,Laptop Stand,4,2023-11-27 12:00,20.57,Italy,82.28
|
| 848 |
+
10846,Laptop Stand,3,2023-11-14 14:00,26.06,France,78.18
|
| 849 |
+
10847,Desk Mat,4,2023-11-5 10:00,14.55,Germany,58.2
|
| 850 |
+
10848,Wireless Mouse,3,2023-11-27 14:00,97.13,Spain,291.39
|
| 851 |
+
10849,LED Desk Lamp,2,2023-11-17 14:00,16.94,Netherlands,33.88
|
| 852 |
+
10850,Desk Mat,3,2023-11-22 17:00,136.93,Italy,410.79
|
| 853 |
+
10851,USB-C Cable,3,2023-11-2 9:00,42.26,Spain,126.78
|
| 854 |
+
10852,Wireless Mouse,4,2023-11-27 11:00,106.05,Spain,424.2
|
| 855 |
+
10853,Wireless Mouse,4,2023-11-4 15:00,17.75,Germany,71.0
|
| 856 |
+
10854,Webcam 1080p,3,2023-11-30 10:00,100.65,Spain,301.95
|
| 857 |
+
10855,Smartphone Case,1,2023-11-22 13:00,97.08,France,97.08
|
| 858 |
+
10856,Gaming Monitor,3,2023-11-19 14:00,77.55,Germany,232.65
|
| 859 |
+
10857,Desk Mat,4,2023-11-17 9:00,63.71,Spain,254.84
|
| 860 |
+
10858,Desk Mat,1,2023-11-1 9:00,51.85,Spain,51.85
|
| 861 |
+
10859,Smartphone Case,1,2023-11-23 17:00,28.29,Germany,28.29
|
| 862 |
+
10860,Desk Mat,1,2023-11-1 15:00,144.81,Germany,144.81
|
| 863 |
+
10861,Gaming Monitor,4,2023-11-4 12:00,11.4,Spain,45.6
|
| 864 |
+
10862,Gaming Monitor,1,2023-11-10 13:00,49.11,United Kingdom,49.11
|
| 865 |
+
10863,Mechanical Keyboard,4,2023-11-7 17:00,14.26,France,57.04
|
| 866 |
+
10864,Mechanical Keyboard,2,2023-11-29 15:00,41.59,Italy,83.18
|
| 867 |
+
10865,Gaming Monitor,1,2023-11-7 14:00,149.8,Italy,149.8
|
| 868 |
+
10866,Smartphone Case,1,2023-11-6 15:00,87.65,United Kingdom,87.65
|
| 869 |
+
10867,Desk Mat,3,2023-11-2 11:00,131.52,Spain,394.56
|
| 870 |
+
10868,Webcam 1080p,2,2023-11-5 15:00,145.88,United Kingdom,291.76
|
| 871 |
+
10869,Wireless Mouse,1,2023-11-19 14:00,107.49,Germany,107.49
|
| 872 |
+
10870,Wireless Mouse,2,2023-11-1 13:00,71.89,Spain,143.78
|
| 873 |
+
10871,Mechanical Keyboard,1,2023-11-9 9:00,11.19,Netherlands,11.19
|
| 874 |
+
10872,LED Desk Lamp,1,2023-11-21 9:00,49.65,Netherlands,49.65
|
| 875 |
+
10873,Desk Mat,1,2023-11-22 13:00,35.73,Spain,35.73
|
| 876 |
+
10874,Bluetooth Headphones,4,2023-11-13 14:00,124.62,Italy,498.48
|
| 877 |
+
10875,Desk Mat,3,2023-11-7 12:00,68.83,United Kingdom,206.49
|
| 878 |
+
10876,Wireless Mouse,2,2023-11-21 16:00,33.72,Spain,67.44
|
| 879 |
+
10877,Smartphone Case,1,2023-11-3 17:00,61.87,France,61.87
|
| 880 |
+
10878,Laptop Stand,1,2023-11-28 10:00,137.76,Netherlands,137.76
|
| 881 |
+
10879,Wireless Mouse,2,2023-11-5 17:00,57.56,Netherlands,115.12
|
| 882 |
+
10880,Gaming Monitor,4,2023-11-17 11:00,107.32,Netherlands,429.28
|
| 883 |
+
10881,Wireless Mouse,4,2023-11-8 9:00,45.28,Italy,181.12
|
| 884 |
+
10882,Webcam 1080p,1,2023-11-25 10:00,142.22,Germany,142.22
|
| 885 |
+
10883,Laptop Stand,2,2023-11-4 16:00,28.07,Spain,56.14
|
| 886 |
+
10884,LED Desk Lamp,3,2023-11-25 13:00,37.35,Netherlands,112.05
|
| 887 |
+
10885,Laptop Stand,1,2023-11-9 16:00,24.26,United Kingdom,24.26
|
| 888 |
+
10886,Smartphone Case,1,2023-11-19 16:00,69.18,Netherlands,69.18
|
| 889 |
+
10887,Gaming Monitor,1,2023-11-10 9:00,101.26,Spain,101.26
|
| 890 |
+
10888,Laptop Stand,2,2023-11-11 10:00,34.03,France,68.06
|
| 891 |
+
10889,Wireless Mouse,4,2023-11-13 10:00,29.38,United Kingdom,117.52
|
| 892 |
+
10890,Webcam 1080p,2,2023-11-23 17:00,19.7,Germany,39.4
|
| 893 |
+
10891,Gaming Monitor,4,2023-11-11 14:00,104.88,France,419.52
|
| 894 |
+
10892,USB-C Cable,4,2023-11-28 14:00,47.47,United Kingdom,189.88
|
| 895 |
+
10893,Mechanical Keyboard,2,2023-11-18 12:00,70.33,United Kingdom,140.66
|
| 896 |
+
10894,USB-C Cable,4,2023-11-2 15:00,70.05,Netherlands,280.2
|
| 897 |
+
10895,Wireless Mouse,2,2023-11-2 16:00,28.9,United Kingdom,57.8
|
| 898 |
+
10896,USB-C Cable,3,2023-11-29 15:00,58.54,Italy,175.62
|
| 899 |
+
10897,Laptop Stand,4,2023-11-20 10:00,20.2,United Kingdom,80.8
|
| 900 |
+
10898,Smartphone Case,2,2023-11-14 12:00,49.08,Italy,98.16
|
| 901 |
+
10899,Desk Mat,3,2023-11-13 16:00,18.86,Italy,56.58
|
| 902 |
+
10900,Mechanical Keyboard,4,2023-11-16 14:00,132.43,Netherlands,529.72
|
| 903 |
+
10901,Gaming Monitor,1,2023-11-3 13:00,42.65,United Kingdom,42.65
|
| 904 |
+
10902,LED Desk Lamp,2,2023-11-28 11:00,66.12,Spain,132.24
|
| 905 |
+
10903,LED Desk Lamp,2,2023-11-30 11:00,120.62,United Kingdom,241.24
|
| 906 |
+
10904,LED Desk Lamp,4,2023-11-2 9:00,95.41,Netherlands,381.64
|
| 907 |
+
10905,USB-C Cable,4,2023-11-27 17:00,114.36,Netherlands,457.44
|
| 908 |
+
10906,Wireless Mouse,2,2023-11-9 12:00,129.18,Italy,258.36
|
| 909 |
+
10907,Smartphone Case,3,2023-11-13 12:00,102.61,United Kingdom,307.83
|
| 910 |
+
10908,Mechanical Keyboard,1,2023-11-12 15:00,71.41,United Kingdom,71.41
|
| 911 |
+
10909,Desk Mat,2,2023-11-16 13:00,22.51,United Kingdom,45.02
|
| 912 |
+
10910,Gaming Monitor,3,2023-11-22 13:00,20.57,Italy,61.71
|
| 913 |
+
10911,Laptop Stand,1,2023-11-30 16:00,90.51,Italy,90.51
|
| 914 |
+
10912,USB-C Cable,1,2023-11-28 10:00,144.62,France,144.62
|
| 915 |
+
10913,Smartphone Case,1,2023-11-4 13:00,68.33,Spain,68.33
|
| 916 |
+
10914,Mechanical Keyboard,1,2023-11-29 16:00,142.13,Germany,142.13
|
| 917 |
+
10915,Gaming Monitor,4,2023-11-9 11:00,33.95,United Kingdom,135.8
|
| 918 |
+
10916,Wireless Mouse,3,2023-11-10 13:00,76.8,United Kingdom,230.4
|
| 919 |
+
10917,Gaming Monitor,4,2023-11-25 13:00,114.66,United Kingdom,458.64
|
| 920 |
+
10918,Webcam 1080p,2,2023-11-23 15:00,88.1,Spain,176.2
|
| 921 |
+
10919,Laptop Stand,1,2023-11-23 10:00,34.58,United Kingdom,34.58
|
| 922 |
+
10920,Wireless Mouse,4,2023-11-19 14:00,18.85,Italy,75.4
|
| 923 |
+
10921,LED Desk Lamp,3,2023-11-14 12:00,146.15,Spain,438.45
|
| 924 |
+
10922,LED Desk Lamp,1,2023-11-4 13:00,133.38,Spain,133.38
|
| 925 |
+
10923,Laptop Stand,4,2023-11-12 11:00,99.05,Netherlands,396.2
|
| 926 |
+
10924,Mechanical Keyboard,2,2023-11-10 15:00,12.1,Germany,24.2
|
| 927 |
+
10925,Wireless Mouse,1,2023-11-15 12:00,77.47,Spain,77.47
|
| 928 |
+
10926,Desk Mat,1,2023-11-9 10:00,66.0,Spain,66.0
|
| 929 |
+
10927,Mechanical Keyboard,2,2023-11-7 14:00,129.08,Spain,258.16
|
| 930 |
+
10928,Bluetooth Headphones,1,2023-11-16 9:00,24.92,Spain,24.92
|
| 931 |
+
10929,Wireless Mouse,3,2023-11-17 10:00,149.75,Italy,449.25
|
| 932 |
+
10930,LED Desk Lamp,2,2023-11-3 9:00,25.48,United Kingdom,50.96
|
| 933 |
+
10931,Mechanical Keyboard,2,2023-11-5 14:00,125.4,Netherlands,250.8
|
| 934 |
+
10932,USB-C Cable,3,2023-11-16 17:00,11.8,Germany,35.4
|
| 935 |
+
10933,USB-C Cable,1,2023-11-22 17:00,17.66,France,17.66
|
| 936 |
+
10934,LED Desk Lamp,1,2023-11-2 14:00,123.32,Netherlands,123.32
|
| 937 |
+
10935,Mechanical Keyboard,2,2023-11-10 9:00,123.55,Italy,247.1
|
| 938 |
+
10936,Bluetooth Headphones,4,2023-11-12 16:00,140.42,Germany,561.68
|
| 939 |
+
10937,Gaming Monitor,2,2023-11-15 14:00,60.87,France,121.74
|
| 940 |
+
10938,USB-C Cable,3,2023-11-20 13:00,32.32,Germany,96.96
|
| 941 |
+
10939,Mechanical Keyboard,1,2023-11-26 17:00,110.69,Netherlands,110.69
|
| 942 |
+
10940,Desk Mat,3,2023-11-4 14:00,127.24,Netherlands,381.72
|
| 943 |
+
10941,Desk Mat,4,2023-11-17 11:00,41.75,Italy,167.0
|
| 944 |
+
10942,Webcam 1080p,3,2023-11-8 15:00,12.72,Germany,38.16
|
| 945 |
+
10943,Gaming Monitor,4,2023-11-26 17:00,137.26,Spain,549.04
|
| 946 |
+
10944,Webcam 1080p,3,2023-11-2 10:00,110.12,United Kingdom,330.36
|
| 947 |
+
10945,Webcam 1080p,4,2023-11-13 13:00,46.96,Netherlands,187.84
|
| 948 |
+
10946,Webcam 1080p,2,2023-11-16 10:00,129.83,Netherlands,259.66
|
| 949 |
+
10947,LED Desk Lamp,4,2023-11-28 13:00,77.99,United Kingdom,311.96
|
| 950 |
+
10948,Desk Mat,1,2023-11-4 11:00,38.82,Netherlands,38.82
|
| 951 |
+
10949,Laptop Stand,2,2023-11-12 9:00,10.68,France,21.36
|
| 952 |
+
10950,Webcam 1080p,2,2023-11-3 10:00,102.31,Spain,204.62
|
| 953 |
+
10951,Wireless Mouse,3,2023-11-22 16:00,115.82,Germany,347.46
|
| 954 |
+
10952,Webcam 1080p,2,2023-11-29 11:00,54.81,Spain,109.62
|
| 955 |
+
10953,Gaming Monitor,4,2023-11-12 14:00,100.07,United Kingdom,400.28
|
| 956 |
+
10954,Gaming Monitor,4,2023-11-9 13:00,122.27,Spain,489.08
|
| 957 |
+
10955,USB-C Cable,1,2023-11-3 13:00,18.15,Netherlands,18.15
|
| 958 |
+
10956,USB-C Cable,3,2023-11-27 16:00,115.71,Netherlands,347.13
|
| 959 |
+
10957,Bluetooth Headphones,3,2023-11-20 12:00,123.71,Spain,371.13
|
| 960 |
+
10958,Webcam 1080p,4,2023-11-4 17:00,86.92,Italy,347.68
|
| 961 |
+
10959,Laptop Stand,4,2023-11-10 15:00,99.34,Spain,397.36
|
| 962 |
+
10960,Gaming Monitor,2,2023-11-17 13:00,28.03,Germany,56.06
|
| 963 |
+
10961,LED Desk Lamp,2,2023-11-9 9:00,116.01,Netherlands,232.02
|
| 964 |
+
10962,Wireless Mouse,1,2023-11-17 16:00,10.66,Netherlands,10.66
|
| 965 |
+
10963,Mechanical Keyboard,2,2023-11-17 16:00,42.01,Spain,84.02
|
| 966 |
+
10964,USB-C Cable,3,2023-11-16 13:00,75.54,United Kingdom,226.62
|
| 967 |
+
10965,Wireless Mouse,3,2023-11-19 14:00,62.51,United Kingdom,187.53
|
| 968 |
+
10966,Mechanical Keyboard,2,2023-11-28 15:00,143.52,Netherlands,287.04
|
| 969 |
+
10967,Desk Mat,2,2023-11-15 12:00,60.71,Germany,121.42
|
| 970 |
+
10968,Smartphone Case,2,2023-11-25 14:00,90.79,Spain,181.58
|
| 971 |
+
10969,Webcam 1080p,3,2023-11-20 14:00,33.45,United Kingdom,100.35
|
| 972 |
+
10970,USB-C Cable,3,2023-11-1 16:00,37.18,United Kingdom,111.54
|
| 973 |
+
10971,Webcam 1080p,2,2023-11-23 13:00,55.6,Italy,111.2
|
| 974 |
+
10972,Laptop Stand,1,2023-11-16 12:00,122.68,Italy,122.68
|
| 975 |
+
10973,Gaming Monitor,3,2023-11-6 14:00,58.83,Netherlands,176.49
|
| 976 |
+
10974,Webcam 1080p,4,2023-11-18 11:00,91.16,Germany,364.64
|
| 977 |
+
10975,Wireless Mouse,1,2023-11-27 17:00,124.92,France,124.92
|
| 978 |
+
10976,Desk Mat,3,2023-11-19 17:00,126.37,Italy,379.11
|
| 979 |
+
10977,Bluetooth Headphones,3,2023-11-23 12:00,84.7,Italy,254.1
|
| 980 |
+
10978,Webcam 1080p,3,2023-11-7 10:00,12.17,France,36.51
|
| 981 |
+
10979,Gaming Monitor,1,2023-11-20 9:00,15.1,Netherlands,15.1
|
| 982 |
+
10980,Gaming Monitor,4,2023-11-9 16:00,124.35,Italy,497.4
|
| 983 |
+
10981,USB-C Cable,3,2023-11-1 16:00,15.61,Spain,46.83
|
| 984 |
+
10982,LED Desk Lamp,3,2023-11-4 12:00,103.34,Netherlands,310.02
|
| 985 |
+
10983,Mechanical Keyboard,1,2023-11-30 13:00,73.59,Spain,73.59
|
| 986 |
+
10984,Webcam 1080p,1,2023-11-11 17:00,119.76,Netherlands,119.76
|
| 987 |
+
10985,Webcam 1080p,2,2023-11-3 12:00,140.57,United Kingdom,281.14
|
| 988 |
+
10986,Webcam 1080p,2,2023-11-27 16:00,38.73,Italy,77.46
|
| 989 |
+
10987,Gaming Monitor,1,2023-11-23 17:00,52.38,Netherlands,52.38
|
| 990 |
+
10988,Wireless Mouse,2,2023-11-2 9:00,26.76,Germany,53.52
|
| 991 |
+
10989,LED Desk Lamp,2,2023-11-15 16:00,74.42,France,148.84
|
| 992 |
+
10990,LED Desk Lamp,4,2023-11-3 15:00,79.66,United Kingdom,318.64
|
| 993 |
+
10991,USB-C Cable,4,2023-11-14 13:00,70.54,Germany,282.16
|
| 994 |
+
10992,Wireless Mouse,1,2023-11-17 9:00,35.57,Spain,35.57
|
| 995 |
+
10993,Mechanical Keyboard,3,2023-11-28 11:00,74.41,Italy,223.23
|
| 996 |
+
10994,Laptop Stand,4,2023-11-15 17:00,83.38,France,333.52
|
| 997 |
+
10995,Wireless Mouse,4,2023-11-17 13:00,77.48,Netherlands,309.92
|
| 998 |
+
10996,Laptop Stand,1,2023-11-7 9:00,16.11,Netherlands,16.11
|
| 999 |
+
10997,Desk Mat,4,2023-11-10 14:00,55.02,Spain,220.08
|
| 1000 |
+
10998,LED Desk Lamp,3,2023-11-9 15:00,19.38,Spain,58.14
|
| 1001 |
+
10999,Gaming Monitor,2,2023-11-18 13:00,39.69,Spain,79.38
|