pricefinder-ecommerce
v0.3.4
Published
Pricefinder module gets product prices from Flipkart and Amazon.in
Downloads
16
Maintainers
Readme
pricefinder
Node module to fetch price of Flipkart/Amazon product given their URL.
Usage
const pricefinder = require('pricefinder-ecommerce');
const product = await pricefinder("https://www.amazon.in/dp/B084456GH4", "amazon");
console.log(product.name)
// Samsung Galaxy Z Flip (Gold, 8GB RAM, 256GB Storage) with No Cost EMI/Additional Exchange Offers
console.log(product.price) //in INR
// 109999
console.log(product.isAvailable)
// true
console.log(product.productCode)
// B084456GH4