Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

am using a UIPath data scraping and working fine for multipaging. But, My requirment is get child page data using UIPath.

Ex. My first page contain all product list and when I will click on each product the get the full details of product and I will need to scrap it using UIPath.

I have refer the below link but not found solution, https://forum.uipath.com/t/how-to-scrap-multiple-pages-data-from-a-site/7014/6

1 Answer

0 votes
by (29.5k points)

 Here’s a link on queues and transactions that should help you out. https://orchestrator.uipath.com/docs/about-queues-and-transactions

 Now I would personally recommend that you use two workflows.

 The first one would just parse the paged results, storing the URL of the detail page in the queue. 

Then, up to n robots could process the queue in parallel if needed, opening the details page and scraping the required data.

Related questions

Browse Categories

...