Can't get automatic navigation to work for Kompass

Tried, and tried, different combinations, but can't get this work, followed youtube video here (Web Scraper pagination tutorial - YouTube ), and it works but not for other sites, I'm doing something wrong for sure?

{"_id":"kompassauot","startUrl":["https://dk.kompass.com/en/a/heating-ventilation-air-conditioning-hvac-and-refrigeration/33/"],"selectors":[{"delay":0,"id":"pagination","multiple":true,"parentSelectors":["_root","pagination"],"selector":".pagination a","type":"SelectorLink"},{"delay":0,"id":"listings","multiple":true,"parentSelectors":["_root","pagination"],"selector":".is-booster .col-title a","type":"SelectorLink"},{"delay":0,"id":"website","multiple":false,"parentSelectors":["listings"],"selector":"a#webSite_presentation_0","type":"SelectorLink"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["listings"],"regex":"","selector":"#executive-info-1 p.executiveName","type":"SelectorText"},{"delay":0,"id":"businessname","multiple":false,"parentSelectors":["listings"],"regex":"","selector":"h1","type":"SelectorText"},{"delay":0,"id":"description","multiple":false,"parentSelectors":["listings"],"regex":"","selector":"tr:contains('Describe your Company and attract Business opportunities\n\t\t\t\t\t(NAC08)') td","type":"SelectorText"}]}

@Bruno Hi.

It seems like the company listing selector is valid only for the first page, therefore, you should update it to - .col-title a, otherwise the pagination will stop prematurely.

1 Like

Thanks a million man, do you use the standard select button or google chrome inspector to choose your classes?

@Bruno In this case i used the standard select button - no manual adjustments were made.