HOW TO SCRAPE VARIABLE DATA IN A WEB URL

Hello community! I hope you are doing well.

In this ocasion, I would like to know how to scrape data when the information to look, changes.
To be preciser: I have a dt which contains Certificate | date1 | kgs.
The bot has to get text from the following image (a web site):

In this case, there are 3 items. However, usually the quantity of items varies. So, I would like it to scrape ALWAYS the number of items available and return me a dt which contains the certificate (3 times in this case) and the information I need.
I hope you can help me.
Thanks, regards!

@francogeno97

Use table extraction that should do the job

Or you can use use for each ui element as well

Cheers

1 Like