Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Alexa Web Search Platform Released

Posted by CmdrTaco on Tue Dec 13, 2005 12:51 PM
from the do-that-make-you-api dept.
Philipp Lenssen writes "Amazon's Alexa is releasing their search index (the same that powers the Wayback Machine) to developers via their new Alexa Web Search Platform. The Alexa framework is not for the weak of heart -- expect to learn how to use their C API, and expect to pay micro-amounts for requests and CPU cycles used -- but it also seems to be more powerful than the rival APIs from Yahoo and Google."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Pay? (Score:3, Funny)

    by op12 (830015) on Tuesday December 13 2005, @12:55PM (#14247719) Homepage
    How much is a micro-amount? And are the additional features worth it?
    • Re:Pay? (Score:5, Informative)

      by radical_dementia (922403) on Tuesday December 13 2005, @12:56PM (#14247734) Journal
      One dollar per CPU hour consumed. $1 per gig of storage used. $1 per 50 gigs of data processed. $1 per gig of data uploaded (if you are putting your new service up on their platform).
      • Re:Pay? (Score:2, Offtopic)

        Whoops, should have RTFA. But I should blend right in here :)
        • Re:Pay? (Score:4, Funny)

          by Tibor the Hun (143056) on Tuesday December 13 2005, @01:05PM (#14247818)
          hi,
          i'll give you a friendly piece of advice.
          You are under no circumstances to read TFA before making at least one post. It's fine to read it, but you must make at least one wildass guess, and pretend to know what it's talking about.

          Second, even if TFA did answer your question, you should again, under no circumstances be apologetic.

          Finally, welcome to /

  • Alexa? Nope. (Score:4, Informative)

    by Seth Finklestein (582901) on Tuesday December 13 2005, @12:55PM (#14247720) Journal
    Alexa is notorious for spyware [google.com]. Use Ad-Aware to remove Alexa if you have Alexa installed. Programmers: I will boycott all Alexa-sponsored products and label them as spyware in turn if you use this "API."

    Google's APIs [google.com] are better.
    • It's a script that analyzes your web surfing. It IS spyware, except that you install it on purpose. In that regard, it's not spyware at all. It's lookware. Disclaimer: I actually work at Amazon. I (have to) use a modified version of Alexa (and IE, ugh) every day for my job. Other than javascript conflicts that make some web pages slow, it works as advertised. In that it looks at and analyzes your browsing and reports it to Amazon, which in this case happens to be on the LAN.
    • by MushMouth (5650) on Tuesday December 13 2005, @02:26PM (#14248456) Homepage
      Why is it spyware anymore than the Google Toolbar with Pagerank on, or for that matter the fact that there are google bugs all over the internet? Alexa is not bundled with anything and is very easy to unistall (use add remove programs).
      • Alexa
        - Tricks users into installing its software, or installs itself without permission
        - Actively tries to stop users from uninstalling it, forcing people to use a third-party app to remove it (Ad-Aware, etc.)
        - Tracks users

        The first two make it scumware, the last makes it spyware. Google toolbar does track users, but warns them before doing so and only installs when users want it installed.
        • I'm, sorry,, but how does alexa "trick" people into installing it? Infact I was forced to close their privacy policy to install it, which made it quite clear that it would track my net usage. Since Alexa is uninstalled using "Add/Remove Programs" how is a third party app needed. The google toolbar with pagerank on tracks users in exactly the same way. (also upfront about it.)
  • Price (Score:4, Informative)

    by 42Penguins (861511) on Tuesday December 13 2005, @12:58PM (#14247755)
    From TFWS:
    $1 per CPU hour ($.50 for unused hours)
    $1 per GB/year
    $1 per 50GB processed
    $1 per GB downloaded
    and $1 for every 4000 user requests.

    This is just for search service, right?
    And how do these prices relate to similar services?
  • Is the Alexa toolbar that gathers a lot of their data still considered spyware? If so, do I really want to use an API that is supported by spyware?
    • Re:Spyware? (Score:4, Interesting)

      by trollable (928694) on Tuesday December 13 2005, @01:15PM (#14247907) Homepage
      That depends on your definition of what spyware is.
      If you mean collecting data, then yes Alexa does it.
      If you mean collecting personnal data, I don't think the toolbar does it.
      Then what about Google? With AdSense running (almost) everywhere + your unique eternal Google ID, they surely collect a lot of data too. And with Google Analytics, they have also a lot of info.
      So the question becomes: Is Google AdSense spyware?
      • Re:Spyware? (Score:5, Insightful)

        by Jugalator (259273) on Tuesday December 13 2005, @01:41PM (#14248138) Journal
        I wouldn't call it spyware, as it doesn't feel to me like it's more spying than what a tourist does with a camera when visiting a country. It's all upfront, nothing hidden, much like Google's upfront privacy policy in clear text:
        Google collects personal information when you register for a Google service or otherwise voluntarily provide such information. We may combine personal information collected from you with information from other Google services or third parties to provide a better user experience, including customizing content for you.

        ...

        Google's servers automatically record information when you visit our website or use some of our products, including the URL, IP address, browser type and language, and the date and time of your request.


        Nothing they try to hide deep down in some obscure EULA or anything. Sure, it's about collecting data, but there's a difference between collecting data, and collecting data by spying. The former is about doing it visibly, the other trying to hide it.

        Besides, technically speaking, I'm not sure one should call a business model or an online service "spyware" anyway, as it's usually a term used for client-side software often piggybacking on another tool, that secretly phones home by using an internet connection.
      • So the question becomes: Is Google AdSense spyware?

        God yes. However, slashdot loves google, so you will hear people explaining why spyware's actually a good thing in this case.

  • by ProfaneBaby (821276) on Tuesday December 13 2005, @01:01PM (#14247785)
    For those who prefer "other" languages, they provide an app that (true to unix best practices) uses stdin/stdout for communicating with other programs:

    The Data Retrieval API is written in C, so it may be natural for users to develop C applications against this API. However, the Platform features a utility named awsp_cat. This utility reads CIDs from stdin and writes the raw content to stdout. Users may develop applications in arbitrary programming languages to process the awsp_cat output.


    Perl developers would be able to wrap this into their existing codebase in no time, assuming they want to pay the fees.
     
  • Data Value (Score:4, Informative)

    by trollable (928694) on Tuesday December 13 2005, @01:21PM (#14247953) Homepage
    Before arguing the price for a search, I would question the value of the data itself.
    What's your opinion about Alexa ranks? Reliable? IMHO, there is too few users of the Alexa toolbar. It is also quite biased (IE, Windows). So except maybe for the top 30,000 websites, I'm not sure about the reliability of the stats.
  • by glinden (56181) * on Tuesday December 13 2005, @01:34PM (#14248065) Homepage Journal
    As part of the package, it appears the AWSP offers ssh access [alexa.com] to the Alexa cluster where you can write arbitrary C code [alexa.com].

    That seems a little dangerous, doesn't it?
  • by digitaldc (879047) * on Tuesday December 13 2005, @01:36PM (#14248086)
    'Alexa will not be held responsible for the loss or theft of information in the event of a security breach.' from: http://websearch.alexa.com/docs/faqs.html#security [alexa.com]

    Man, I would hate to see who or what is held responsible.
  • by mcguyver (589810) on Tuesday December 13 2005, @01:45PM (#14248169)
    The diffences are major. Google's API gives access to search results or allows you to execute searches that can already be done through a browser. With G's API you can build apps like Gizoogle [gizoogle.com] and Google Rank Checker. Alexa's API goes beyond allowing users to execute search queries by giving up the content within the index. This is big news for anyone interested in building their own index or accessing content for other sites.

    Someone can download billions of pages for several thousand dollars then use that to build their own search engine. Another user could be to mine the web for content such as email addresses(which would be bad). Alexa's announcement is a big shift and was bound to happen. Instead of getting crumbs from Yahoo & Google, they're giving up huge chunks of juicy data.
  • by IGnatius T Foobar (4328) on Tuesday December 13 2005, @02:01PM (#14248234) Homepage Journal
    Ah, our old friends at Alexa ... the ones who brought us the wonderfully flawed page ranking system that is based on data fed back from their IE plugin that records what pages you visit and builds rankings out of them. A quick review of their "top ranked sites" includes advertising providers like Doubleclick, and spyware providers like Claria. Depending upon the functionality of someone's IE browser is fatally flawed.
  • by rca66 (818002) on Tuesday December 13 2005, @02:30PM (#14248496)

    It seems some people (especially the author of the cited article) missed some very important points:

    1. You have access to more than just the index - you have access to the crawled data, which is about 300 Terabyte. So, if you want to do something with the pages, you don't have to download them, you don't have to rely, that they are there - you can use the crawled data to do whatever you want.

    2. The processing does not take place on your machine, but on the provided infrastructure. There is a Web-Interface, so you can administer your account, your jobs etc. You do not download any software from Alexa. You get an account on their Linux cluster and there you can compile and run your own arbritrary applications. You are able to provide these results in form of Amazon Web Services.

    So, this is much more than Google, MSN or Yahoo offer, it's hard even to compare those services. Alexa is a complete different beast, and it's a huge beast.