I tried everything but unable to scrape this page

Hello, I am trying to scrape the page https://exhibitors.electronica.de/onlinecatalog/2018/Exhibitors/#searchFormAnker
and save URLs of exhibitors

I am only able to scrape the results of the first page. The pagination is the problem. Selector of second page is different from third and others. Is there anyone willing to help me please? Thank you so much in advance, I am totally lost

Sitemap:
{"_id":"electronica","startUrl":["https://exhibitors.electronica.de/onlinecatalog/2018/exhibitorlist"],"selectors":[{"id":"URL","type":"SelectorText","parentSelectors":["exhibitor"],"selector":".view_kontakt_url a","multiple":false,"regex":"","delay":0},{"id":"exhibitor","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"a.ex_font","multiple":true,"delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.jl_lentriedivcolor","multiple":true,"delay":0,"clickElementSelector":".jl_lpaging_2 input.paging_textArrows","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

Unfortunately, looks like you won't be able to scrape all of the pages on this site.

There usually are 2 options to deal with pagination this:

  1. Using the 'Element Click' selector - unfortunately, in this case, when you click on the next page, the page reloads, so the 'Element Click' selector will be no good, as it will stop working as soon as the page reloads.
  2. Link selector - this will not work either, as there is no link within 'next page' element to use for the link selector, so you will not be able to use that as well.

OK, many thanks for checking this!

There is another way. You can use two other programs,that are free, that can grab the details you want (just from this search page, not clicking into each link.. Testing now