SlideShare a Scribd company logo
YQL Case Study

Allan Huang @ esobi Inc.
Agenda


YQL




PlaceFinder API




Case Study - Stock Quote
Case Study - City WOEID

Flickr API






Case Study - City WOEID
Case Study - City Photo
Case Study - Area Photo
Case Study - Photo Information
Case Study - Photo EXIF
Continued Agenda


Instagram API





Case Study - Area Photo
Case Study - Popular Photo
Case Study - Recent Tagged Photo
Case Study - Location Search
Yahoo Query Language
YQL - Yahoo Query Language
Flickr

Yahoo
BOSS Geo
YQL in HTTP

s
es
c
Ac

Yahoo
Weather

Web
Service

Access

XML | JSON

CSV
HTML

Ac
ce
ss

JSON
XML

Yahoo
Finance

Instagram
RSS
YQL Usage Information






For commercial purposes
At least 6 months notice on YDN
Uptime target of over 99.5%
Register an API Key with Yahoo
YQL Console
YQL Statements
YQL Console
Case Study - Stock Quote






USE "http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml" as
stock_quotes;
SELECT Symbol, Name, Open, DaysHigh, DaysLow, LastTradePriceOnly,
ChangeinPercent FROM stock_quotes where symbol in ("^DJI", "^IXIC", "^SPX",
"^SOX", "^N225", "^HSI", "^TWII", "YHOO", "AAPL", "GOOG", "IBM", "MSFT", "TSM",
"2330.TW", "2353.TW")
Familiar with JSON / XML
Dow Jones Index Issue


Why can't I download data from the Dow
Jones Index?






Yahoo! is no longer licensed to provide data
downloads for the Dow Jones Index.
Dow Jones Industrial Average [^DJI] data can
only be viewed on the screen.
Yahoo! Help
Yahoo Finance Lookup Symbol
Yahoo Stock Lookup Service





http://autoc.finance.yahoo.com/aut
oc?
query=Apple&callback=YAHOO.Fi
nance.SymbolSuggest.ssCallback
Familiar with JSON format
Symbol Lookup from Yahoo
Finance
PlaceFinder API
PlaceFinder API Usage Information






Yahoo BOSS Geo service
 RESTful Geocoding Web service
Currently supports 10 languages
 en, fr, de, it, es, pt, nl, zh (tw / cn), ja, ko
WOEID
 Where On Earth IDentifier
Case Study – City WOEID



SELECT city, woeid FROM geo.placefinder where text= "Taipei"
Familiar with JSON / XML
Flickr API
Flickr API Usage Information


Before using Flickr API


Get you API Key






Get api_key

Put your app in the Flickr App Garden

Limitations






Your application must stay under 3600 queries
per hour across the whole key
Your application can cache API results and
images for up to 24 hours
Flickr API Explorer
Case Study – City WOEID




SELECT woe_name, woeid FROM flickr.places where
api_key="???" and query="Taipei" and place_type_id="7"
Familiar with JSON / XML
Case Study - City Photo




SELECT * FROM flickr.photos.search(50) where api_key="???" and
tags="view, scenery, scene, landscape" and content_type="1" and
sort="interestingness-desc" and weoid="2306179"
Familiar with JSON / XML
Case Study - Area Photo




SELECT * FROM flickr.photos.search(50) where api_key="???" and
tags="view, scenery, scene, landscape" and content_type="1" and
sort="interestingness-desc" and lat="25.0259641" and lon="121.5293006"
and radius="32"
Familiar with JSON / XML
Case Study - Photo Information




SELECT * FROM flickr.photos.info where api_key="???" and
photo_id="3855224197" and secret="4ac2a27833"
Familiar with JSON / XML
Case Study - Photo EXIF




SELECT * FROM flickr.photos.exif where api_key="???" and
photo_id="3855224197"
Familiar with JSON / XML
Flickr Photo URL


Photo Source URL


http://farm{farm-id}.staticflickr.com/{server-id}/{id}_{secret}.jpg
http://farm{farm-id}.staticflickr.com/{server-id}/
{id}_{secret}_[mstzb].jpg



Size Suffixes








s, q, t, m, n, z, b
except -, c, o

Individual Photo URL



http://www.flickr.com/photos/{owner-id}/{photo-id}
http://flickr.com/photo.gne?id={photo-id}
Instagram API
Instagram API Usage Information


Before using Instagran API


Register Your Application




Get client_id and client_secret

Limitations




Your application are limited to 5000 requests per
hour per client_id or access_token
Apigee API Console For Instagram
Case Study – Area Photo




SELECT data.link, data.images, data.caption FROM json where
url='https://api.instagram.com/v1/media/search?
lat=25.02597094&lng=121.5292736&distance=5000&client_id=???'
Familiar with JSON
Case Study – Popular Photo




SELECT data.link, data.images, data.caption FROM json where
url='https://api.instagram.com/v1/media/popular?client_id=???'
Familiar with JSON
Case Study – Recent Tagged Photo




SELECT data.link, data.images, data.caption FROM json where
url='https://api.instagram.com/v1/tags/spring/media/recent?client_id=???'
Familiar with JSON
Case Study – Location Search




SELECT data FROM json where
url='https://api.instagram.com/v1/locations/search?
lat=25.02597094&lng=121.5292736&distance=5000&client_id=???'
Familiar with JSON
Instagram Photo URL


Photo Source URL


images.standard_resolution.url attribute




images.low_resolution.url attribute




width 306px, height 306px

images.thumbnail.url attribute




width 612px, height 612px

width 150px, height 150px

Individual Photo URL


data.link attribute
Reference








YQL Usage Information
 Register an API Key with Yahoo
Yahoo BOSS - Pricing
 PlaceFinder FAQ
What is Flickr App Garden?
 Flickr Developer Guide
 Flickr Place Find
 Flickr Photo Search
 Flickr Photo GetInfo
 Flickr Photo GetExif
 Photo Source URLs
Instagram Developer Documentation
 Instagram Authentication
 Instagram API Endpoints
Q&A

More Related Content

PPTX
YQL & Yahoo! Apis
PDF
YQL: Hacking on steroids - Yahoo! Open Hack Day 2012
PDF
Yql hacku iitd_2012
PDF
Photos Around You
PDF
YQL & Yahoo! APIs - Open Hack India 2011
PPTX
Yql ans geo
PPTX
YQL - HackU IIT Madras 2012
PDF
Web services and JavaScript
YQL & Yahoo! Apis
YQL: Hacking on steroids - Yahoo! Open Hack Day 2012
Yql hacku iitd_2012
Photos Around You
YQL & Yahoo! APIs - Open Hack India 2011
Yql ans geo
YQL - HackU IIT Madras 2012
Web services and JavaScript

Similar to YQL Case Study (20)

KEY
YQL Tutorial
PPT
Query the web with YQL
PPT
YQL Presentation at Geek Girls Dinner Sydney
KEY
YQL:: Select * from Internet
KEY
YQL: Select * from Internet
PDF
Open Hack London - Introduction to YQL
KEY
Seti 09
PPTX
Yahoo xtra Open Technolgies
PPT
FOWA 09 - Open Strategy Applied
PPT
Yahoo - Open Applied
PPT
YQL - Christian Heilmann Open Hack London presentation
PDF
Things you can use (by the Yahoo Developer Network and friends)
PDF
Developing with the web
PPTX
SEA Open Hack - YQL
PPTX
YQL Publicis Hackday
PPT
Introduction to YQL - Talk at HackU 2010, IIT Chennai
PDF
Find,Mix And Show
PDF
Using YQL Sensibly - YUIConf 2010
PDF
Yahoo! Hack India: Hyderabad 2013 | YQL - One API to query them all
PDF
YQL - One API to query them all
YQL Tutorial
Query the web with YQL
YQL Presentation at Geek Girls Dinner Sydney
YQL:: Select * from Internet
YQL: Select * from Internet
Open Hack London - Introduction to YQL
Seti 09
Yahoo xtra Open Technolgies
FOWA 09 - Open Strategy Applied
Yahoo - Open Applied
YQL - Christian Heilmann Open Hack London presentation
Things you can use (by the Yahoo Developer Network and friends)
Developing with the web
SEA Open Hack - YQL
YQL Publicis Hackday
Introduction to YQL - Talk at HackU 2010, IIT Chennai
Find,Mix And Show
Using YQL Sensibly - YUIConf 2010
Yahoo! Hack India: Hyderabad 2013 | YQL - One API to query them all
YQL - One API to query them all
Ad

More from Allan Huang (20)

PPTX
Concurrency in Java
PPTX
Build, logging, and unit test tools
PPTX
Drools
PPT
Java JSON Parser Comparison
PPT
Netty 4-based RPC System Development
PPT
eSobi Website Multilayered Architecture
PPT
Java New Evolution
PPT
Tomcat New Evolution
PPT
JQuery New Evolution
PPT
Responsive Web Design
PPT
Boilerpipe Integration And Improvement
PPT
Build Cross-Platform Mobile Application with PhoneGap
PPT
HTML5 Multithreading
PPT
HTML5 Offline Web Application
PPT
HTML5 Data Storage
PPT
Java Script Patterns
PPT
Weighted feed recommand
PPT
Web Crawler
PPT
eSobi Site Initiation
PPT
Architecture of eSobi club based on J2EE
Concurrency in Java
Build, logging, and unit test tools
Drools
Java JSON Parser Comparison
Netty 4-based RPC System Development
eSobi Website Multilayered Architecture
Java New Evolution
Tomcat New Evolution
JQuery New Evolution
Responsive Web Design
Boilerpipe Integration And Improvement
Build Cross-Platform Mobile Application with PhoneGap
HTML5 Multithreading
HTML5 Offline Web Application
HTML5 Data Storage
Java Script Patterns
Weighted feed recommand
Web Crawler
eSobi Site Initiation
Architecture of eSobi club based on J2EE
Ad

Recently uploaded (20)

PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
Getting Started with Data Integration: FME Form 101
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
PPT
What is a Computer? Input Devices /output devices
PDF
Architecture types and enterprise applications.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Hybrid model detection and classification of lung cancer
Module 1.ppt Iot fundamentals and Architecture
Getting Started with Data Integration: FME Form 101
1 - Historical Antecedents, Social Consideration.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
cloud_computing_Infrastucture_as_cloud_p
A comparative study of natural language inference in Swahili using monolingua...
A contest of sentiment analysis: k-nearest neighbor versus neural network
2021 HotChips TSMC Packaging Technologies for Chiplets and 3D_0819 publish_pu...
What is a Computer? Input Devices /output devices
Architecture types and enterprise applications.pdf
OMC Textile Division Presentation 2021.pptx
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
TLE Review Electricity (Electricity).pptx
Final SEM Unit 1 for mit wpu at pune .pptx
Enhancing emotion recognition model for a student engagement use case through...
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Getting started with AI Agents and Multi-Agent Systems
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Hybrid model detection and classification of lung cancer

YQL Case Study

  • 1. YQL Case Study Allan Huang @ esobi Inc.
  • 2. Agenda  YQL   PlaceFinder API   Case Study - Stock Quote Case Study - City WOEID Flickr API      Case Study - City WOEID Case Study - City Photo Case Study - Area Photo Case Study - Photo Information Case Study - Photo EXIF
  • 3. Continued Agenda  Instagram API     Case Study - Area Photo Case Study - Popular Photo Case Study - Recent Tagged Photo Case Study - Location Search
  • 5. YQL - Yahoo Query Language Flickr Yahoo BOSS Geo YQL in HTTP s es c Ac Yahoo Weather Web Service Access XML | JSON CSV HTML Ac ce ss JSON XML Yahoo Finance Instagram RSS
  • 6. YQL Usage Information      For commercial purposes At least 6 months notice on YDN Uptime target of over 99.5% Register an API Key with Yahoo YQL Console
  • 9. Case Study - Stock Quote    USE "http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml" as stock_quotes; SELECT Symbol, Name, Open, DaysHigh, DaysLow, LastTradePriceOnly, ChangeinPercent FROM stock_quotes where symbol in ("^DJI", "^IXIC", "^SPX", "^SOX", "^N225", "^HSI", "^TWII", "YHOO", "AAPL", "GOOG", "IBM", "MSFT", "TSM", "2330.TW", "2353.TW") Familiar with JSON / XML
  • 10. Dow Jones Index Issue  Why can't I download data from the Dow Jones Index?    Yahoo! is no longer licensed to provide data downloads for the Dow Jones Index. Dow Jones Industrial Average [^DJI] data can only be viewed on the screen. Yahoo! Help
  • 12. Yahoo Stock Lookup Service    http://autoc.finance.yahoo.com/aut oc? query=Apple&callback=YAHOO.Fi nance.SymbolSuggest.ssCallback Familiar with JSON format Symbol Lookup from Yahoo Finance
  • 14. PlaceFinder API Usage Information    Yahoo BOSS Geo service  RESTful Geocoding Web service Currently supports 10 languages  en, fr, de, it, es, pt, nl, zh (tw / cn), ja, ko WOEID  Where On Earth IDentifier
  • 15. Case Study – City WOEID   SELECT city, woeid FROM geo.placefinder where text= "Taipei" Familiar with JSON / XML
  • 17. Flickr API Usage Information  Before using Flickr API  Get you API Key    Get api_key Put your app in the Flickr App Garden Limitations    Your application must stay under 3600 queries per hour across the whole key Your application can cache API results and images for up to 24 hours Flickr API Explorer
  • 18. Case Study – City WOEID   SELECT woe_name, woeid FROM flickr.places where api_key="???" and query="Taipei" and place_type_id="7" Familiar with JSON / XML
  • 19. Case Study - City Photo   SELECT * FROM flickr.photos.search(50) where api_key="???" and tags="view, scenery, scene, landscape" and content_type="1" and sort="interestingness-desc" and weoid="2306179" Familiar with JSON / XML
  • 20. Case Study - Area Photo   SELECT * FROM flickr.photos.search(50) where api_key="???" and tags="view, scenery, scene, landscape" and content_type="1" and sort="interestingness-desc" and lat="25.0259641" and lon="121.5293006" and radius="32" Familiar with JSON / XML
  • 21. Case Study - Photo Information   SELECT * FROM flickr.photos.info where api_key="???" and photo_id="3855224197" and secret="4ac2a27833" Familiar with JSON / XML
  • 22. Case Study - Photo EXIF   SELECT * FROM flickr.photos.exif where api_key="???" and photo_id="3855224197" Familiar with JSON / XML
  • 23. Flickr Photo URL  Photo Source URL  http://farm{farm-id}.staticflickr.com/{server-id}/{id}_{secret}.jpg http://farm{farm-id}.staticflickr.com/{server-id}/ {id}_{secret}_[mstzb].jpg  Size Suffixes     s, q, t, m, n, z, b except -, c, o Individual Photo URL   http://www.flickr.com/photos/{owner-id}/{photo-id} http://flickr.com/photo.gne?id={photo-id}
  • 25. Instagram API Usage Information  Before using Instagran API  Register Your Application   Get client_id and client_secret Limitations   Your application are limited to 5000 requests per hour per client_id or access_token Apigee API Console For Instagram
  • 26. Case Study – Area Photo   SELECT data.link, data.images, data.caption FROM json where url='https://api.instagram.com/v1/media/search? lat=25.02597094&lng=121.5292736&distance=5000&client_id=???' Familiar with JSON
  • 27. Case Study – Popular Photo   SELECT data.link, data.images, data.caption FROM json where url='https://api.instagram.com/v1/media/popular?client_id=???' Familiar with JSON
  • 28. Case Study – Recent Tagged Photo   SELECT data.link, data.images, data.caption FROM json where url='https://api.instagram.com/v1/tags/spring/media/recent?client_id=???' Familiar with JSON
  • 29. Case Study – Location Search   SELECT data FROM json where url='https://api.instagram.com/v1/locations/search? lat=25.02597094&lng=121.5292736&distance=5000&client_id=???' Familiar with JSON
  • 30. Instagram Photo URL  Photo Source URL  images.standard_resolution.url attribute   images.low_resolution.url attribute   width 306px, height 306px images.thumbnail.url attribute   width 612px, height 612px width 150px, height 150px Individual Photo URL  data.link attribute
  • 31. Reference     YQL Usage Information  Register an API Key with Yahoo Yahoo BOSS - Pricing  PlaceFinder FAQ What is Flickr App Garden?  Flickr Developer Guide  Flickr Place Find  Flickr Photo Search  Flickr Photo GetInfo  Flickr Photo GetExif  Photo Source URLs Instagram Developer Documentation  Instagram Authentication  Instagram API Endpoints
  • 32. Q&A