Yahoo! BOSS (Build your Own Search Service) is an API to the Yahoo! search engine index.
Questions tagged [yahoo-boss-api]
53 questions
6
votes
6 answers
Alternatives to the Google Search API
If someone searches for a keyword on our website, we currently pull in Google's search results. We have done this using Google's standard search API with no real issues so far.
However, we noticed that a number of searches weren't going through. So…

Till
- 22,236
- 4
- 59
- 89
3
votes
0 answers
Alternatives to Google's Deprecated Image Search API?
Since Google Image Search API has been deprecated does Google provide any alternative to the Yahoo Search Boss API?
Is it possible to use the Google Custom Search API in a similar way to retrieve thumbnail images?

doorman
- 15,707
- 22
- 80
- 145
3
votes
7 answers
Company doesn't want to use ASP.NET ajax...what can I do?
Developers and management tell me that they want to move away from using asp.net ajax because it is big and cumbersome.
I kind of agree, but I don't want to do all the javascript heavy lifting myself. Eventually I also want to introduce jQuery. I'm…

dev.e.loper
- 35,446
- 76
- 161
- 247
3
votes
2 answers
What is an appropriate way to datamine the total number of results of a keyword search?
newbie programmer and lurker here, hoping for some sensible advice. :)
Using a combination of Python, BeautifulSoup, and the Bing API, I was able to find what I wanted with the following code:
import urllib2
from BeautifulSoup import…

binarysolo
- 355
- 1
- 3
- 15
3
votes
2 answers
How to get better suggestion(spelling) on Yahoo BOSS?
I have been using Yahoo BOSS for little time. It is an easy API for search but spelling suggestion support is really not that robust. Do folks around here have any idea of getting better spelling suggestion on BOSS.

Ratn Deo--Dev
- 1,038
- 2
- 15
- 29
3
votes
1 answer
Google equivalent to Yahoo! Boss
There is a similar question here, but I think the answer is not correct.
Yahoo! Boss gives me the access to its entire search index, whereas Google Custom Search API allows you to search sites which you yourself provide.
So, I want to know if…

simplfuzz
- 12,479
- 24
- 84
- 137
2
votes
1 answer
Changing PHP code for Yahoo BOSS V1 to BOSS V2
I have a solid test page for Yahoo BOSS V1 that I need to make compatible with the V2 code which uses OAuth. Here is the V1 page:
Yahoo BOSS v2 testing
2
votes
1 answer
How can I pass parameters with callback functions to search APIs like Yahoo BOSS and BING?
I am using Yahoo BOSS and Bing APIs to provide search functionality to my site. Specificaly, I use their JSON response formats where I would pass a callback function to the search provider that would later be called back with the search results. My…

Faith Wins
- 411
- 1
- 5
- 10
2
votes
3 answers
Yahoo BOSS Search (Limited Web) : Valid AppID but requires registration
I had this BOSS API working for years, but since yesterday (I think), we don't get any new results , only this message:
{"error":{"lang":"en-US","description":"Valid AppID but requires
registration."}}
Other people seem to have the same problem,…

Dushan Savich
- 178
- 15
2
votes
2 answers
Is Yahoo! PlaceFinder an appropriate use case for OAuth?

danludwig
- 46,965
- 25
- 159
- 237
2
votes
1 answer
What's the difference between BOSS and the Yahoo Web Search API?
If I'm building a commercial search engine to display results from Yahoo! search, should I use BOSS or the Yahoo Web Search API?
What's the difference?
New Coder
1
vote
1 answer
Yahoo Boss API (version 1) shut down for good?
It looks like the Yahoo Boss API terms of service has recently changed to an exclusive pay as you go model and that the "Key Terms ? Query Suggestions" has been discontinued altogether according to this Boss V2 Features Matrix
Can someone confirm…

Scott B
- 38,833
- 65
- 160
- 266
1
vote
0 answers
YBOSS search API
I am using YBOSS V2 search API and it worked fine till a few days back.
All of a sudden it is throwing below error
Valid AppID but requires registration
The URL is something like…

user2901901
- 101
- 1
- 12
1
vote
1 answer
looking for search engine service for drupal that wont include my data to public index
i tried drupal core search and its kinda disappointing, i used many moudles to improve it but its not good enough, and i dont wana install apachesolr , is there a search engine api / service (even that costs some 10-200$) that can index my site…

amirash
- 2,419
- 5
- 24
- 26
1
vote
1 answer
Is there an ability to use wildcards (*) in the query parameters with the BOSS API?
I'm having trouble finding a definitive answer in the API documentation, or anywhere else online. Does anyone know if it's possible to include wildcards in the query parameters (either encoded or unencoded) when sending up a search web request? For…

mdaguillo
- 31
- 3