Help with setting up pagination. 101

Hi,

Trying to scrape: https://panoramafirm.pl/budowa_dróg For: company name, website url, phone, and email.

Set up the wrapper for scraping details needed but cannot finish with the right pagination set up.

Could you help? Thanks in advance

Sitemap:

{"_id":"panoramafirm","startUrl":["https://panoramafirm.pl/budowa_dróg"],"selectors":[{"id":"wrapper","type":"SelectorElement","parentSelectors":["_root","pagination"],"selector":"li.company-item","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["wrapper"],"selector":"h2","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorElementAttribute","parentSelectors":["wrapper"],"selector":"a.icon-telephone","multiple":false,"extractAttribute":"data-original-title","delay":0},{"id":"web","type":"SelectorElementAttribute","parentSelectors":["wrapper"],"selector":"a.icon-website","multiple":false,"extractAttribute":"href","delay":0},{"id":"email","type":"SelectorElementAttribute","parentSelectors":["wrapper"],"selector":"div[data-toggle]","multiple":false,"extractAttribute":"data-original-title","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"li.pagination-page:nth-of-type(n+2)","multiple":false,"delay":0}]}

Hello @Uzhipius

It seems that you have not checked the 'Multiple' option for the pagination selector.

Test results from Web Scraper Cloud:

Hi Viesturs,

Thanks for helping out!

I changed the pagination setting for the multiple option, but I still get only a first page scraped.

Could you share the sitemap that worked for you?

Thanks again