Hello i need help newb

Hello!
I Try to scrape this website but I can’t find solution to scrape phone number

URL : Trouver un expert-comptable

{"_id":"annuaireordre29anv24","startUrl":["Trouver un expert-comptable de cab","multiple":false,"parentSelectors":["plus"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"adresse","multiple":false,"parentSelectors":["plus"],"regex":"","selector":".mb-3 strong","type":"SelectorText"},{"id":"différentsassociés","multiple":true,"parentSelectors":["plus"],"selector":".d-flex div.info","type":"SelectorElement"},{"id":"prénom","multiple":false,"parentSelectors":["différentsassociés"],"regex":"","selector":"span:nth-of-type(2)","type":"SelectorText"},{"id":"nomassocié","multiple":false,"parentSelectors":["différentsassociés"],"regex":"","selector":"span.text-uppercase","type":"SelectorText"},{"id":"téléphone","linkType":"linkFromHref","multiple":false,"parentSelectors":["plus"],"selector":"div.firm-phone","type":"SelectorLink"},{"id":"numéro","multiple":false,"parentSelectors":["téléphone"],"regex":"","selector":"a.phone-link","type":"SelectorText"}]}

What am I doing wrong
Thanks for help

Hi, I could not open your sitemap, but anyway, here is a reference sitemap on how to scrape the phone nr.:

{"_id":"annuaire","startUrl":["https://annuaire.experts-comptables.org/recherche?localite=&adresse=&insee=&type_localite=&comptable="],"selectors":[{"clickActionType":"real","clickElementSelector":"div[class*=\"firm-phone\"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"telephone-click","multiple":false,"parentSelectors":["link"],"selector":"body","type":"SelectorElementClick"},{"id":"Name","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"phone-nr","multiple":false,"parentSelectors":["telephone-click"],"regex":"","selector":"a.phone-link","type":"SelectorText"},{"id":"listing","multiple":true,"parentSelectors":["_root"],"selector":"div.profil-block","type":"SelectorElement"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["listing"],"selector":"div.name a","type":"SelectorLink"}]}

thanks a lot!!!! it's all i want!