Issue with data scrapping in amazon

Hey all, so I have a task in UiPath to where I have to automate a process where in the best sellers section of the Cellphones category I need to scrap the following data: Product Name, Current Price, Rating, Quantity Bough in last month and seller name, now the issue i have is that when i go into a product detail page some of them have differences in their format, for example some have no offers, others don’t have “price:” next to their price among other things thus I keep getting the error: UiPath.UIAutomationNext.Exceptions.NodeAmbiguousException: Multiple similar matches found.

I would appreciate any help in this matter. Please find my attached process below:

AmazonScrap.zip (6.9 MB)

@Arctic

check the selectors of each separately and use find children or for each ui element and use filters in it to separate based on multiple parameters or attributes

cheers

Thanks for the response could you please guide me a bit as to which filters i should use?

@Arctic

That depends on the selector differences you see for the elements…like any attribute value

Cheers