Questions tagged [yahoo-boss-api]

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

53 questions
0
votes
1 answer

output XML from Yahoo BOSS API with PHP

I managed to get this code so far:
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
0
votes
1 answer

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, for example.ex3.py: File "ex3.py", line 33 tb =…
DjangoRocks
  • 13,598
  • 7
  • 37
  • 52
0
votes
1 answer

How do I link my sitemap to Yahoo Boss?

Let's say a want to use Yahoo Boss for a brand new, unindexed site; Is there a way I submit an XML feed i.e. a site map in order to get results before The site gets indexed ?
Angel S. Moreno
  • 3,469
  • 3
  • 29
  • 40
0
votes
1 answer

Yahoo BOSS geocode undefined method `[]' for nil:NilClass

Using Yahoo BOSS as a geocoding service with geocoder gem in my rails 4 project. Getting error.. undefined method `[]' for nil:NilClass /Users/local/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/geocoder-1.2.8/lib/geocoder/lookups/yahoo.rb:33:in…
Nigel Earle
  • 775
  • 2
  • 7
  • 19
0
votes
1 answer

No AJAX response text

I think the code is right, but I don't get any response in my second alert. When I go to the website given in the first alert, I get the text I want. Why doesn't it work?