Tagged Questions

Yahoo! BOSS (Build your Own Search Service) is an API to the Yahoo! search engine index.

learn more… | top users | synonyms

3
votes
1answer
275 views

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 ...
2
votes
1answer
210 views

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: <!--###V1 CODE###--> <html> ...
2
votes
2answers
197 views

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: ...
2
votes
1answer
138 views

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 ...
1
vote
0answers
157 views

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 ...
1
vote
3answers
461 views

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 ...
1
vote
1answer
109 views

indexing services for websites: lucene, and other options

Just looking for some search and indexing services for our sites, and wondered if you guys could recommend anything? our requirements: The service can either index via http, or direct access to our ...
1
vote
2answers
151 views

What are the best blogs or guides to learning the BOSS API?

What are the best blogs or guides to learning the BOSS API? (Which is used for integrating with Yahoo's search engine?)
0
votes
0answers
28 views

beginner at yahoo boss api- oauth-> boss API and google app engine

I have a scenario where I want to use BOSS API in a Google App Engine for Java web application... Is there any available/recommended Java library for oauth authentication into Yahoo that works on ...
0
votes
1answer
137 views

Yahoo BOSS API - V1 -> V2

I was using Yahoo BOSS API v1 and an URL I used got me backlinks for any site. Since the new update/upgrade to V2 the old URL is not working. Can anyone who has worked with V2 please help me out? I ...
0
votes
1answer
151 views

Yahoo BOSS API Integration with OAuth

I am completely new to Yahoo! BOSS API. I have registered for BOSS API and got the required keys. Now I want to integrate it with PHP. I don't know how to do this using OAuth service. Can anyone ...
0
votes
1answer
162 views

Yahoo BOSS API Python Library Error

i've just downloaded the Yahoo BOSS Mashup framework from http://developer.yahoo.com/search/boss/mashup.html, and I have a problem: I'm receiving the following error for all examples. For instance, ...
0
votes
1answer
78 views

Yahoo! BOSS: Include duplicate results

I can easily get the results I want from Yahoo! BOSS. However, for the particular data I'm trying to get, it's important that "duplicate" results be included. I know Yahoo! has them, since when I ...
0
votes
1answer
96 views

Python 2.6 DB error

I'm trying to get the Yahoo! BOSS package working, but when I try to run the example file I get the following error: $ python examples/ex5.py File "examples/ex5.py", line 28 tb = ...
0
votes
2answers
730 views

Yahoo BOSS Python Library, ExpatError

I tried to install the Yahoo BOSS mashup framework, but am having trouble running the examples provided. Examples 1, 2, 5, and 6 work, but 3 & 4 give Expat errors. Here is the output from ex3.py: ...