Empower your product intelligence and product analytics initiatives with AI driven product data extraction.
Gain access to insight ready, clean and relevant product data at scale, in real-time with optimal quality. Focus on analyzing not on data preparation and harmonization. With our product data api you can scrape all the data fields you need from SKUs/GTINs/MPN, to stock availability, reviews, and more.
Build your data pipelines with confidence with a reliable and always-on service with 99.9% uptime; 24/7, 365 days a year.
Zyte automatic extraction supports a comprehensive list of product data fields and with the output delivered directly to your AWS S3 bucket ensuring flexibility to evolve with your needs.
[
{
"product": {
"name": "Product name",
"offers": [
{
"price": "42",
"regularPrice": "45.00",
"currency": "USD",
"availability": "InStock"
}
],
"sku": "product sku",
"mpn": "product mpn",
"gtin": [
{
"type": "ean13",
"value": "978-3-16-148410-0"
}
],
"brand": "product brand",
"breadcrumbs": [
{
"name": "Level 1",
"link": "http://example.com"
}
],
"mainImage": "http://example.com/image.png",
"images": [
"http://example.com/image.png"
],
"description": "product description",
"aggregateRating": {
"ratingValue": 4.5,
"bestRating": 5.0,
"reviewCount": 31
},
"additionalProperty": [
{
"name": "property 1",
"value": "value of property 1"
}
],
"probability": 0.95,
"url": "https://example.com/product"
},
"webPage": {
"inLanguages": [
{"code": "en"},
{"code": "es"}
]
},
"query": {
"id": "1564747029122-9e02a1868d70b7a2",
"domain": "example.com",
"userQuery": {
"pageType": "product",
"url": "https://example.com/product"
}
},
"algorithmVersion": "20.8.1"
}
]
[
{
"productReviews": {
"url": "https://example.com/product-review",
"reviews": [
{
"name": "A great tool!",
"reviewBody": "AutoExtract is a great tool for review extraction",
"reviewRating": {
"ratingValue": 5.0,
"bestRating": 5.0
},
"datePublished": "2020-01-30T00:00:00",
"datePublishedRaw": "Jan 30, 2020",
"votedHelpful": 12,
"votedUnhelpful": 1,
"isVerified": true,
"probability": 0.95
},
{
"name": "Another review",
"probability": 0.95
}
]
},
"webPage": {
"inLanguages": [
{"code": "en"},
{"code": "es"}
]
},
"query": {
"id": "1564747029122-9e02a1868d70b7a3",
"domain": "example.com",
"userQuery": {
"pageType": "productReviews",
"url": "https://example.com/product-review"
}
},
"algorithmVersion": "20.8.1"
}
]