有没有办法使用YQL控制台提取Yahoo Bonds Summary Page
上显示的信息我将使用PHP发出cURL请求并以JSON格式检索信息。
答案 0 :(得分:0)
虽然可以手动输入以下链接:
或
在yql控制台上输入以下查询:
从html中选择*其中url =" http://finance.yahoo.com/bonds"和xpath =' // * [@ id =" yficl"]'
您还可以通过编写以下链接使用其restful api直接提取json文件:
https://query.yahooapis.com/v1/public/yql?q=select *来自html,其中url =" http://finance.yahoo.com/bonds"和xpath =' // * [@ id =" yficl"]'& format = json& diagnostics = true& callback =