How to scrape the structured data without data scrapping?

Anybody know how to do this?

are u facing any issue in data scrapping?

Hi @aparna3010

Data scrapping is the most feasible way of scrapping the structured data but if you want to scrape without data scrapping,

  1. If you find tablerow and tablecol on selectors when you indicate the element,
    2.if you find this we can loop the tablerow and tablecol and use build datatable activity we can create a datatable and add the row we extracted.

Thanks

1 Like