0.3.4 • Published 4 years ago

pricefinder-ecommerce v0.3.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

pricefinder

Codacy Badge Tests

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
0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago