How to Extract data from Multiple tables on webpage

Hello folks,

My Problem is scrape data from Multiple Tables on Web page .
Using Web Scrapping i can only extract structured data of First Table but i need help how to extract data from all the tables on web page.
please your help is highly appreciated

i have a web page examples as below
http://www.eciaauthorized.com/

Main.xaml (33.8 KB)

1 Like

You should use datascrapping for extracting data table from browser

Buddy @namrata.lohia1

Welcome to uipath community buddy…! Thats a good question to start with…

Buddy here is a sample xaml for your url https://www.oemstrade.com/
httpswww_oemstrade_com.zip (3.8 KB)

Remaining on the way buddy
EDIT: May be the same approach buddy for the remaining …would be happy if you were able to …kindly revert for any queries or clarification

Cheers

is that working buddy…the sample one @namrata.lohia1

i edited my code but still i am not able to do it ,can you please help and take a look . i am still confused where should i use retry scope activity and append the data in same file.
please find the attached file

Main.zip (2.7 KB)

Do you think you could help me with my code? I have a list of websites where i have to extract all of the tables that are on the website, yet some have numerous tables while others only have 1 and nothing has worked so far. Also hopefully the tables that are all on one website can be archived in one excel.

@Palaniyappan Hi, I’m trying to extract data from data table here is screenshot

but I’m able to extract data only under one head

but I need all rows under all head

I want to attach xaml file but as I’m new I can’t

Please help me

I really appreciate if you can share the solution.