I'm trying to perform scraping on multiple web pages at the same time (something like parallel). With my actual code I go to the first website, scrape the data, get the data, and then scrape the other website. Is there any way to perform parallel scraping? like go to 3 websites at the same time to save time?