Multiple paginations numbers

Hi there,

I’d like to scrap the companies names of this directory : Annuaire des entreprises de la filière nucléaire française

My problem is that the next page button doesn’t work, i need to click on every page numbers

I’m not sure how to do it with bardeen. Can you help me ?

Thanks

Hi Alexandre,

Thanks for reaching out. I’ve reached out to our engineers on whether it is possible to do this and will get back to you shortly.

Regards,
Vin

Customer Support - bardeen.ai
Explore | @bardeenai | Bardeen Community

Hi Alexandre,

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

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.