Scrap doesn't provid any data

I tired to scrap this directory but the scrap doesn't provide me any data... Am I doing something wrong ?

Site : Annuaire des Avocats | Barreau de Montpellier

Sitemap : {"_id":"Montpellier","startUrl":["https://www.barreau-montpellier.com/fr/annuaire/tableau"],"selectors":[{"elementLimit":0,"id":"Page","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"div.js-annuaire-contents","type":"SelectorElement"},{"id":"Pagination","paginationType":"clickOnce","parentSelectors":["_root","Pagination"],"selector":".pagination a","type":"SelectorPagination"},{"id":"Nom prénom","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"h2","type":"SelectorText"},{"id":"Date début activité","multiple":false,"parentSelectors":["Page"],"regex":"","selector":".annuaire-header__contact div","type":"SelectorText"},{"id":"Mail","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"a.text-truncate","type":"SelectorText"},{"id":"Téléphone","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"a:nth-of-type(2)","type":"SelectorText"}]}

Try with this one

{"_id":"Montpellier","startUrl":["https://www.barreau-montpellier.com/fr/annuaire/tableau"],"selectors":[{"elementLimit":0,"id":"Page","multiple":true,"parentSelectors":["_root","Pagination"],"scroll":false,"selector":"div.js-annuaire-contents","type":"SelectorElement"},{"id":"Pagination","paginationType":"clickMore","parentSelectors":["_root","Pagination"],"selector":"a.navd","type":"SelectorPagination"},{"id":"Nom prénom","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"h2","type":"SelectorText"},{"id":"Date début activité","multiple":false,"parentSelectors":["Page"],"regex":"","selector":".annuaire-header__contact div","type":"SelectorText"},{"id":"Mail","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"a.text-truncate","type":"SelectorText"},{"id":"Téléphone","multiple":false,"parentSelectors":["Page"],"regex":"","selector":"a:nth-of-type(2)","type":"SelectorText"}]}

I've tried but the same result. I usually stop the scrap after 2 or 3 pages to check if it's work... Is it a good practice ?

In this scenario, the entire page needs to load before the data is displayed.

Here is your data,