Manage pagination

Describe the problem.

Hello I would like to scrape hotel phone number on this website: https://www.pagesjaunes.fr/annuaire/lourdes-65/hotels

I succeed to extract information on the first page but I dont find how to handle pagination and extract hotels from each page.

Is anyone can help?
Thank you!!

Here is my sitemap:

{"_id":"hotelslourdes","startUrl":["https://www.pagesjaunes.fr/annuaire/lourdes-65/hotels"],"selectors":[{"id":"hotels","type":"SelectorLink","parentSelectors":["_root","pages"],"selector":"a.denomination-links","multiple":true,"delay":0},{"id":"hotel","type":"SelectorText","parentSelectors":["hotels"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"ville","type":"SelectorText","parentSelectors":["hotels"],"selector":".address span:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"code postal","type":"SelectorText","parentSelectors":["hotels"],"selector":".address span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"adresse","type":"SelectorText","parentSelectors":["hotels"],"selector":".address > span:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"telephone","type":"SelectorText","parentSelectors":["hotels"],"selector":".zone-coordonnees span.coord-numero","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["hotels"],"selector":"a#ancreContacterParMail","multiple":false,"regex":"","delay":0},{"id":"pages","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.link_pagination","multiple":true,"delay":0}]}