I am quite new to web scraping so my question might be a little simple but it really bothers me a lot. I want to scrap some contents from TripAdvisor, but when I run the following command in YQL, it returns nothing.
select * from html where url="http://www.tripadvisor.com/Search?q=sunny+relax&geo=191#&ssrc=A&o=0.html"
Can anyone tells me why? Is there anything wrong with my commands?
Thank you in advance for your kind help.