Is it possible to scrape data from multiple websites simultaneously?

Hello, may I know if it’s possible to use parallel processing/other features in uipath to scrape data from multiple websites at the same time?

For instance, I want to scrape Colgate toothpaste data from Ebay and Amazon simultaneously using parallel processing. Is it possible, and if it is, may I know how do I do it?

Any assistance would be greatly appreciated.

yes you can you parallel activity to achieve this

Hi @blueocean

Welcome to Community,

Yes that’s possible to scrape the data parallel, try using Parallel Activity in this case.

Thanks