Hi, I'm getting an error calling the search API (xml response below). I suspect that it may be that the service is down, but it has been for several hours now...
Hello, I realised that this was due to a version mismatch between the app server and the web API. Install the SP15 patch to the web API. After this was...
I found out the reason. I had a simple domain name as the value of the query parameter in the command, but it turned out I needed to add http:// to the domain...
Hi Bob, I had a similar problem, and it turns out the syntax of the command has changed slightly. I found out be going back to the original documentation that...
Hi you all, I'm trying to do something like: WebSearchRequest request = new WebSearchRequest("camión"); request.setResults(50); try { // Execute the search. ...
In layman's terms, I'd like to query to API for: Tell me which URLs attracted the most new inlinks over the past 48 hours. After examining the API docs, I...
Hi, I just added a Yahoo test search and it's bringing up results such as "Index of /foldername". In this folder I don't have an index file but do have various...
Thanks for the help -- good catch! Unfortunately the following gives similar (unexpected) behavior described before. Searching for East Lyme, CT: 2684 results...
Yes, I see the same thing, only we are receiving up to 999 results on the YahooLocalSearch v3 API. After that no more results can be obtained under the same...
Right now I'm using Google Analytics to filter on the search URL which seems a little backwards. Is there a control panel somewhere that shows what search...
Hi, does anybody know if the returned results are in utf-8 or iso-8859 or any other? I'm using XML for the search output. thanks! piratattack! [Non-text...
Hello, I've already posted a message on the forums but I don't know which part is more active, so sorry for cross posting but the forums seem ... Hello, I've...
Hi, According to Yahoo Dev site maximum results that can be retrieved is equal to 20. Is there any way to retrieve the total relevant results for Yahoo Local...
You must loop your requests and send a new START parameter each time. This works fine unless totalResultsAvailable is more than 999. After that you can't get...
I don't know if anyone else notices, but city and state and zip code search params do not work for the local api I mean, i am trying to do something i thought...
... Could you post examples of the request URLs you are sending to Local Search API? That'll help troubleshoot the issue. thanks, Brian Cantoni Yahoo!...
seems your not alone with this problem, try using the extended procedure calls and compile them into one unit it worked for Roy at our Texas head office,...
I wish I would have done it beforehand Mr. Catoni, I don't know if I made a difference but I went through all the different rest and the prior examples i did...
Hi all, Currently I'm using the Yahoo! Web Search Web Services: http://developer.yahoo.com/search/web/V1/webSearch.html Today I saw the Yahoo! Search BOSS: ...
Thank you, I know yahoo is really busy, so I can understand. I hope if they survive their current woes that they learn to be more prepared for future...
Dear Luc, It seems the api has been updated or I am checking more precisely. I am satisfied, but I would like to know the parameters of using route. Does a...