Don't understand how to paginate for kimono scraping without next> in navigation i.e. for paging structure:
<div class="pages" style="clear: both;">
<span>1</span>
<a href="/page=2">2</a>
<a href="/page=3">3</a>
<a href="/page=4">4</a>
</div>
xpath for css selector gives results only for page2:
div.pages > a
I want to have one API (i.e. don't want to generate URL list with additional API)