How to click pagination if page was not sort by 1,2,3 but 60,120,180

I found some sites sort page pagination url like Nao=60, Nao=120, Nao=180 and more.

I can't record a code to let's webscraper working with them.

Thank for helps

Hi there!

Unfortunately it's only possible to paginate such websites only by using either Link or Element Click selectors.

If you can't build one let us know we'll try to help you.

Hi, check the help section for range url with increment. It'll help scrape links like these:

  • http://example.com/page/0
  • http://example.com/page/10
  • http://example.com/page/20