Stop moving to next page in website

I am scraping a website. There are about 6000+ page but I want to scrap first 5 pages. I used while loop but it runs continuously. there is “Load more properties” instead of any next button. How to do it?Sequence8.xaml (20.1 KB)

I have modified the scrapping section of your code. it will only scrap first 5 pages.Sequence8.xaml (24.7 KB)

image

1 Like