Tagged Questions

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

learn more… | top users | synonyms

7
votes
4answers
2k views

Any good Finance API?

Yahoo! Finance feeds are pain in the ass. Google Finance API seems OK but don't know why I can't retrieve stock quotes information for Dow Johnes, NASDAQ, S&P... Works perfect with company ...
6
votes
4answers
646 views

Any .NET examples for Yahoo Query Language (YQL)?

I'd like to make some simple calls to Yahoo Query Language (YQL). Has anyone implemented this in .NET? Here is the query I'd like to make from .NET: select MarketCapitalization from ...
6
votes
2answers
5k views

Querying html using Yahoo YQL

While trying to parse html using Yahoo Query Language and xpath functionality provided by YQL, I ran into problems of not being able to extract “text()” or attribute values. For e.g. perma link ...
5
votes
1answer
134 views

Is it possible to transform HTML into RSS with YQL?

I could do that with Yahoo Pipes, but I don't know if it is possible with YQL.
5
votes
3answers
1k views

Is there a way to get YQL to return HTML?

I am trying to use YQL to extract a portion of HTML from a series of web pages. The pages themselves have slightly different structure (so a Yahoo Pipes "Fetch Page" with its "Cut content" feature ...
5
votes
1answer
2k views

YQL for twitter follower's tweets

How can I get a list of the tweets of a particular twitter account's followers? I can get a list of the follower's ids with this: select id from xml where ...
4
votes
3answers
51 views

Include additonal field in select query

I'm using YQL to get a list of feeds, like this: SELECT title, link, pubDate FROM rss WHERE url IN ('.implode("','", array_values($urls)).') $urls contains the feed urls: $urls = array( ...
4
votes
2answers
742 views

Check if YQL limits have been reached?

Is there any way (other than having to add custom code) to check if my application has exceeded the YQL limits that are allowed? (Not sure if per application limit or the per IP limit applies in my ...
4
votes
2answers
1k views

Alternatives to YQL

This is a multi-part question. I just watched a very interesting presentation on YQL by the lead developer (a graduate of my MS program). While it was very compelling, and I am looking forward to ...
3
votes
2answers
34 views

Is it possible to get an intersection or a diff of two result sets in YQL?

I need to build a Twitter module entirely on the client side. I intended to use the Twitter API for the data and YQL to get across Same Origin Policy, and also for its higher rate limiting. I have ...
3
votes
1answer
283 views

How to get more that 10 results for a query using YQL?

I am trying to use YQL in php to get product information from Amazon using the amazon.prodlist table and Amazon Product Advertising API. The query that I used: select * from amazon.prodlist where ...
3
votes
2answers
235 views

How to set up development environment for yql and open table development? How to test it locally? (best practice)

I develop -- from time to time -- yahoo open tables to access different resources on the web. Currently I am using a JavaScript editor and -- when I want to test if my open table works -- I upload the ...
3
votes
2answers
140 views

Is it possible to alias or rename fields in YQL?

I'm making a bunch of YQL queries at once & have a standard way of accessing the fields on the server. Unfortunately one of the feeds uses a different name than the rest for a field so I was ...
3
votes
1answer
645 views

Access YQL from ASP.NET & MVC

Is there a recommended methodology / technique for accessing YQL from ASP.NET (&MVC). I'm Thinking something like LINQ ? I'd like to be able to treat it like a local SQL DB as much as possible.
3
votes
7answers
742 views

What are the pros and cons of various ways of analyzing websites?

I'd like to write some code which looks at a website and its assets and creates some stats and a report. Assets would include images. I'd like to be able to trace links, or at least try to identify ...
2
votes
1answer
46 views

Trouble with Yahoo OAuth Authorization with Google / Facebook OpenID

Im having a bit of trouble figuring out how to get an OAuth access token for a Yahoo user who has created an account with Google or Facebook Sign-in. I've followed the OAuth flow described in the ...
2
votes
1answer
250 views

Get content of facebook like box plugin with curl

I'm working on a website which should be fully visible for users in a place that Facebook.com is banned for them. so my Facebook like box plugin will not appear for them. ( in order to not localize ...
2
votes
2answers
296 views

YQL Options expiration

I'm migrating some Yahoo Finance CSV/screen-scraping interfaces to use YQL, and struggling with the yahoo.finance.options table. If I query for all options for a given symbol, I don't find the ...
2
votes
1answer
274 views

Get Financial Option Data with YQL

I am using YQL to retrieve Financial Option data. Something like: select * from yahoo.finance.options where symbol="AAPL" and expiration="2011-07" However, the above query returns an optionsChain ...
2
votes
1answer
227 views

YQL robots.txt restricted URL issues

I'm developing a webapp that includes the following YQL query: SELECT * FROM html WHERE url="{URL}" and xpath="*" I deployed a new version last week, and noticed that the page was hanging on the ...
2
votes
1answer
197 views

Google Maps gecoder for venues

I'm searching for a way to geocode venues with google maps. The Geocoder API only provides the ability to use addresses for geocoding. But what if don't know the address and only the city and the name ...
2
votes
3answers
75 views

Executing javascript after loading different site

I need to write a webapp, that will check if site contains an element (e.g div with id="iamhere"). This site can be any site, it's not in the same domain that my script is. I thought about doing ...
2
votes
1answer
182 views

Automated data scraping using CRON

I am currently working on an application that harvests information about greyhounds from a racing website and performs a number of calculations on the given data. The current application manages to ...
2
votes
1answer
280 views

How do I combine multiple rest queries using YQL?

For example I would like to combine multiple queries rest queries together. Right now I do the following code with different URLs one at a time. I think it would be faster to ultimately make one ...
2
votes
1answer
774 views

Trouble using Xpath “starts with” to parse xhtml

I'm trying to parse a webpage to get posts from a forum. The start of each message starts with the following format <div id="post_message_somenumber"> and I only want to get the first one ...
2
votes
3answers
585 views

YQL Problem - “The current table has been blocked”

I'm new to YQL and am having some problems retrieving data. The query I'm trying to execute is: select * from yahoo.finance.historicaldata where symbol = "TW.L" and startDate = "01/01/2011" and ...
2
votes
2answers
412 views

PHP/YQL/GET: URL too long

I'm using YQL in PHP with file_get_contents to send a query. I'm using YQL for term extraction so my query contains a large amount of text. Unfortunately this renders the URL too long and returns an ...
2
votes
4answers
854 views

jQuery Ajax request every 30 seconds

I have this piece of code, but the values may change while someone is on my site. I would need to update the #finance div every 30 seconds or so. Can this be done? $(function() { $.getJSON( ...
2
votes
1answer
860 views

Problem parsing this YQL JSON in Java/Android

Here is the JSON result: { "query": { "count": "4", "created": "2010-08-31T05:53:39Z", "lang": "en-US", "results": { "quote": [ { "symbol": "AAPL", ...
2
votes
1answer
534 views

Iterating through YQL JSON results in geo.places via javascript

I'm trying to iterate through some JSON results from the YQL geo.places table using the YQL jQuery plugin (http://plugins.jquery.com/project/jquery-yql) troubleshooting with the following code; ...
2
votes
1answer
244 views

Combining two queries in Yahoo YQL

I want to get the weather information for a specific location. Right now, I need to calls to get them: The first one translated my current position (lat/lon) to a WOEID, the second call retrieves the ...
2
votes
1answer
380 views

YQL in Yahoo! App [YAP]

We are using YQL to get the Profile Information in a Yahoo! App using YAP, however, we are facing an error while executing the YQL Query. We are using OpenSocial Gadget AJAX Functionality for making ...
2
votes
2answers
518 views

Getting anchor text from a webpage using xpath within YQL

SELECT content FROM html WHERE url="http://en.wikipedia.org/wiki/List_of_United_States_National_Parks_by_state" AND xpath="//a/text()" does not work, whereas SELECT * FROM html WHERE ...
2
votes
3answers
977 views

How to use YQL to merge 2 RSS feeds sorted by pubDate?

Seeing that YQL is being promoted as a good way to do things, I was curious as to how to use YQL to fetch and merge 2 different feeds into one (sorted by pubDate). It's pretty trivial to fetch 2 ...
2
votes
2answers
404 views

how to Google Analytic dat through YQL or Yahoo pipes?

I use Google analytic, i want to retrieve the last 100 search string from my Google analytic account using YQL or Yahoo pipes, how can i do it?? Please help..
2
votes
1answer
143 views

expose your own API to YQL

I was wondering if someone knows a way to expose an already public API (e.g. LinkedIn's) through YQL. Any ideas / insight of someone who has already done this would be appreciated! Thanks!
2
votes
1answer
547 views

Looking for help with YQL movie showtimes

I had been using the undocumented Yahoo movies API until it was pulled a few days ago, so I'm looking for another way to retrieve local movie showtimes (ideally by theater). I found this thread about ...
2
votes
4answers
4k views

How to process an object literal?

I am new to Javascript and trying to extract some text stored in an object. The object is defined as an object literal and is passed to a function in a Javascript script that calls the function. The ...
1
vote
0answers
39 views

In dire need of step by step basic oauth signing with YQL, in C#?

I'm trying to get started with oauth signing in yql. I'm trying to get public data, but with the higher limit of 100,000 calls. My interest is in the yahoo finance tables, such as ...
1
vote
1answer
24 views

Why Does Using the Python-YQL Module Change sys.path[0] to sys.path[1]?

When I import the python-yql (Yahoo Query Language) module into my Python project, the string representing the local directory path from which the Python script is envoked, which is normally stored in ...
1
vote
2answers
48 views

Is it possible to get YQL to return multiple JSON results from a site in a single request?

I'm currently using this YQL (Yahoo Query Language) query to convert the JSON from a site to JSONP: select * from json where url="http://airportcode.riobard.com/airport/ABC?fmt=JSON" ABC is the ...
1
vote
1answer
54 views

Limiting number of calls using Yahoo YQL in C#

I'm a bit new to C# and i'm running into a problem with YQL limiting the number of calls to 10,000 an hour. I keep getting my temp ban everytime I try to run my app. I read that Yahoo has a limit of ...
1
vote
1answer
69 views

YQL Fantasy Hockey - League Standings by Month?

I'm trying to gather league standings by month (or a custom time period) I know how to do it for a specific date but can't seem to find a way to do from x to y Is this possible? (other than ...
1
vote
2answers
83 views

Doing a Simple Yahoo Search in Python

I need to write a Python script which, at one point, does a Yahoo web search to find and download a bunch of C source files. I'm very new to this and I can't figure out how to just get started with ...
1
vote
1answer
49 views

php and yql - having problems getting to the data

So I'm playing around with yahoo's yql. I got it to generate a url and the url looks like it's returning decoded json to me. If I attempt to decode the output of the yql url i get no results (so ...
1
vote
1answer
41 views

Extract just town/city from flickr api/YQL

I am trying to write a script that returns just a persons village, town or city. I am using the following YQL query, but the results from the console are too specific, they give me the neighbourhood ...
1
vote
1answer
38 views

How do I query an XML service using YQL?

I'm using the YQL Console to experiment with querying a REST XML web-service. I found a simple public service to play with. http://www.thomas-bayer.com/sqlrest/CUSTOMER/-151612345/ returns ...
1
vote
0answers
170 views

Yahoo! Contacts API fails for new users

I have spent the last several days implementing OAuth-based communication with Yahoo! in order to retrieve a user's contact information and I have successfully built an implementation which works ...
1
vote
1answer
150 views

Can someone help me with using livestream's api to make a cross domain xml request?

I'm trying to use livestream's extremely helpful mobile api found at http://www.livestream.com/userguide/?title=Mobile_API#Requesting_a_mobile_stream to make an xml request. All I am interested in is ...
1
vote
1answer
266 views

search.web not working on YQL anymore?! - any alternatives?

I always get the error No definition found for Table search.web in my YQL statements. Even when using SELECT url FROM search.web(0,10) WHERE query="stackoverflow" for example. So I am assuming ...

1 2 3 4 5 6