Pagination only scrapes first item on list

I'm almost ready with my project :wink:
I have a pagination selector on the "companies" list. Each item on the list has a different page link (e.g. Database | Van Slingerlandt.com). See the pagination selector at the bottom of the sitemap.

image

I'm only scraping now the first item of the list.
What am I doing wrong to not getting all links scraped of every company listed ?
Thanks for getting me through this last hurdle.

https://www.vanslingerlandt.com/bedrijf-database/

Sitemap:
{"_id":"vs_database_final","startUrl":["https://www.vanslingerlandt.com/bedrijf-database"],"selectors":[{"id":"wrapper","parentSelectors":["pagination"],"type":"SelectorElement","selector":"tbody tr:has(.compare)","multiple":true},{"id":"name","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(1)","multiple":false,"regex":""},{"id":"2021","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":""},{"id":"2020","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(4)","multiple":false,"regex":""},{"id":"2019","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"regex":""},{"id":"2018","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(6)","multiple":false,"regex":""},{"id":"2017","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(7)","multiple":false,"regex":""},{"id":"2016","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(8)","multiple":false,"regex":""},{"id":"2015","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(9)","multiple":false,"regex":""},{"id":"2014","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(10)","multiple":false,"regex":""},{"id":"2013","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(11)","multiple":false,"regex":""},{"id":"2012","parentSelectors":["wrapper"],"type":"SelectorText","selector":"td:nth-of-type(12)","multiple":false,"regex":""},{"id":"Company","parentSelectors":["pagination"],"type":"SelectorText","selector":"#companies > option[selected]","multiple":false,"regex":""},{"id":"Ratio's per jaar","parentSelectors":["pagination"],"type":"SelectorLink","selector":".filter-container li:nth-of-type(2) a","multiple":false},{"id":"ratio per jaar wrapper","parentSelectors":["Ratio's per jaar"],"type":"SelectorElement","selector":"tbody tr:has(.compare)","multiple":true},{"id":"ratios name","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(1)","multiple":false,"regex":""},{"id":"2021 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":"([^\s]+)"},{"id":"2020 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(4)","multiple":false,"regex":"([^\s]+)"},{"id":"2019 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"regex":"([^\s]+)"},{"id":"2018 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(6)","multiple":false,"regex":"([^\s]+)"},{"id":"2017 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(7)","multiple":false,"regex":"([^\s]+)"},{"id":"2016 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(8)","multiple":false,"regex":"([^\s]+)"},{"id":"2015 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(9)","multiple":false,"regex":"([^\s]+)"},{"id":"2014 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(10)","multiple":false,"regex":"([^\s]+)"},{"id":"2013 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(11)","multiple":false,"regex":"([^\s]+)"},{"id":"2012 ratios per jaar","parentSelectors":["ratio per jaar wrapper"],"type":"SelectorText","selector":"td:nth-of-type(12)","multiple":false,"regex":"([^\s]+)"},{"id":"LT ratios","parentSelectors":["pagination"],"type":"SelectorLink","selector":".filter-container li:nth-of-type(3) a","multiple":false},{"id":"wrapper LT ratios","parentSelectors":["LT ratios"],"type":"SelectorElement","selector":"tbody tr:has(.compare)","multiple":true},{"id":"LT ratio naam","parentSelectors":["wrapper LT ratios"],"type":"SelectorText","selector":"td:nth-of-type(1)","multiple":false,"regex":""},{"id":"LT rato 5J","parentSelectors":["wrapper LT ratios"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":"([^\s]+)"},{"id":"LT ratio 10J","parentSelectors":["wrapper LT ratios"],"type":"SelectorText","selector":"td:nth-of-type(4)","multiple":false,"regex":"([^\s]+)"},{"id":"LT ratio 15J","parentSelectors":["wrapper LT ratios"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"regex":"([^\s]+)"},{"id":"Koersen","parentSelectors":["pagination"],"type":"SelectorLink","selector":".filter-container li:nth-of-type(4) a","multiple":false},{"id":"K wrapper","parentSelectors":["Koersen"],"type":"SelectorTable","multiple":true,"selector":"table","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr","columns":[{"extract":true,"header":"Koersen (in €)","name":"Koersen (in €)"},{"extract":true,"header":"2021","name":"Koers 2021"},{"extract":true,"header":"2020","name":"Koers 2020"},{"extract":true,"header":"2019","name":"Koers 2019"},{"extract":true,"header":"2018","name":"Koers 2018"},{"extract":true,"header":"2017","name":"Koers 2017"},{"extract":true,"header":"2016","name":"Koers 2016"},{"extract":true,"header":"2015","name":"Koers 2015"},{"extract":true,"header":"2014","name":"Koers 2014"},{"extract":true,"header":"2013","name":"Koers 2013"},{"extract":true,"header":"2012","name":"Koers 2012"}]},{"id":"Overig","parentSelectors":["pagination"],"type":"SelectorLink","selector":".filter-container li:nth-of-type(5) a","multiple":false},{"id":"O wrapper","parentSelectors":["Overig"],"type":"SelectorElement","selector":"tbody tr:has(.compare)","multiple":true},{"id":"O naam","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(1)","multiple":false,"regex":""},{"id":"O 2021","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":""},{"id":"O 2020","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(4)","multiple":false,"regex":""},{"id":"O 2019","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"regex":""},{"id":"O 2018","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(6)","multiple":false,"regex":""},{"id":"O 2017","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(7)","multiple":false,"regex":""},{"id":"O 2016","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(8)","multiple":false,"regex":""},{"id":"O 2015","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(9)","multiple":false,"regex":""},{"id":"O 2014","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(10)","multiple":false,"regex":""},{"id":"O 2013","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(11)","multiple":false,"regex":""},{"id":"O 2012","parentSelectors":["O wrapper"],"type":"SelectorText","selector":"td:nth-of-type(12)","multiple":false,"regex":""},{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"clickMore","selector":"select#companies","type":"SelectorPagination"}]}

For a small job like this, it is probably easier to just scrape the company pages directly. Then you won't have to worry about pagination or clicking dropdowns. The numbers came from the dropdown HTML:
https://www.vanslingerlandt.com/bedrijf-database/?company=575 https://www.vanslingerlandt.com/bedrijf-database/?company=146 https://www.vanslingerlandt.com/bedrijf-database/?company=461 https://www.vanslingerlandt.com/bedrijf-database/?company=702 https://www.vanslingerlandt.com/bedrijf-database/?company=23 https://www.vanslingerlandt.com/bedrijf-database/?company=419 https://www.vanslingerlandt.com/bedrijf-database/?company=152 https://www.vanslingerlandt.com/bedrijf-database/?company=501 https://www.vanslingerlandt.com/bedrijf-database/?company=49 https://www.vanslingerlandt.com/bedrijf-database/?company=261