Extract price details from Flipkart

Hello All,

My small task is to extract the price details of different mobiles from flipkart.

I have kept the details in excel.

This image shows a spreadsheet with two columns labeled "Phone Name" and "Price," listing four phone models: iPhone12, Samsung Galaxy S24 Ultra, Redmi 13 5G, and Realme C61. (Captioned by AI)

First i fetched the price of iphone and put in the excel , again when i am trying for samsung i couldnt extract the price(Used wildcards*)… the issue is i am unable to set the anchor since it is throwing multiple duplicates.

@sharu_priya,

Make only the properties which are specific to your search term. Use anchor where ever required.

Are you trying extracting only first price?

1 Like

Hi, @sharu_priya

It is same example.

https://forum.uipath.com/t/interview-question-can-anyone-share-the-code-please/764192/2

1 Like

@sharu_priya

If you se a string selector without name or id it ahpuld be working

Cheers

1 Like

You have used Apple 14, So don’t use Samsung to search product because it will change the UI. Use Model name like samsung s24 or other model. It will work.

1 Like