@marcosouvereyns/cjdropshipping-product-scraper
Version:
Get cjdropshipping product details as a json reponse including feedbacks, variants, description, images, etc.,
7 lines (6 loc) • 432 B
JavaScript
import scrape from "./../index.js"
if (process.argv[2]) {
const product = scrape({ productUrl: process.argv[2], defaultTimeout: 15000000})
} else {
console.error("No product URL provided.\nProvide using $ npm run start https://cjdropshipping.com/product/fake-translucent-plus-size-leggings-fleece-lined-tights-fall-and-winter-warm-fleece-pantyhose-women-fleece-lined-pantyhose-thermal-winter-tights-p-1575007430336065536.html")
}