claude
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user