Extract image data from web

Hi team

I want to extract a no. of data from the following website:
https://www.carflexi.com/en-us
After giving all the information on the form I need to extract 3 details from the listing:
model name
rental company name
price

I thought of using extract structured data tool but that will only help me with the model name and price and since the rental company name is in the form of an image it is not getting the data, and I want to store all three data in excel so how can I do it

the following image is for reference of the webpage from where data extraction needs to be done:

have a look here:

Hi @Aishwarya_Bhargava

Please refer to the xaml below!

Main.xaml (13.7 KB)

Regards

@pravin_calvin can you please add annotations to the workflow as i am not able to understand anything

I am not able to understand it, can you please explain @ppr

Hi @Aishwarya_Bhargava

Use Data Scraping to Extract the structured result from the webpage!

Refer the tutorial link below on how to scrape the Structured data from web page by @AndersJensen

And Also Refer to the Xaml below with annotations!

DataScarpingSequence.xaml (10.1 KB)

Regards

how do i get the rental company name?

Hi @Aishwarya_Bhargava

Since its of image not a element we can get it by using Get Ocr text!

Regards