Pagination is jumping page to page

Hello there.
First of all, what a tool. I just love it, and using it a lot.
But I miss a logical part for pagination...

I'm trying to scrap this website : https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/etablissement/region-nouvelle-aquitaine

But my pagination jump page to page, without going inside every "school".
What do I do wrong?

{"_id":"annuairepaca","startUrl":["https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/etablissement/region-nouvelle-aquitaine.html"],"selectors":[{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["pagination"],"selector":".card a:nth-of-type(1)","type":"SelectorLink"},{"id":"nom","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"adresse","multiple":false,"parentSelectors":["link"],"regex":"","selector":".sm\:tw-mb-18px > div","type":"SelectorText"},{"id":"phone","multiple":false,"parentSelectors":["link"],"regex":"","selector":"div.sm\:tw-flex:nth-of-type(2) .tw-flex li a","type":"SelectorText"},{"id":"adresseemail","multiple":false,"parentSelectors":["link"],"regex":"","selector":".tw-mt-3 a","type":"SelectorText"},{"id":"siteinternet","linkType":"linkFromHref","multiple":false,"parentSelectors":["link"],"selector":"a.tw-block.tw-flex","type":"SelectorLink"},{"extractAttribute":"","id":"formations","parentSelectors":["link"],"selector":".tw-block h2","type":"SelectorGroup"},{"id":"pagination","paginationType":"auto","parentSelectors":["_root","pagination"],"selector":"i.fas.fa-chevron-right","type":"SelectorPagination"},{"id":"Type","multiple":false,"parentSelectors":["link"],"regex":"","selector":"li.tw-bg-black","type":"SelectorText"}]}

Seems like you don't need pagination by itself. You can use start page URL as:
https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/etablissement/region-nouvelle-aquitaine/page-[1-41].html

That's all

1 Like

Hello Don. I just didn't know it was possible...
You save me a lot of time... Thanks soooo much!

you are welcome ))))