Pagination buttoms

Hello!.

I have a problem with the pagination buttoms like this: https://www.coches.com/coches-segunda-mano/coches-segunda-mano-particulares.htm. Using "Link" type, Im able to scrape only the first 10 pages...

Please, ideas?????

Thanks a lot!

Hi,

try to modify the metadata and include the pages you want to scrap ?

I have tested to scrap a few pages at the end like this:

Sitemaps

{"_id":"test_coches","startUrl":["https://www.coches.com/coches-segunda-mano/coches-segunda-mano-particulares.htm?page=[586-589]"],"selectors":[{"id":"link","type":"SelectorLink","selector":"div.cc_carCard a","parentSelectors":["_root"],"multiple":true,"delay":"2000"},{"id":"model","type":"SelectorText","selector":"h1.cc_model_price small:nth-of-type(1)","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","selector":"strong.cc_price","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"kms","type":"SelectorText","selector":"div.responsiveFormhide div.col-lg-2:nth-of-type(4) strong","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"combustible","type":"SelectorText","selector":"div.responsiveFormhide div.col-lg-2:nth-of-type(5) strong","parentSelectors":["link"],"multiple":false,"regex":"","delay":0}]}

Greatttttt!!!!!! Thank you very much, it works!!!!
Thank you Chefas!!!!!

you are welcome my friend