Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Have you considered using Yahoo's <a href="http://developer.yahoo.com/yql/" rel="nofollow noreferrer">YQL</a> service to parse this feed (or other web pages)?</p> <ul> <li><a href="https://stackoverflow.com/questions/661256/querying-html-using-yahoo-yql">Querying html using Yahoo YQL</a></li> <li><a href="http://css.dzone.com/articles/yahoo-query-language" rel="nofollow noreferrer">Yahoo! Query Language</a></li> <li><a href="http://developer.yahoo.com/yql/console/" rel="nofollow noreferrer">YQL Console</a></li> </ul> <p>They already have sample queries for you to get at Yahoo Answers data:</p> <ul> <li><p><strong>answers.getbycategory:</strong> <a href="http://developer.yahoo.com/yql/console/#h=select%20" rel="nofollow noreferrer">http://developer.yahoo.com/yql/console/#h=select%20</a>*%20from%20answers.getbycategory%20where%20category_id%3D2115500137%20and%20type%3D%22resolved%22</p></li> <li><p><strong>answers.getbyuser:</strong> <a href="http://developer.yahoo.com/yql/console/#h=select%20" rel="nofollow noreferrer">http://developer.yahoo.com/yql/console/#h=select%20</a>*%20from%20answers.getbyuser%20where%20user_id%3D%22YbaMGtHFaa%22</p></li> <li><p><strong>answers.getquestion:</strong> <a href="http://developer.yahoo.com/yql/console/#h=select%20" rel="nofollow noreferrer">http://developer.yahoo.com/yql/console/#h=select%20</a>*%20from%20answers.getquestion%20where%20question_id%3D%2220090526102023AAkRbch%22</p></li> <li><p><strong>answers.search:</strong> <a href="http://developer.yahoo.com/yql/console/#h=select%20" rel="nofollow noreferrer">http://developer.yahoo.com/yql/console/#h=select%20</a>*%20from%20answers.search%20where%20query%3D%22cars%22%20and%20category_id%3D2115500137%20and%20type%3D%22resolved%22</p></li> </ul> <p><em>(Just an FYI in case you weren't aware of this convenient service. I use it instead of screen scraping with RegEx's.)</em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload