The Wolfram Alpha API Has Arrived
11–20 of 28 posts
Re: The Wolfram Alpha API Has Arrived
#12Charging 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
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?
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
#14Re: The Wolfram Alpha API Has Arrived
#15But I'm thinking the 6/c a query thing means it's all moot.
Re: The Wolfram Alpha API Has Arrived
#16Re: The Wolfram Alpha API Has Arrived
#17---
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$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
#19"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")