开发者

Is there a Web Service API to the Google Product Search?

开发者 https://www.devze.com 2022-12-18 21:17 出处:网络
I want to call the Google product search and get back a parse-able XML file rather than having to scrape the HTML.I\'m not looking for a SOAP based service, but a ser开发者_JS百科vice that returns XML

I want to call the Google product search and get back a parse-able XML file rather than having to scrape the HTML. I'm not looking for a SOAP based service, but a ser开发者_JS百科vice that returns XML based on a URL passed in.


Correction--this did NOT work:

The Google Base API lists only a subset of Google product sellers (apparently only those who are active users of the Google Base product.) http://code.google.com/apis/base/docs/2.0/attrs-queries.html

I eventually ended up using a screen scraping solution and then found that the data was too inconsistant to use for my purposes at all. :-(


http://answers.oreilly.com/topic/2165-how-to-search-google-and-bing-in-c/

use that refer link ,hopefuly it'll very usefull with you all guys

0

精彩评论

暂无评论...
验证码 换一张
取 消