Are there any Public WebService API that I can query and get the search results in XML?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are plenty. One interesting place to explore might be Yahoo’s YQL (Yahoo Query Language) service. That provides access to many several different APIs with an interesting interface, and will return results as XML (or JSON.)
YQL makes it very easy to write a “query” against one or more web service APIs that you can then use as a single HTTP GET-style request to return you XML.