Yahoo! Query Language (YQL)
04-07-2011, 06:50 AM, (This post was last modified: 04-07-2011, 07:12 AM by Zach.)
#1
Yahoo! Query Language (YQL)
I thought this was great. Yahoo! Query Language lets you access many web APIs using a (mostly) standardized SQL-like language. Currently, you can access:
  • Yahoo! Search Results
  • Facebook
  • Twitter
  • GeoIP
  • and a bunch more.
It's really easy to use, too. You can get results in JSON or XML, whichever you prefer to work with, via a simple file_get_contents() in PHP or a similar function in any other language.
Recently, I used it for the "Recent Forum Posts" and "Latest News" sections on the new NiftyHost.us website. YQL has a 'feed' table that parses RSS and Atom feeds for you quickly and easily. This allowed me to set up those sections in a matter of minutes.
Hi! I'm Zach, and I founded NiftyHost. If you need anything, just PM me! :)
Reply


Messages In This Thread
Yahoo! Query Language (YQL) - by Zach - 04-07-2011, 06:50 AM
RE: Yahoo! Query Language (YQL) - by Zach - 04-07-2011, 07:33 AM
RE: Yahoo! Query Language (YQL) - by JonattanD - 04-09-2011, 04:13 AM
RE: Yahoo! Query Language (YQL) - by Zach - 04-09-2011, 10:10 AM
RE: Yahoo! Query Language (YQL) - by JonattanD - 04-11-2011, 06:39 AM
RE: Yahoo! Query Language (YQL) - by Zach - 04-16-2011, 10:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What coding language do you use? HiddenKnowledge 63 13,224 06-15-2012, 12:10 PM
Last Post: RichardGv

Forum Jump: