Thanks for your patience as we resolved this. I’ve created a scraper template here for you that scrapes this website now. It is currently set to scrape three pages but feel free to change it as you see fit. Here is the playbook
Creating the pagination selector for this was tricky. We can figure out what’s the next pagination by looking up for the class tag value, the current one has is-active value inside, so we can calculate the next pagination button from the current anchor. The pagination selector is: .pagination__list li:has( > a[class*='pagination__link is-active']) + li a
Customer Support - bardeen.ai
Explore | @bardeenai | Bardeen Community