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,
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.