Skip to content
Advertisement

Tag: tripadvisor

Python web-scraper not working for TripAdvisor

I am trying to write a simple Python scraper in order to save all the reviews of a specific place on TripAdvisor. The specific link I am using as example is the following: https://www.tripadvisor.com/Attraction_Review-g319796-d5988326-Reviews-or50-Museo_de_Altamira-Santillana_del_Mar_Cantabria.html Here is the code I am using, that is supposed to print the relative html: If I run this code in the console it stays pending

Advertisement