Pagination work only for the page 1, 2, 3 and the last 1175 - So 4 to 1174 dont work

Hi,
The pagination work only for the page 1, 2, 3 and the last 1175.
After I try another method, using just the button Next, so I put pagination as parent of itself, so in this method, the webscrape just go next and next and do not execute the scrape of the info

Url: http://www.test.xyz/

Sitemap:
{"_id":"test","startUrl":["http://www.test.xyz/"],"selectors":[{"id":"titles","type":"SelectorLink","selector":"div.herald-post-thumbnail a","parentSelectors":["_root","pagination"],"multiple":true,"delay":0},{"id":"linkarq","type":"SelectorText","selector":"p:nth-of-type(4) code","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"demo","type":"SelectorText","selector":"p:nth-of-type(3) code","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"desc","type":"SelectorText","selector":"p:nth-of-type(2)","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","selector":"a.page-numbers","parentSelectors":["_root"],"multiple":true,"delay":0}]}

My second method I have tried, using just button next as parent of itself, see the another sitemap:
{"_id":"testwithnext","startUrl":["http://www.test.xyz/"],"selectors":[{"id":"titles","type":"SelectorLink","selector":"div.herald-post-thumbnail a","parentSelectors":["_root","pagination"],"multiple":true,"delay":0},{"id":"linkarq","type":"SelectorText","selector":"p:nth-of-type(4) code","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"demo","type":"SelectorText","selector":"p:nth-of-type(3) code","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"desc","type":"SelectorText","selector":"p:nth-of-type(2)","parentSelectors":["titles"],"multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","selector":"a.next","parentSelectors":["_root","pagination"],"multiple":false,"delay":0}]}

Hi!

You can avoid using pagination selectors by using pagination brackets for start URL [1-...]

First of all try to look for URL changes if you press page 2, for example, as most of the websites have a page number coded into URL itself.

So based on a website you brought and the number of pages your sitemap should look like this (replace the name with needed):

http://www._______.xyz/page/[1-1175]/

Don't forget to remove pagination selector.

Is that sight still up? Couldn't connect to it.

Original poster decided to hide the website but you can still see it in post history.