Easy web scraping: Get the title of any URL with YQL
This snippet demonstrates how to get the title from any webpage using a simple YQL query and jQuery. The title is fetched from url
and is placed in #page_title
.
This was very handy for a project I’m working on.