Yahoo! BOSS (Build your Own Search Service) is an API to the Yahoo! search engine index.
Questions tagged [yahoo-boss-api]
53 questions
0
votes
2 answers
Yahoo BOSS Geo api Issue
I am new for OAuth and for yahoo apis. My problem detail is as follows:
In my current project, we have to implement one service class in which, when we pass address,
it should use yahoo boss geo apis and return longitude and latitude of this…

Gopal Lal
- 51
- 1
- 2
- 9
0
votes
2 answers
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:
gpython examples/ex3.py
examples/ex3.py:33:…

Matt Norris
- 8,596
- 14
- 59
- 90
0
votes
1 answer
How to parse Yahoo BOSS API response
I have used the following Java code from Yahoo to get search results response (Go to: Java Example) in the following link: http://developer.yahoo.com/boss/search/boss_api_guide/codeexamples.html
I registered and got my OAuth consumer key and secret…

Jury A
- 19,192
- 24
- 69
- 93
0
votes
0 answers
Yahoo Boss API query
I am using C# to call Yahoo Boss API and to retrieve metadata e.g. open graph information from url. Before thinking about any metatags I am simply querying a word within a url:
var uri = new…

doorman
- 15,707
- 22
- 80
- 145
0
votes
1 answer
Parsing Json response from Yahoo BOSS. Error
I am trying to pass a Json response string as an argument to a jsonObject as illustrated by Yahoo http://developer.yahoo.com/java/howto-parseRestJava.html in the following given code, this is in order to get yahoo search results:
/**
*…

Jury A
- 19,192
- 24
- 69
- 93
-1
votes
1 answer
How to get lastpage of totalresult in yahoo boss
I have a json like this from my query:
{"bossresponse":{"responsecode":"200","web":{"start":"0","count":"10","totalresults":"1050000000","results":[{"date":…

viyancs
- 2,289
- 4
- 39
- 71
-1
votes
1 answer
Yahoo BOSS Query
I wonna to echo totalresults but somethink is wrong.
// Get search results from Yahoo BOSS as an XML*
$API = 'http://boss.yahooapis.com/ysearch/web/v1/';
$request = $API . $query .'?format=xml&appid='. APP_ID.'&start='.$start."0";
$ch =…

Alexander_F
- 2,831
- 3
- 28
- 61
-3
votes
2 answers
ImportError: No module named etree.ElementTree when running Yahoo BOSS for the first time
I installed Yahoo BOSS (it's a Python installation that allows you to use their search features). I followed everything perfectly. However, when I run the example to confirm that it works, I get this:
$ python ex3.py
Traceback (most recent call…

TIMEX
- 259,804
- 351
- 777
- 1,080