shopify-scrape
v2.1.1
Published
Once this package is installed do the following:
Downloads
8
Readme
Once this package is installed do the following:
- Require the package. Something like,
const scrape = require("shopify-scraper");
- Call the function, and pass in an array of strings as the argument.
Alltogether, it should look like this
const scrape = require("shopify-scraper");
let urlArray = ['https://negativeunderwear.com/collections/bras', 'https://negativeunderwear.com/collections/underwear']
scrape(urlArray)
Enjoy!