Hi! I'am having trouble to use link selector to scrape a list from an ads website.
Each page has 50 results, but I am only able to select the first 4 links using multiple selector, and not the whole page.
It used to work but it seems that the website was update and my query stopped working.
Can anyone help me?
Thanks
{"_id":"olxrecentes","startUrl":["Carros Usados e Novos à venda em MG a.sc-EHOje","type":"SelectorText"},{"id":"nome","multiple":false,"parentSelectors":["anuncios"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"ano","multiple":false,"parentSelectors":["anuncios"],"regex":"","selector":"div:nth-of-type(5) a.bKbCBo","type":"SelectorText"},{"id":"quilometragem","multiple":false,"parentSelectors":["anuncios"],"regex":"","selector":"div:nth-of-type(6) .dkrALZ span.bBPxWM","type":"SelectorText"},{"id":"preco","multiple":false,"parentSelectors":["anuncios"],"regex":"","selector":"h2:nth-of-type(2)","type":"SelectorText"},{"id":"fipe","multiple":false,"parentSelectors":["anuncios"],"regex":"","selector":"div.blpkQm:nth-of-type(2) span.cUyonN","type":"SelectorText"}]}