Pagination Tripadvisor Error

Hello!

Please, can you help me with my sitemap?.

I want to scrape data from all pages of Trypadvisor web but I am not able to scrape more than first page. I had tried all kind of solutions but without success. I´ll really appreciate if you help me.

Thanks in advance.

Option1:
{"_id":"tripadvisor1","startUrl":["https://www.tripadvisor.es/Hotels-g187427-Spain-Hotels.html"],"selectors":[{"id":"Item","type":"SelectorElement","parentSelectors":["_root","paginacion"],"selector":"div.is-8","multiple":true,"delay":0},{"id":"nombrehotel","type":"SelectorText","parentSelectors":["Item"],"selector":"a.property_title","multiple":false,"regex":"","delay":0},{"id":"numeropiniones","type":"SelectorText","parentSelectors":["Item"],"selector":"a.review_count","multiple":false,"regex":"","delay":0},{"id":"servicio1","type":"SelectorText","parentSelectors":["Item"],"selector":"[data-clicksourcelabel='Wifi gratuito'] span.text","multiple":false,"regex":"","delay":0},{"id":"servicio2","type":"SelectorText","parentSelectors":["Item"],"selector":"[data-clicksourcelabel='Aparcamiento gratuito'] span.text","multiple":false,"regex":"","delay":0},{"id":"servicio3","type":"SelectorText","parentSelectors":["Item"],"selector":"span._1shPZD63","multiple":false,"regex":"","delay":0},{"id":"linkhotel","type":"SelectorLink","parentSelectors":["Item"],"selector":"a.property_title","multiple":false,"delay":0},{"id":"ranking_localidad","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"b","multiple":false,"regex":"","delay":0},{"id":"localidad","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"._3sCS_WGO span._3ErVArsu","multiple":false,"regex":"","delay":0},{"id":"valoracionnumerica","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"span._3cjYfwwQ","multiple":false,"regex":"","delay":0},{"id":"valoracioncualitativa","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2-OvcgvB","multiple":false,"regex":"","delay":0},{"id":"categoriaEstrellas","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"svg.AZd6Ff4E","multiple":false,"regex":"","delay":0},{"id":"Estilo1","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2dtF3ueh:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Estilo2","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2dtF3ueh:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Certificacion1","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._1yDHhRDK:nth-of-type(1) div","multiple":false,"regex":"","delay":0},{"id":"Certificacion2","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._1yDHhRDK:nth-of-type(2) div","multiple":false,"regex":"","delay":0},{"id":"paginacion","type":"SelectorElementClick","parentSelectors":["_root","paginacion"],"selector":"div.is-8","multiple":true,"delay":"500","clickElementSelector":".standard_pagination span.pageNum","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"ranking_españa","type":"SelectorText","parentSelectors":["Item"],"selector":"div.popindex","multiple":false,"regex":"","delay":0}]}

Option 2

{"_id":"tripadvisor","startUrl":["https://www.tripadvisor.es/Hotels-g187427-Spain-Hotels.html"],"selectors":[{"id":"Item","type":"SelectorElement","parentSelectors":["_root","paginacion"],"selector":"div.is-8","multiple":true,"delay":0},{"id":"nombrehotel","type":"SelectorText","parentSelectors":["Item"],"selector":"a.property_title","multiple":false,"regex":"","delay":0},{"id":"numeropiniones","type":"SelectorText","parentSelectors":["Item"],"selector":"a.review_count","multiple":false,"regex":"","delay":0},{"id":"servicio1","type":"SelectorText","parentSelectors":["Item"],"selector":"[data-clicksourcelabel='Wifi gratuito'] span.text","multiple":false,"regex":"","delay":0},{"id":"servicio2","type":"SelectorText","parentSelectors":["Item"],"selector":"[data-clicksourcelabel='Aparcamiento gratuito'] span.text","multiple":false,"regex":"","delay":0},{"id":"servicio3","type":"SelectorText","parentSelectors":["Item"],"selector":"span._1shPZD63","multiple":false,"regex":"","delay":0},{"id":"linkhotel","type":"SelectorLink","parentSelectors":["Item"],"selector":"a.property_title","multiple":false,"delay":0},{"id":"ranking_localidad","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"b","multiple":false,"regex":"","delay":0},{"id":"localidad","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"._3sCS_WGO span._3ErVArsu","multiple":false,"regex":"","delay":0},{"id":"valoracionnumerica","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"span._3cjYfwwQ","multiple":false,"regex":"","delay":0},{"id":"valoracioncualitativa","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2-OvcgvB","multiple":false,"regex":"","delay":0},{"id":"categoriaEstrellas","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"svg.AZd6Ff4E","multiple":false,"regex":"","delay":0},{"id":"Estilo1","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2dtF3ueh:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Estilo2","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._2dtF3ueh:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Certificacion1","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._1yDHhRDK:nth-of-type(1) div","multiple":false,"regex":"","delay":0},{"id":"Certificacion2","type":"SelectorText","parentSelectors":["linkhotel"],"selector":"div._1yDHhRDK:nth-of-type(2) div","multiple":false,"regex":"","delay":0},{"id":"paginacion","type":"SelectorElementClick","parentSelectors":["_root","paginacion"],"selector":"div.is-8","multiple":false,"delay":"1000","clickElementSelector":"span.next","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"rankingespaña","type":"SelectorText","parentSelectors":["Item"],"selector":"div.popindex","multiple":false,"regex":"","delay":0}]}