Pagination doesn't work with load more button

Hi,
I wan't to scrape the data on Trouver un coach | ICF France but the pagination button doesn't work for the load more button. I see that when you click on "load more" the url changes.

Sitemap:
{"_id":"coachingifcgood2601","startUrl":["https://www.coachfederation.fr/trouver-coach/"],"selectors":[{"delay":0,"id":"mail","multiple":false,"parentSelectors":["pagehome"],"regex":"","selector":"#contactCoachModal > div > div > div.modal-body > p:nth-child(1) > a","type":"SelectorText"},{"delay":0,"id":"tel","multiple":false,"parentSelectors":["pagehome"],"regex":"","selector":"#contactCoachModal > div > div > div.modal-body > p:nth-child(2) > a","type":"SelectorText"},{"delay":0,"id":"Nom","multiple":false,"parentSelectors":["pagehome"],"regex":"","selector":"#contactCoachModal > div > div > div.modal-header > p > strong","type":"SelectorText"},{"delay":0,"id":"site","multiple":false,"parentSelectors":["pagehome"],"regex":"","selector":"#contactCoachModal > div > div > div.modal-body > p:nth-child(3) > a","type":"SelectorText"},{"delay":0,"id":"pagehome","multiple":true,"parentSelectors":["loadmore"],"selector":".h5 a","type":"SelectorLink"},{"id":"loadmore","paginationType":"auto","parentSelectors":["_root","loadmore"],"selector":"button.more-coach","type":"SelectorPagination"}]}

How can I do?

Thanks a lot

@Alixmarie Hi, it doesn't seem like your pagination setup is correct. Try to update your sitemap using the following example and run the scrape with the page load delay and request interval values set to at least 5'000-10'000.

{"_id":"coachingifc","startUrl":["https://www.coachfederation.fr/trouver-coach/"],"selectors":[{"clickElementSelector":"button.more-coach","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":16000,"discardInitialElements":"do-not-discard","id":"loadmore","multiple":true,"parentSelectors":["_root"],"selector":"div.bloc-coach","type":"SelectorElementClick"},{"delay":0,"id":"links","multiple":false,"parentSelectors":["loadmore"],"selector":".h5 a","type":"SelectorLink"}]}