Link to subpage not working

Hello everyone,
Sorry if my question seems basic, but the site I'm trying doesn't work like the tutorials. I'd like to retrieve items from a subpage I linked to.
The tool jumps from page to page but doesn't open the subpages to retrieve the items.
Thank you very much for helping a newbie :slight_smile:

URL :

Sitemap :
{"_id":"notairesparis","startUrl":["Trouver un notaire | Notaires de France span[aria-hidden]","type":"SelectorPagination"},{"id":"plusdinfos","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","suivant"],"selector":"a.arrow-link","type":"SelectorLink"},{"id":"nom","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":".notary-card__line p:nth-of-type(2)","type":"SelectorText"},{"id":"fonction","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":"p.notary-card__status","type":"SelectorText"},{"id":"tel","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":".office-sheet__phone a","type":"SelectorText"},{"id":"adresse","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":"span.address-line1","type":"SelectorText"},{"id":"Codepostal","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":"span.postal-code","type":"SelectorText"},{"id":"ville","multiple":false,"parentSelectors":["plusdinfos"],"regex":"","selector":"span.locality","type":"SelectorText"},{"extractAttribute":"href","id":"mail","multiple":false,"parentSelectors":["plusdinfos"],"selector":"a.btn-sheet--mail","type":"SelectorElementAttribute"},{"id":"retour","linkType":"linkFromHref","multiple":false,"parentSelectors":["plusdinfos"],"selector":"a.back-link","type":"SelectorLink"}]}

Please try this sitemap . Yon can do pagination by page range.

{"_id":"notaires","startUrl":["https://www.notaires.fr/fr/directory/notaries?directory_locations=66&page=[0-186]"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".notary-card__title a","type":"SelectorLink"},{"id":"Name","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".notary-card__line p:nth-of-type(2)","type":"SelectorText"},{"id":"Phone","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".office-sheet__phone a","type":"SelectorText"}]}

wow, it works !
thanks a lot

1 Like

I'm glad to hear it's working! You're very welcome—let me know if you need any further assistance.