Get Booking.com latitude + longitude

Hello,

Hello, I would like to retrieve the latitude and longitude of a booking accommodation.

The information is here in the code:

<a id="hotel_address" class="loc_block_link_underline_fix 
bui-link
show_on_map_hp_link
show_map_hp_link
" href="#map_opened-hotel_address" data-atlas-latlng="42.30504353,9.15224031" data-lang-for-url="" data-action="" data-api-key="" data-atlas-bbox="42.2870781126743,9.12790384696986,42.3230089458205,9.17657676530812" data-source="top_link" data-width="300" title="Hôtel Sampiero Corso, Corte - Vérifier l'emplacement" role="button" aria-label="Cliquer pour ouvrir la carte.">

And here is an example URL: https://www.booking.com/hotel/fr/sampiero-corso-corte.fr.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaE2IAQGYAQ24ARfIAQzYAQHoAQH4AQuIAgGoAgO4Aq_xu68GwAIB0gIkZmQwNTQ4MGUtYjY2OS00NDU0LWJjNWEtMmNkMDMyZmFiMGU22AIG4AIB&sid=0ee4fc66cae8f9f400a29f137a183b69&all_sr_blocks=112164401_200245904_2_2_0;checkin=2024-05-25;checkout=2024-05-26;dest_id=1383;dest_type=region;dist=0;group_adults=2;group_children=0;hapos=1;highlighted_blocks=112164401_200245904_2_2_0;hpos=1;matching_block_id=112164401_200245904_2_2_0;nflt=fc%3D4;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;sr_pri_blocks=112164401_200245904_2_2_0__7700;srepoch=1710257833;srpvid=007b630632880369;type=total;ucfs=1&#hotelTmpl

As you can see the information is in attribute data-atlas-latlng

I put this in my site map:

{
            "id": "latlng_hotel",
            "parentSelectors": [
                "lien_hotel"
            ],
            "type": "SelectorText",
            "selector": "#hotel_address[data-atlas-latlng]",
            "multiple": false,
            "regex": ""
        },

However it doesn't get me the information. Could you help me please

You are wrong..... there shold be an ElementAttribute... Not a Text !!!
Check it out !

Thank you very much, it's work done now !