Live data from Hacker News

The Wolfram Alpha API Has Arrived

blog.wolframalpha.com

11–20 of 28 posts

Re: The Wolfram Alpha API Has Arrived

#12
post #3

Charging developers to try out your API. Questionable. If anything, don't they want to do everything they possibly can to attract developers?

That is the first thing I noticed also. the pricing is non-trivial to. $60 for 1k/day requests? damn

I believe that's $60 for 1k total requests - you use those up, you need to pay $60 more.

Re: The Wolfram Alpha API Has Arrived

#13

$60 for 1000 requests just for protyping and personal use? Do they actually want anybody to use their product?

It's stunning. For commercial use (i.e. the way that a huge number of startups would like to use this), the cheapest option is $2000/month.

They say to contact them to tailor it to your needs, so maybe they're willing to come way down from that number.

Re: The Wolfram Alpha API Has Arrived

#17
I went ahead and posted this comment on the blog post. It'd be great to be able to at least have a sandbox to build a library for communicating with the API to test out libraries and clients under development. Without something like that, I really don't see open, robust client libraries being built, and driving adoption in applications and around the web.

---

I'm surprised that no one has said this yet, so I'll step up.

This is massively expensive.

Releasing an API without offering developers any way to build client libraries for Ruby, Python, and other languages short of ponying up $60 to test their client (or even offering a sandbox for sample data) is a bit much.

I'd be interested in putting together a Ruby library for interfacing with Alpha that would abstract the work of creating a request and parsing the response, making integration a snap for other developers and enabling deeper integration with Alpha around the web. I've thought a bit about how that might look, too:

  query = WolframAlpha::Query.new(:query => '7.5 parsecs in light years')
  response = query.execute

  response.pods.keys.map(&:title)
  => ['Input Interpretation', 'Result', 'Additional Conversions', 'Comparison as distance', 'Interpretations,' 'Corresponding Quantity']

  response.pods['Result']
  => '24.5 light years'
But with such a strong financial disincentive to develop for the platform, it's not likely that I'll register as a developer to create something like this. Feel free to contact me if terms change.

Re: The Wolfram Alpha API Has Arrived

#18
post #13

$60 for 1000 requests just for protyping and personal use? Do they actually want anybody to use their product?

It's stunning. For commercial use (i.e. the way that a huge number of startups would like to use this), the cheapest option is $2000/month. They say to contact them to tailor it to your needs, so maybe they're willing to come way down from that number.

There really is no better response than: hahahahahahahahahahahaha!

Re: The Wolfram Alpha API Has Arrived

#19
Wolfram|Alpha uses algorithmic computation! Sign me up!

"Wolfram|Alpha uses a unique paradigm for modeling data, based on algorithmic computation, that allows for implicit relationships among the data and the emergence of new knowledge."

http://products.wolframalpha.com/api/faqs.html ("Comparisons")

Post reply on HN