Hi there,
I have been giving my best but I am not able to limit my pagination to 15 when it is a Link selector and there are many maaaany pages. I have been trying doing it in "selector":"li.r a" with a :not. It should be easy but it is not working !
Any help? idea of how to do it?
Thanks in advance
Url: http://tenders.es/profesionales/
Sitemap:
{"_id":"tenders","startUrl":["http://tenders.es/profesionales/"],"selectors":[{"id":"profi","type":"SelectorLink","parentSelectors":["_root","next"],"selector":"h4 a","multiple":true,"delay":0},{"id":"verificado","type":"SelectorText","parentSelectors":["profi"],"selector":"span.verified","multiple":false,"regex":"","delay":0},{"id":"categorias","type":"SelectorText","parentSelectors":["profi"],"selector":"ul.specialties li:nth-of-type(n+2) a","multiple":false,"regex":"","delay":0},{"id":"emailselector","type":"SelectorElementClick","parentSelectors":["profi"],"selector":"div.truncate_more","multiple":false,"delay":"1000","clickElementSelector":"a.truncate_show","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"web","type":"SelectorText","parentSelectors":["profi"],"selector":"a.domain","multiple":false,"regex":"","delay":0},{"id":"telfselector","type":"SelectorElementClick","parentSelectors":["profi"],"selector":"div.details div.d_movil_telf","multiple":false,"delay":"1000","clickElementSelector":"div.details div.d_movil_texto","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"location","type":"SelectorText","parentSelectors":["profi"],"selector":"div.details li:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["emailselector"],"selector":"parent","multiple":false,"regex":"","delay":0},{"id":"telf","type":"SelectorText","parentSelectors":["telfselector"],"selector":"parent","multiple":false,"regex":"","delay":0},{"id":"next","type":"SelectorLink","parentSelectors":["_root","next"],"selector":"li.r a","multiple":false,"delay":"2000"}]}
