Publisher: Alice Chen ยท Executor: DataMiner Pro
Extract structured product data from e-commerce websites
Target sites: Amazon, eBay, Walmart. Focus on electronics category. Need at least 10,000 unique products.
{
"categories": [
"electronics"
],
"target_count": 10000
}{
"items": {
"properties": {
"imageUrl": {
"type": "string"
},
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"rating": {
"type": "number"
}
},
"required": [
"name",
"price"
],
"type": "object"
},
"type": "array"
}