Is there any way to run multiple data scraping process in one system?

Is there any way to run multiple data scraping process in one system ?

1 Like

Hi

Data scrapping is usually on UI which means front end automation

There can be only one front end automation running in a system and it can still accommodate multiply background processes without UI interaction along with this front end automation

If you want to perform multiple data extraction process in one system then try with HIGH DENSITY bots here u can create multiple user accounts in one system and run processes in all those user account simultaneously in that system

Cheers @smrutismita.samal

@smrutismita.samal

Yes, unless you are running parallel process
Because as @Palaniyappan said it is UI based automation
So, you can deploy as many as processed that do the Datascraping but it will run one after other

Hope this may help you

Thanks,
Srini

@Palaniyappan Thanks for your response.
As I am new to RPA so I need more clarity on this.
Can please provide some sample file that runs simultaneously and scrap data.
Please refer online link for more clarity.

@Srini84 Thanks for your reply.
I have used data scraping activity and it is UI interaction.
Then how will I change this data scraping process to background process?

Fine
Have a view on this doc for more details on background process so that u can understand how it works and why multiple data scrapping can’t be done in one system

https://docs.uipath.com/robot/standalone/2022.10/user-guide/background-process-automation

https://docs.uipath.com/robot/standalone/2021.10/user-guide/high-density-robots

@smrutismita.samal

Ok thank you

Hi @Palaniyappan
Do I need to create multiple user accounts in Orchestrator ?
So that I can run multiple data extraction process at a time ?

Example-
I have 4 to 5 RPA process which is used for data scraping .
Now I need to run all the process simultaneously.
Is it possible?
Thanks in advance.