I am trying to use YQL to scrape some websites. When I test various queries in the YQL console I get an results node. So for example when I run:
I\'m using this to retrieve RSS news feeds from Yahoo (JSON): select * from xml where url in( \'http://rss.news.yahoo.com/rss/us\',
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 expira
I am using YQL to retrieve Financial Option data. Something like: select * from yahoo.finance.options where symbol=\"AAPL\" and expiration=\"2011-07\"
When creating a YQL table, one has to specify an itemPath in theelement of the table. According to the YQL documentation this it开发者_运维知识库emPath should contain:
i want to parse remote JSON file using JQuery, YQL(you know cross domain proble, so yql is best) but i dont know what is misssing in this code ?
I\'m using YQL to retrieve several RSS feeds (channels) at once, using the following query: SELECT * FROM feednormalizer
I\'m trying to get the views of a video in Youtube through YQL to display it on my site, I\'m using jQuery\'s $.getJSON method to get the result of the YQL call which I do fine but for some reason the
I am trying to retrieve data from a RSS feed (succeeding with this part) and then using the description, title and caption to be used to get Geo information (latitude, longitude, woeId) using YQL Plac
I\'m using YQL to retrieve an RSS feed using javascript (as json), for example i use the following query: