I want to take data from a website .the probem is in each property the data palces were different.so I want to collect data using conditions.what should I do?

I want to take data from a website .the probem is in each property the data palces were different.so I want to collect data using conditions.what should I do?

Please send more details like screenshots of the element and selectors or actual page (if you can)

421 Diana Drive, Alamo, TX 78516 - HAR.com = 1st Link
2234 Gathright Dr, Abilene, TX 79606 - HAR.com = 2nd Link
I want To scrap the data of Listing Agent details ,If that not Present I want to get from Listing Agent & Broker.
Please help me with this

Hi @Akash_sahoo,

One approach would be to use the “Get Text” or “Get Full Text” activity to extract the text from the webpage and then use string manipulation functions to extract the relevant information based on certain conditions.

For example, you could use the “Contains” method to check if a certain keyword exists in the extracted text and then extract the relevant information based on that condition.

Another approach would be to use the “Data Scraping” wizard in UiPath to extract data from the webpage. You can use the wizard to define the structure of the data you want to extract and then use the generated automation script to extract the data.

In some cases, you may need to use regular expressions to extract the data from the webpage. You can use the “Matches” activity to extract data using regular expressions.