Double pagination

Hello

I have problems to extract data from this website:

the website has a double page

first you have it as an alphabet and each letter has a numeric page 1,2,3, etc.

following the information of the video tutorial I can not extract all the info, only from the letter A

Can someone help me please?

Url: https://www.paginasamarillas.com.ni/mapa-del-sitio

Sitemap:
{"_id":"paginas-amarillas","startUrl":["https://www.paginasamarillas.com.ni/mapa-del-sitio"],"selectors":[{"id":"paginacion-numero","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.tab-pane.alfabeticoCompany li","multiple":true,"delay":"10","clickElementSelector":"div.tab-pane.alfabeticoCompany div.col-xs-12.paginado span:nth-of-type(n+4)","clickType":"clickOnce","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"},{"id":"link-empresa","type":"SelectorLink","parentSelectors":["paginacion-numero"],"selector":"a","multiple":true,"delay":0},{"id":"nombre","type":"SelectorText","parentSelectors":["link-empresa"],"selector":"h1.title","multiple":false,"regex":"","delay":0},{"id":"direccion","type":"SelectorText","parentSelectors":["link-empresa"],"selector":"div.bip-main-list > div:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"web","type":"SelectorText","parentSelectors":["link-empresa"],"selector":"a.link-decorable","multiple":false,"regex":"","delay":0},{"id":"telf","type":"SelectorText","parentSelectors":["link-empresa"],"selector":"ul.col-xs-12 ul li","multiple":true,"regex":"","delay":0}]}

I have exactly the same issue for the page http://www.entreprisesduvoyage.org/adherer/annuaire-des-adherents/?ordre=A&pagination=1

Sitemap:
{"_id":"entreprisesduvoyage","startUrl":["http://www.entreprisesduvoyage.org/adherer/annuaire-des-adherents/?ordre=B&pagination=1"],"selectors":[{"id":"company","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"div.result-liste a","multiple":true,"delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.col-md-7 div.col-sm-6 a","multiple":true,"delay":0},{"id":"company name","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(2) dd","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(4) dd","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(6) dd","multiple":false,"regex":"","delay":0},{"id":"post code","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(5) dd","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(10) dd","multiple":false,"regex":"","delay":0},{"id":"Enseigne","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(3) dd","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(7) dd","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["company"],"selector":"dl:nth-of-type(9) dd","multiple":false,"regex":"","delay":0}]}