Hi all, i am just using the boss api and i wanted to know how i can specify a language, i set to italian because i need to see results in italian , but the api...
2705
Mazoo
mazdak78
Jul 2, 2010 11:33 am
Hi, I use this url for query: http://boss.yahooapis.com/y1search/spelling/v1/{query}?appid={AppId}&format=xml For 99% times I get no result, its just: ...
2706
christian.kroll83
christian.kr...
Jul 7, 2010 7:20 am
Hi BOSS team, Since today I can't get any access to yahoo results anymore. Did you block my API or Server? My search engine serves about 600,000 searches a day...
2707
Reza
searchfindex...
Jul 7, 2010 9:13 am
Dear YBOSS Team, I hope you are all well. There has been a long radio silence from your side regarding the definite impact of the Yahoo - Microsoft deal on...
2708
bvanlieu
Jul 7, 2010 7:26 pm
... What exactly is happening? Are you receiving anything back from BOSS? 403? Empty reply set? Since 1amPST, I have had issues myself with some of our...
2709
BOSS User Group Suppo...
sboss64
Jul 9, 2010 12:05 am
Hello Christian and bvanlieu, We regret that you experienced outages over the last few days. We are investigating the causes to prevent further incidents. ...
2710
Mazoo
mazdak78
Jul 9, 2010 4:17 am
Hi, I want to know is that possible to get search result based on date, so I can have latest result? I know this is supported in NEWS search but what about WEB...
2711
bvanlieu
Jul 9, 2010 12:22 pm
... BOSS was restored late yesterday afternoon to our denied servers, with no reason given to date. I understand the policy and why its needed, however that...
2712
yogishb
Jul 9, 2010 10:56 pm
Got any response? -- baliga...
2713
Reza
searchfindex...
Jul 10, 2010 6:24 am
Yes, I've received a response. We'll be updated about the impact of the Yahoo - Microsoft alliance the coming couple of weeks when more details are available. ...
2714
rivky.arnstein
Jul 11, 2010 6:48 pm
Reza, We've heard that several times before. Was there anything in the response which made it seem more "real" than all the other responses we've received? ...
2715
v71
vincenzopanella
Jul 11, 2010 7:50 pm
I am using the boss api for my phd thesys , i hope they will be free until september , soon after i won't care anymore ... From: rivky.arnstein To:...
2716
Reza
searchfindex...
Jul 12, 2010 4:34 pm
I'm pretty confident about the future of of YBOSS and as mentioned earlier I speak for more YBOSS developers when I say that we all welcome Yahoo to launch the...
2717
Roosevelt Garcia
rgarcv
Jul 13, 2010 5:06 pm
Dear Members, I am new and trying to learn how to use Boss for my project. I would like to ask you for advice on tutorial on how to use YS Boss to build my own...
2718
Ted Drake
t_drake_net
Jul 13, 2010 5:40 pm
Here are some tutorial links This version is about as basic as you can get: http://www.labnol.org/internet/tutorial-create-yahoo-boss-site-search/56 36/ This...
2720
flara.bongous
Jul 15, 2010 8:16 pm
Hello Everyone, We have recently started working with the BOSS API and found that even though it is stated that Yahoo Boss is not yet limiting it's responses,...
2721
merav_tomer
Jul 15, 2010 9:05 pm
Looks that you mixed number of results with number of requests Number of results are limited to 1000 Number of requests are not limited...
2722
Pavel Sirotkin
piramidon0
Jul 16, 2010 2:12 pm
Hi, I have an app using BOSS which works fine on localhost (a xampp installation). However, when I try to run it from a hosted web server, I recieve the...
2723
piramidon0
Jul 16, 2010 5:42 pm
Hello, silly me. There was a space between "start=" and "0", and while I still do not understand why different servers got different responses from the API (or...
2724
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 6:43 pm
Hi.. How I can set the links "previous" and "Next" of the results? How do I know the number of results found? thanks for your help... regards....
2725
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 6:45 pm
Hola, ¿Como puedo programar los enlaces "Anterior" y "Siguientes" para ir mostrando los resultados? ¿Como puedo saber la cantidad de resultados encontrados? ...
2726
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 9:41 pm
Hi, I put the count = 60, but the results showed are only 50 in all my requests ... $base_url = "http://boss.yahooapis.com/ysearch/"; $vertical =...
2727
Pavel Sirotkin
piramidon0
Jul 19, 2010 9:45 pm
Hi, the total number of results per BOSS query is restricted to 50 (http://developer.yahoo.com/search/boss/boss_guide/overview.html#univer_api_args). Pavel...
2728
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 10:25 pm
Hi... in this thread said that the number of results are 1000 http://tech.groups.yahoo.com/group/ysearchboss/message/2721 so, "count" is not the number of...
2729
Pavel Sirotkin
piramidon0
Jul 19, 2010 10:28 pm
Hi, as far as I see it, per request you can get up to 50 results anywhere from the top 1000, e.g. results 1-50 or 951-1000. Pavel...
2730
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 10:33 pm
Hi... the total number of results per BOSS query is restricted to 50 (http://developer.yahoo.com/search/boss/boss_guide/overview.html#univer_api_args92; ). ... ...
2731
ipiari.prueba@...
ipiari.prueb...
Jul 19, 2010 10:42 pm
then, "Count" is the number of results by screen?? If I have 1000 results totals, and i want show 50 per screen I must to put "Count=50", and every time what I...
2732
Ted Drake
t_drake_net
Jul 19, 2010 10:58 pm
Yes, that is true. Ted From: ysearchboss@yahoogroups.com [mailto:ysearchboss@yahoogroups.com] On Behalf Of ipiari.prueba@... Sent: Monday, July 19, 2010...
2733
Pavel Sirotkin
piramidon0
Jul 20, 2010 8:13 am
Hi, the API does not operate screen-wise; it just gives you the possibility to *obtain* data. 50 is the maximal number of results you can get with one API...
2734
nesral.regrib
Jul 21, 2010 11:01 am
Hi All, I am looking for a way to do hundreds of querires against Yahoo! Web Search and then record the total number of results for each query - all in batch...