I am trying to scrape this user information when logged in.async function scrape() {const response = await axios("view-source:https://extrabutterny.com/collections/release-draws");console.log("response: ", response);const html = await response.data;const $ = cheerio.load(html);const res = $('
No comments:
Post a Comment