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.