UNPKG

@binochoi/aliexpress-scraper

Version:

fork of https://github.com/sudheer-ranga/aliexpress-product-scraper

6 lines (5 loc) 140 B
const scrape = require('./../index.js'); const product = scrape('32958933105'); product.then(res => { console.log('The JSON: ', res); });