Slashdot Mirror


A9.com with Syndicated Search

joeykiller writes "Search Engine Watch reports that Amazon now lets you add your own search to their A9 search engine. Users can opt-in to use additional search engines in addition to A9.com's own when searching. Amazon has chosen to use an extension of RSS 2.0 for this, and hopes that this format will enable search syndication in the same way RSS did for content. Several add-on searches are available already, among them New York Times, Wikipedia and NASA."

13 of 61 comments (clear)

  1. Have it your way by squiggleslash · · Score: 4, Insightful
    This is great stuff on two levels.

    I've been using Firefox's configurable search feature for a while (you can add plug-ins for things like IMDB and Dictionary.com, and then select the engine you want before searching.) While it's a great idea in theory, it also is a little more clumsy than you'd normally want. I've ended up doing too many searches for "Linux USB XYZ-123 driver" in Dictionary.com or Wikipedia or whatever, because it doesn't reset itself after each search. After a while, you stop using it - it's just not quite what it needs to be.

    A9 will improve itself with this kind of feature. But, more importantly (like I said, two levels, by adopting this RSS-extension, it will encourage others to do likewise, which means other developers can put together tools for this kind of quick-search without having to learn a hundred different search engine APIs. This means there'll be enough tinkering with UIs for it to be virtually certain someone will come up with something usable.

    At the moment, searching on the Internet's a little like a bunch of 1960s style fast food outle[tt]s. You get your basic cheese burger virtually every where, but it's literally just a bun, a beef burger, and a slice of cheese. A few places are adding pickles (like Google, you might call news the pickle, or groups the tomato ketchup), but we're a long way away from, say, the engines offering delicious Whoppers. If we want to have search engines that give us the full lettuce, mayo, ketchup, onion, tomato, etc, we need to standardize on protocols in much the same way as outfits like MacDonalds and Burger King were able to create efficient food transportation systems for raw ingredients beyond simple buns and beef. This is Amazon giving us the lettuce of Wikipedia and mayo of the NYT to us, asking us if we want the fries of NASA, and it's a step towards them offering "have it your way." Awesome.

    --
    You are not alone. This is not normal. None of this is normal.
    1. Re:Have it your way by PepeGSay · · Score: 3, Interesting

      I've been using A9 as my primary search since it launched and I have to say this new feature is very cool. When a search doesn't find hits like I like, I can go to WikiPedia and even blog searches to find out if someone else has mentioned the topic. When you are looking for clusters of keywords on a topic you are only beginning to research it is very powerful.

    2. Re:Have it your way by ambrosine10 · · Score: 4, Informative

      Why would you do that when you can set up your own keywords in Firefox (no plugins) so that you can just type "imdb moviename" or "wiki topic" or "g search" and get your searches right from the address bar?

    3. Re:Have it your way by nother_nix_hacker · · Score: 3, Informative

      It's already possible. Try going to Google.com and rightclicking in the main input box (where you would type your search query) and you should see a "Add a keyword for this search..." menu item.

      If you click this the bookmarks dialog will appear. Add a name (Google) and a keyword (g) and you will be able to search google by typing:

      g "Linux TCO"

      In your URL bar

    4. Re:Have it your way by ozric99 · · Score: 3, Informative

      Firefox has been able to do that kind of thing ever since I started using it.

      Add a bookmark and use the following fields:

      Location:
      http://www.google.com/search?hl=en&ie =UTF-8&oe=UTF -8&q=%s

      Keyword:
      g

      Now, whenever you want to search google just type "g searchterm".

      You can do the same with IMDB, Amazon, Wikipedia, dictionary.com... anything that allows you to use http get to search.

  2. Re:Google api? by GMO · · Score: 2, Informative

    can't you use the google api:

    http://www.google.com/apis/

    ?

  3. Interesting Move by filmmaker · · Score: 3, Interesting

    This is an interesting move by Amazon, and it's certainly an improvement over delivering static HTML pages from a database, an increasingly worthless exercise.

    However, why do they need to extend RSS? I fail to see what the extensions are for, when all they really need is a XSL transformed RSS document or perhaps an XSL transformed XHTML document with an accompanying or alternative URL to fetch RSS directly.

    Anyway, I like this because hopefully the next move is for the big three to start offering straight XML results; this in addition to or in leiu of the data APIs Google and Yahoo already make available to web authors.

    Thing is, if they just published search results in RSS, then non programmers could jump in the game and start utilizing the data for different applications. It would open up the field considerably, but unfortunately, it would mean a lot more abuse too from search spammers would would seek to capitalize on the data.

  4. Also check out IceRocket by mcgroarty · · Score: 2, Informative
    IceRocket offers an RSS link on every search page so you can add the term to your aggregator or your My Yahoo! page. It also has the ability to search blogs explicitly and as it knows what is and isn't a blog, seems to do a better job of keeping blogs from rising to the top of every search as Google too often does.

    I use IceRocket for most of my non-technical searches these days, and use Google for technical searches. Nothing beats Google when you know a few rare keywords guaranteed to be on the page you want, but I find its utility has been on the wane for general interest pages.

  5. Extending RSS... by ImaLamer · · Score: 3, Informative
    They aren't just making up new rules to existing protocol and expecting the world to change along with them.

    Read:

    OpenSearch RSS 1.0 is an extension to the RSS 2.0 standard, conforming to the guidelines for RSS extensibility as outlined by the RSS 2.0 specification. The intent is to provide a standard format for returning results for a search query. This extension is designed to be backward compatible with existing RSS readers.

    Version 1.0 of OpenSearch RSS adds only three new elements, each within the openSearch XML namespace. Additionally, OpenSearch 1.0 makes recommendations on how existing RSS 2.0 elements can be best used within a search context.

    Future versions of OpenSearch RSS will attempt to maintain backwards compatibility with OpenSearch RSS 1.0. More complicated search extensions to RSS 2.0, such as language selection, encoding type, spelling suggestions, multi-media results, sponsored links, etc, will be done in such a way as to keep OpenSearch RSS easy to implement and interpret.
    Besides, they are only extending the RSS 2.0 namespace... something done quite often. http://www.xml.com/pub/a/2003/07/23/extendingrss.h tml
  6. Always Check Your Examples by df5ea · · Score: 2, Insightful
    The example in their spec contains invalid XML:
    <copyright>&copy;2003-2005, A9.com, Inc. or its affiliates.</copyright>
    --
    echo -n blabla | md5sum | cut -b 1-5
  7. Is this actually 'Open' search?? by InsomniaCity · · Score: 4, Insightful

    I have looked at A9 OpenSearch in the past, and what I can't see is any way to retrieve the OpenSearch description documents that people have submitted.

    At the moment, it looks like A9 are keeping these to themselves. So you can make your search engine compatible with A9, but you can't use other people's engines without their OpenSearch document.

    I think A9 should release these documents!

    --
    You cant make anything foolproof, they'll only invent better fools.
  8. Coupon/Deal/Bargain Search Engines by osewa77 · · Score: 4, Insightful

    Well, I can see how this can be commercially exploited: Imagine best-deal/coupon/bargain search engines syndicated with A( OpenSearch and people willingly subscribing to these searches because they love good deals? The only difference will be that now they won't have to leave their primary seaarch engine. A9 has something here with the potential to drive a lot of business! And I guess they can collect a lot of information and simply use it to sell more products on amazon.com, being the largest/broadest online store and all that. Cool.

  9. First attempts of disruptive innovation? by cgrand · · Score: 2, Informative

    If web services (broad sense : google, amazon, ebay, blogger, wikipedia...; not the WS-* sense) standardize their input/output they are commoditazing what they make a living of.
    Their added values are going to drop and new entrants will offer new services built upon the commoditized ones.
    The problem is that nobody expects the new services and everybody will recognize them when they appear. It's a hard turn to take for the current rulers.
    Is Amazon starting to shoot itself (and its peers) in the foot?