I've started a project that involves scraping to get some data and part of that functionality includes submitting a URL and scraping that page. Is this something that I'm able to do with Cheerio/Next.js? I've never done web scraping before so I'm trying to learn as I go and was curious about this...
Is it possible to update this URL with an on submit function? Am happy to provide more of the function if need be. Thanks.
let res = await axios.get(
'http://www.allrecipes.com/recipe/266826/air-fryer-potato-wedges/'
);