Questions tagged [yql]

The Yahoo! Query Language was an expressive SQL-like language that lets you query, filter, and join data across Web services.

As of Thursday, January 3, 2019, the YQL service is retired.

Historical information.

Yahoo! and other websites across the Internet made much of their structured data available to developers, primarily through Web services. To access and query these services, developers traditionally endured the pain of locating the right URLs and documentation to access and query each Web service.

With YQL, developers could access and shape data across the Internet through one simple language, eliminating the need to learn how to call different APIs.

815 questions
-1
votes
1 answer

YQL Blacklisting

I'm developing an online deck editor, Proxymang, and YQL can't handle the number of requests per second. The requests are one per Magic card, they're cached, and they're spaced out. What should I do? GitHub
mcandre
  • 22,868
  • 20
  • 88
  • 147
-1
votes
1 answer

Use YQL to POST data to an URL

The current situation: The community I'm coding for has several sub communities with their own subdomains. Usually you could configure your webserver to allow requests between these subdomains. The community provider seems unable to provide…
shaedrich
  • 5,457
  • 3
  • 26
  • 42
-1
votes
1 answer

Yahoo YQL Authentication error

Yahoo put in a new UI for the YQL today and now I keep getting the following error message. I've got this msg before, but by logging out and logging-in it would go away. That doesn't do it anymore. "Authentication Error. The table requires a…
Tom McDonald
  • 1,532
  • 2
  • 18
  • 37
-1
votes
1 answer

Getting null back from YQL Yahoo

I am using the YQL of Yahoo to get some data. I need to send my request Yahoo's YQL because If is normally uses an AJAX request I will get CORS error's. I had worked for several months now but today. I am only getting this back: query: {count: 0,…
Steven
  • 1,404
  • 2
  • 16
  • 39
-1
votes
2 answers

YQL for getting option data

It looks like there once were some useful YQL ways to get option data that no longer work. At least I couldn't get them to work. Are there any new ones that have taken their place? Anyone have a good alternative to YQL if not?
Berryl
  • 12,471
  • 22
  • 98
  • 182
-1
votes
2 answers

Limit query result to the first of each group

I'm using YQL to get the today's high and low temperatures in multiple cities. The following query will unnecessarily return a 10-day forecast for each city. select item.forecast.high, item.forecast.low from weather.forecast where woeid in…
bongbang
  • 1,610
  • 4
  • 18
  • 34
-1
votes
1 answer

YQL - wrong query

can someone tell me whats is wrong with this yql statement: select symbol, Earnings_per_Share, Dividend_Yield, week_Low, Week_High, Last_Trade_Date, open, low, high, volume, Last_Trade from csv where…
-1
votes
1 answer

What does this YQL error mean?

Let me ask very short comparative past questions. I got the result from YQL CONSOLE not my terminal. Below is my code. new YQL.exec('select * from html where url="http://fortune.daum.net/external/4/run/star_free/index.php" and…
LKM
  • 2,410
  • 9
  • 28
  • 53
-1
votes
1 answer

YQL | why I'm getting a syntax error?

I'm trying to query a simple Google search using YQL but apparently it seems not working. Here's my exact…
Switch
  • 14,783
  • 21
  • 69
  • 110
-1
votes
1 answer

Using YQL to fetch place information

Here is my query: select * from geo.places where text="Swati Snacks"; I have a my latitude and longitude and name of the place with me, now I want to query "Yahoo" to fetch its maximum info stored in their database. By using the above variables I…
-1
votes
2 answers

Get JSON data from external URL and insert in a div as plain text

I have written a function to display some paragraph tags from an external webpage. For some reason the results are displayed in firebug console but not showing on the web page as I wanted (blank page). function requestCrossDomain(callback){ var…
user2574948
  • 247
  • 1
  • 3
  • 16
-1
votes
1 answer

Convert/Cast string to integer via YQL?

In SQL, you can use cast or convert to convert a string to an integer so you can compare numerical values, i.e. SELECT * FROM table1 WHERE CAST(col1 AS int) < 100 Is it possible to do the same thing in YQL? The following doesn't work: SELECT * FROM…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
-1
votes
2 answers

Apply styles in RSS feed data

How to fetch live data from stcok market using rss feed live using Yahoo Query language . And using this I'm getting data from the market like below : <![CDATA[SENSEX : 20850.74 * 451.32 (2.21…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/asp.net-mvc" class="post-tag grid--cell" title="show questions tagged 'asp.net-mvc'" rel="tag">asp.net-mvc</a> <a href="../../questions/tagged/c#-4.0" class="post-tag grid--cell" title="show questions tagged 'c#-4.0'" rel="tag">c#-4.0</a> <a href="../../questions/tagged/yql" class="post-tag grid--cell" title="show questions tagged 'yql'" rel="tag">yql</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 18 '13 at 11:44">asked Nov 18 '13 at 11:44</time> <a href="../../users/1021881/d-s" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1021881.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="D S" /> </a> <div class="s-user-card--info"> <a href="../../users/1021881/d-s" class="s-user-card--link">D S</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">258</li> <li class="s-award-bling s-award-bling__silver" title="9 silver badges">9</li> <li class="s-award-bling s-award-bling__bronze" title="25 bronze badges">25</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-14224555"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/14224555/android-how-to-parse-html-page" class="question-hyperlink">Android: how to parse html page?</a></h3> <div class="excerpt"> Possible Duplicate: Parse HTML in Android How would you parse such data from a page? Now some people tell me to use Json, but what if that page doesn't support json? Other people tell me convert the page to json format using Yahoo yql console,…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/json" class="post-tag grid--cell" title="show questions tagged 'json'" rel="tag">json</a> <a href="../../questions/tagged/android-webview" class="post-tag grid--cell" title="show questions tagged 'android-webview'" rel="tag">android-webview</a> <a href="../../questions/tagged/yql" class="post-tag grid--cell" title="show questions tagged 'yql'" rel="tag">yql</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 08 '13 at 21:43">asked Jan 08 '13 at 21:43</time> <a href="../../users/654453/questions" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/654453.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Questions" /> </a> <div class="s-user-card--info"> <a href="../../users/654453/questions" class="s-user-card--link">Questions</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">303</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badges">5</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badges">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-49042078"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/49042078/yql-for-query-mlb-live-game-on-time" class="question-hyperlink">YQL for query MLB Live game on time</a></h3> <div class="excerpt">I want to develop an App which can monitor MLB live game show on yahoo fantasy sports through YQL. Has anyone knows if YQL support this target? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/yql" class="post-tag grid--cell" title="show questions tagged 'yql'" rel="tag">yql</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 01 '18 at 03:16">asked Mar 01 '18 at 03:16</time> <a href="../../users/9426777/ausmus-chang" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9426777.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ausmus Chang" /> </a> <div class="s-user-card--info"> <a href="../../users/9426777/ausmus-chang" class="s-user-card--link">Ausmus Chang</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/yql_page=53" rel="prev" title="Go to page 53">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/yql_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/yql_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/yql_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">54</div> <a class="s-pagination--item" href="../../questions/tagged/yql_page=55" rel="" title="Go to page 55">55</a> <a class="s-pagination--item" href="../../questions/tagged/yql_page=55" rel="next" title="Go to page 55"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>