Couldn't able to get the data using data scraping in cityprotect.com

Hi @Prem_Kumar7

As you said you can use page down to get till the end

and whenever you are getting the data of each page compare it and see if that data is already retrieved in the previous iteration by storing the previous value in a separate variable

When you see the same data coming twice that means there are no more rows to retrieve so you can stop the loop

Hope this helps else happy to give more details

cheers