Error while Datascraping

Hi,

I’m scraping Urls from the webpage using Data scraping. The issue is it will give the output data for some period of time later it will give blank data. If I change the search content then it will give the output data but If I give the previous search content then it will give the blank data.
Can anyone help me out?
Thanks,

@Meghashree_H_R

Try to give DelayBetweenPagesMS, and check

Hope this helps you

Thanks

1 Like

Hi,

I tried but not working.

Hi @Meghashree_H_R

You can check if the webpage change between the first search and the next one. If so, you can have 1 scrap method for the first page, and a second scrap method for the next, and finally you can join the tables.