wintr-amazon-scraper
Version:
Amazon data scraper using Wintr API
19 lines (16 loc) • 612 B
JavaScript
const { constants } = require('wintr')
const fractionatedPriceSchema = {
priceWhole: {
[]: '.a-price-whole',
[]: '*text*'
},
priceFraction: {
[]: '.a-price-fraction',
[]: '*text*'
},
priceSymbol: {
[]: '.a-price-symbol',
[]: '*text*'
}
}
module.exports = { fractionatedPriceSchema }