Data scraping of table from website

Dear Forum members ,

I am trying to scrap table from
Website - https://khuranaraman.wixsite.com/sampledata/web-data

But output data table is coming empty.
I want to use data scraping inside open browser , but unable to achieve it .

Any help or any suggestion will be appreciated .

Thanks and regards
Sahil Garg

Dear Members ,

Any suggestions ?

Thanks and regards
Sahil Garg

@Sahil_Garg
it was working on the first try:

full scrap with following extract data definition:
<extract-table get_columns_name="1" get_empty_columns="1" columns_name_source="Longest" />

check also the scope of the datavariable holding the scraped data

Hi Mate,

When i try to open new tab in browser and extract data then , it is giving me blank table ,

Did not getting what’s the issue

Thanks and regards
Sahil Garg

@Sahil_Garg
just check for timings maybe the table is not fully loaded

Hi,
Already tried same with delay of 10 seconds but still same output .

Hi,
Can you share a workflow , if it works for you .

Thanks and regards
Sahil Garg

i only cross checked the retrieval.
I hope you did not delayed by the delayBettweenPage setting

Go for a debug run and pause as long the table is fully loaded and check if its then retrieve the data

Main.xaml (9.6 KB)

Please see this , i tried to debug and i see that dt_Table is not extracting the value of table from website.

@Sahil_Garg
check updated xaml:
Main.xaml (7.6 KB)

  • it is manadatory to adopt the selectors in this way, that run specific parts are not part of the selector
  • datascraping duration of default timeout (30 s) is a hint that selectors are not valid
  • empty datascraping results will always be analysed by validating the selectors
1 Like

Hi ppr ,

Thanks it is working .

Can you please tell what changes you did .

Again thanks for help .

Thanks and regards
Sahil Garg

@Sahil_Garg
just crosscheck your old selector from extract data with the new one.
the random part from a selector in the middle to an iframe had some run specific info
on this part I did some modifications

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.