This commit is contained in:
2026-01-19 06:16:38 +01:00
parent 4ff5d3ee79
commit dcb25e0163
74 changed files with 232377 additions and 177 deletions

View File

@@ -10,21 +10,47 @@
"headless": true,
"timeout_ms": 30000,
"retries": 1,
"delay_range_ms": [1000, 3000],
"delay_range_ms": [
1000,
3000
],
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"viewport": { "width": 1366, "height": 768 },
"viewport": {
"width": 1366,
"height": 768
},
"locale": "fr-FR",
"timezone": "Europe/Paris",
"proxy": null
},
"stores_enabled": ["amazon_fr"],
"stores_enabled": [
"amazon_fr"
],
"taxonomy": {
"categories": ["SSD", "CPU", "GPU", "RAM"],
"categories": [
"SSD",
"CPU",
"GPU",
"RAM",
"Laptop"
],
"types_by_category": {
"SSD": ["NVMe", "SATA"],
"CPU": ["Desktop", "Mobile"],
"GPU": ["Gaming", "Workstation"],
"RAM": ["DDR4", "DDR5"]
"SSD": [
"NVMe",
"SATA"
],
"CPU": [
"Desktop",
"Mobile"
],
"GPU": [
"Gaming",
"Workstation"
],
"RAM": [
"DDR4",
"DDR5"
]
}
}
}
}