Hi @NetworkReject,
Thank you very much for your answer,
My first question is : where do you find this 'span.email ~ div div.ui_link' ?
When i do Element preview or if i Inspect the page, i haven't found anything similar, so i'm curious and i wonder if my sitemap recognize at all this attribute. All it return after running is "null" 
Do you have a sitemap to show where webscraper return the data encoded url ?
I would really appreciate if you could adapt it to my sitemap :
{"_id":"trip_link2","startUrl":["https://www.tripadvisor.fr/Attraction_Review-g187109-d15609964-Reviews-Caveau_Domaine_Loubet_Dewailly-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187109-d12593821-Reviews-La_Manufacture_Beaune-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g641850-d8089959-Reviews-Art_du_Tonneau-Meursault_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g2168052-d6415167-Reviews-In_Anna_s_Kitchen-Villy_le_Moutier_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187111-d15355477-Reviews-Cours_Photo_Dijon-Dijon_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187109-d1887274-Reviews-Sensation_Vin-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html"],"selectors":[{"id":"Nom","type":"SelectorText","parentSelectors":["_root"],"selector":"h1.ui_header","multiple":false,"regex":"","delay":0},{"id":"Popularité","type":"SelectorText","parentSelectors":["_root"],"selector":"span.header_popularity","multiple":false,"regex":"","delay":0},{"id":"Adresse1","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.street-address","multiple":false,"regex":"","delay":0},{"id":"Adresse2","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.locality","multiple":false,"regex":"","delay":0},{"id":"Adresse3","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.country-name","multiple":false,"regex":"","delay":0},{"id":"Types","type":"SelectorText","parentSelectors":["_root"],"selector":"span.is-hidden-mobile","multiple":false,"regex":"","delay":0},{"id":"Urls","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"div.contactType.website span.taLnk","multiple":false,"delay":0},{"id":"element","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"span.email ~ div div.ui_link","multiple":false,"extractAttribute":"data-encoded-url","delay":0}]}
@iconoclast, still no clue of how to extract such a data ?
About few month ago, i did manage to extract the data using an element click on the .email span.taLnk,
As i set every tab to open in the same window and i use Gmail as default mail manager,
I was using that click selector with about 17000 delay (to allow the gmail to charge and display the email on top)
And then i would use a text selector to grab the email within the element click selector.
Problem : I lost all my sitemaps from before (from a mistaken resynchronisation, i lost all my extension ... ) and now, when i try again this technique, either im using a popup link or a element click selector,
whatever open the link directing to gmail will not appear within the browsing lines
Here is the most advanced method i tried so far ... to try this sitemap, you need to set "gmail" as your default email reader, you need to set your navigator to open every new window within the same tab.
Here is the sitemap : {"_id":"tripadvisor","startUrl":["https://www.tripadvisor.fr/Attraction_Review-g187109-d15609964-Reviews-Caveau_Domaine_Loubet_Dewailly-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187109-d12593821-Reviews-La_Manufacture_Beaune-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g641850-d8089959-Reviews-Art_du_Tonneau-Meursault_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g2168052-d6415167-Reviews-In_Anna_s_Kitchen-Villy_le_Moutier_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187111-d15355477-Reviews-Cours_Photo_Dijon-Dijon_Cote_d_Or_Bourgogne_Franche_Comte.html","https://www.tripadvisor.fr/Attraction_Review-g187109-d1887274-Reviews-Sensation_Vin-Beaune_Cote_d_Or_Bourgogne_Franche_Comte.html"],"selectors":[{"id":"Nom","type":"SelectorText","parentSelectors":["_root"],"selector":"h1.ui_header","multiple":false,"regex":"","delay":0},{"id":"Popularité","type":"SelectorText","parentSelectors":["_root"],"selector":"span.header_popularity","multiple":false,"regex":"","delay":0},{"id":"Adresse1","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.street-address","multiple":false,"regex":"","delay":0},{"id":"Adresse2","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.locality","multiple":false,"regex":"","delay":0},{"id":"Adresse3","type":"SelectorText","parentSelectors":["_root"],"selector":"span.detail span.country-name","multiple":false,"regex":"","delay":0},{"id":"Types","type":"SelectorText","parentSelectors":["_root"],"selector":"span.is-hidden-mobile","multiple":false,"regex":"","delay":0},{"id":"Urls","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"div.contactType.website span.taLnk","multiple":false,"delay":0},{"id":"Emails","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.M9","multiple":false,"delay":"20000","clickElementSelector":"div.contactType.email span.taLnk","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"mail","type":"SelectorText","parentSelectors":["element"],"selector":"div.vT","multiple":false,"regex":"","delay":3000},{"id":"element","type":"SelectorElement","parentSelectors":["Emails"],"selector":"form","multiple":false,"delay":0}]}
II would need the lights from an expert
Its been 7 days i'm struggling to get this sitemap back on track.
I know that few month ago, i did manage to get data so i know it is possible,
But impossible to remember how ...
Thank you very much for your lights !