They all point to the massive successes, but very few seem to understand that failure is a definite possibility.
Thanks for putting this together and I'll definitely be talking about it on my podcast: http://hastepodcast.com We're always covering new kickstarter projects, and this is an invaluable tool for people who get all starry-eyed at crowdfunding.
I could "kickstart" a trip to the moon with no engineering knowledge, and a budget of $5000, and by this metric I would be "successful". Probably within an hour if I properly attached the ideas of unseating a major tech company, and using android to do it. Also video games.
That doesn't mean I went to the moon. It means I successfully got $5000 out of people.
Success in the context of Kickstarter means you raised your money. Just like a successful round of venture funding means the company was able to raise money (and not necessarily deliver a real product).
For Kickstarter projects, I think it's better we use more precise terms, like "successfully funded", rather than the vague "successful".
BLHack: Your idea is interesting, but a bit vague. Could you send a brief summary of the project? Please find enclosed $500k just in case you need a seed for you know whatev. Looking forward to more: your new board.
Things I'd like to see added:
Length of campaign, also search by launch/end date
Search funding goal with upper/lower constraints, not just a "close to $#"
Search success by % of goal reached or $ pledged (again, with upper/lower bounds).
# of backers
# of updates posted
An API for access to the data, so others can do analytics on it
Having scraping experience myself, I'd be happy to contribute code to accomplish some of these if you're interested in outside contributors.
If I'd gotten around to it, I might have tried to build something like the KickBack Machine, but seeing as it has already been done, I'll leave the job to Dan Misener. (And he's done an excellent job.)
Edit: seems I was wrong about the launch date being hard to find.
<span data-duration="X" data-end_time="Y" id="project_duration_data">
http://www.kickstarter.com/projects/818526066/the-grassroots...
Hollywood Actor Jason Biggs (from American Pie) had his $5,000 goal kickstarter campaign FAIL. F.A.I.L. And he's in Hollywood. People know him. He knows people. Wow.
I guess this goes to show that success is never guarenteed. One cannot predict future success based on past success, or future failure based on past failure. It also makes me feel really good about my own kickstarter campaign failing.
Wow this made my day. Poor guy though, it must have been a huge "wtf" for him.
edit: Changed "oh my god" to "woah" to avoid getting any more downvotes. As an atheist I'm curious to know weather it came from offended christians or vengeful atheists.
We're all lucky that Kickstarter's pages are so pleasant to scrape.
It would clearly take a lot more work to track, but I could see a Politifact promise-o-meter style 'Delivery Status' with simple indicators like 'In Progress', 'Failed', 'Partial', 'Late', and 'Delivered' or similar.
Also for the funding side, having simple counts on each category and % funded for a given filter would be very informative.
Excellent and clear presentation overall though, very useful as it stands!
For the follow-up, I didn't see anything on Kickstarter about stats.
jQuery('h2:contains("Successful")', 'div.caption').length; //successful
jQuery('h2:contains("Unsuccessful")', 'div.caption').length; //unsuccessfulI find digging into stats and broad psychological trends relating to human behavior kind of exciting on one level and depressing on another. From one perspective you can really increase your likelihood of getting people to do what you want with small tricks and tweaks. But then you realize that we're all just a bunch of manipulate-able sheep. :/
According to my numbers, since mid-June 2012, the overall success rate for all projects in all categories has been ~72%. Much higher than Kickstarter's all-time success rate of ~44%.
What I mean is to have that in the current view...seems more useful than how many days ago it ended?
The KickBack Machine dumps lots of data into this Fusion Table on an ongoing basis. Please feel free to slice and dice it however you like.
The primary purpose of TKBM is to collect Kickstarter projects together by outcome (success/failure) and goal -- two things that Kickstarter's site doesn't make easy.