How to download information for each item in this page, if the URL that doesn´t change

I have been trying to scrape this page but the link does not change when I want to enter each of the cars, therefore I cannot download the information. If anyone has an idea of ​​how to solve it please let me know.

url: https://www.1001carros.com/comprar/

{"_id":"miluncarros","startUrl":["https://www.1001carros.com/comprar/"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.btn-new","multiple":true,"delay":"0"},{"id":"nombre","type":"SelectorText","parentSelectors":["link"],"selector":".item1 h2","multiple":false,"regex":"","delay":0},{"id":"precio","type":"SelectorText","parentSelectors":["link"],"selector":".item2 h2","multiple":false,"regex":"","delay":0},{"id":"marca","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p.datosficha:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"tipo","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"año","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"traccion","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"motor","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"kilometraje","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(6)","multiple":false,"regex":"","delay":0},{"id":"placa","type":"SelectorText","parentSelectors":["link"],"selector":".item2 p:nth-of-type(7)","multiple":false,"regex":"","delay":0},{"id":"direccion","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"transmision","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"color","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"tapizado","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"aire acondicionado","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"combustible","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(6)","multiple":false,"regex":"","delay":0},{"id":"pais origen","type":"SelectorText","parentSelectors":["link"],"selector":".item5 p:nth-of-type(7)","multiple":false,"regex":"","delay":0}]}