I am trying to scrape the Email Address from the following webpage using Python-BS4-requests, but the email address is not accessible in the source code.
https://www.tripadvisor.in/Attraction_Review-g189400-d2020955-Reviews-Chat_Tours-Athens_Attica.html
The email address opens up in my Mail App, but I could not find the link to it on the page source. I understand this could be done by observing the network tab and making the same post request that websites makes, but could not make it work.
Thanks in advance!!