I am trying to scrape "adi-ss20-037" from the following code but I am having issues locating the form. Any ideas or suggestions?const cheerio = require("cheerio");const $ = cheerio.load("https://tres-bien.com/adidas-yeezy-boost-380-mist-fx9764-ss20");let res = $('input[name="sku"]').val();console.log(res);
Submitted March 23, 2020 at 06:53PM by Floridian173
No comments:
Post a Comment