Rahul, We just tested the old ads query (i.e. without "ads.Token=true") and then we DO get ads overseas for the same search queries which the new system...
4627
Rahul Hampole
rahul_hampole
Jun 27, 2012 4:08 pm
Hi Rivky Please use the ads.Token=true parameter with your call to get a token and Ads. Otherwise the ads will eventually get blocked for you. Regards BOSS...
4630
Lwirkk ...
lwirkk
Jun 28, 2012 6:19 am
Hi! The results shown in the API are the same as shown in the normal search Yahoo? Thanks!...
4631
lwirkk
Jun 28, 2012 6:20 am
Olá! Os resultados mostrados na API são iguais aos mostrados na pesquisa normal do Yahoo? Obrigado!...
4632
rivky.arnstein
Jun 28, 2012 12:43 pm
Rahul, I think you misunderstood. We have been using "Token=true". The problem is that no ads get returned outside of the U.S. As an experiment, we tried the...
4633
Rahul Hampole
rahul_hampole
Jun 28, 2012 3:54 pm
Yes. The results of the API are exactly the same as shown on Yahoo.com. Please make sure to use the appropriate market...
4634
Rahul Hampole
rahul_hampole
Jun 28, 2012 6:11 pm
Hello Jack Your key is now up and running. We once again apologize for the inconvenience. Let us know if anything else we can help you with Regards BOSS Team ...
4635
Rahul Hampole
rahul_hampole
Jun 28, 2012 6:54 pm
Hi The new JS shows ads based on the end user's information. Depending on the specific situation a specific end user may or may not see ads. It is also...
4636
leoteosuperhero
Jun 28, 2012 8:50 pm
Hi I'm new to BOSS, I have it authenticating and a simple query is working but anything beyond a simple one doesn't seem to want to work: This works: ...
4637
leoteosuperhero
Jun 28, 2012 8:58 pm
Hi guys, The Ruby example given here (http://developer.yahoo.com/search/boss/boss_api_guide/codeexamples.html#oauth_ruby) doesn't seem to work...I'm using Ruby...
4638
Rahul Hampole
rahul_hampole
Jun 28, 2012 9:31 pm
Hi Leo You need to encode escaped parameters as detailed in the docs http://developer.yahoo.com/search/boss/boss_api_guide/reserve_chars_esc_val.html I use the...
4639
leoteosuperhero
Jun 28, 2012 9:50 pm
Hi there, I've paid for the service, but I'm getting a "No Billing Information has been provided" notice on the BOSS project page. Also all my API queries now...
4640
Paymon
paymon_a
Jun 28, 2012 9:56 pm
Hi Leo, Please review instructions to reach support form here http://developer.yahoo.com/search/boss/bOSS_support_Form_F.pdf for the BOSS API product, so we...
4641
leoteosuperhero
Jun 28, 2012 10:04 pm
Hi there, I can't even get to the support page from the instructions you asked me to download. Where the instructions say "Click here to reach the SUPPORT...
4642
leoteosuperhero
Jun 28, 2012 10:10 pm
Hi, I've tried that and it doesn't work, In fact, the Ruby example here doesn't work either: ...
4644
Diego M
dmontal2
Jun 30, 2012 8:22 pm
We are hard at work on our new creation --> a social | collaborative search engine. We are excited about using BOSS once again on a totally new web service....
4645
jochemoxy
Jul 3, 2012 2:09 pm
The documentation says that the "age" argument for Yahoo News Search is at default 30 days(age=30d). Link to doc:...
4646
Keesjan Deelstra
keesjandeelstra
Jul 4, 2012 9:32 am
hi, I try to send a query like: ("wine expert")AND("Q&A with") I get back 8 results: when doing the same search on Yahoo or Bing I get back way more results. ...
4647
Rahul Hampole
rahul_hampole
Jul 4, 2012 10:37 pm
Hi Yeah that is a bit tricky since the ampersand is a reserved character and needs to be encoded. Here is what I ended up doing (prior to encoding) ...
4648
alashwali_em
Jul 5, 2012 12:04 pm
I want to use yahoo search api, my question is: after my application send the url request, how can I move to the results pages in order to get all the results...
4649
jshwoo
Jul 6, 2012 4:36 am
Hi, I am planning to add yahoo boss API to iphone and ipad App. What application url and application domain do I need to use for iphone, ipad App? Thanks...
4650
Rahul Hampole
rahul_hampole
Jul 6, 2012 6:38 pm
Hi You can use the start and count parameter to cycle through search results (See http://developer.yahoo.com/search/boss/boss_api_guide/v2_univer_api_args.html...
4651
Rahul Hampole
rahul_hampole
Jul 6, 2012 6:40 pm
You can provide the name of your web site where your market the site or the itunes link. You do NOT need to verify your domain. From:...
4652
jshwoo
Jul 7, 2012 5:52 am
Hi. If I search http://yboss.yahooapis.com/ysearch/web?q=iphone Message below shows up. Anyone can help why this happens? Thanks <yahoo:error...
4653
Eman Salem
alashwali_em
Jul 7, 2012 11:12 am
Yes. I can't use the start parameter to navigate programatically. How can I know when to stop my loop?? I don't know in advanced how many times I need to...
4654
Rahul Hampole
rahul_hampole
Jul 9, 2012 3:12 am
Hi Erman, Please use the totalresults value in the response, or 1000 results, whichever comes earlier. Regards BOSS Team From: ysearchboss@yahoogroups.com...
4655
Keesjan Deelstra
keesjandeelstra
Jul 9, 2012 7:25 am
Raoul, any thoughts?...
4656
Rahul Hampole
rahul_hampole
Jul 9, 2012 3:16 pm
Hi I had posted a response earlier in this message group for this question. Please take a look at it. Regards BOSS Team From: ysearchboss@yahoogroups.com...
4657
Keesjan Deelstra
keesjandeelstra
Jul 10, 2012 1:11 pm
sorry Raoul, missed your answer... any more reserved character?...
4658
Rahul Hampole
rahul_hampole
Jul 10, 2012 4:43 pm
See http://developer.yahoo.com/search/boss/boss_api_guide/v2_univer_api_args.html#v2_univer_api_query &, |, ", - Best, BOSS Team From:...