CrunchBase API Cheat Sheet
Since the CrunchBase API doc has somehow disappeared from the Google Groups site, here is a cheat sheet summarizing the different kinds of requests one can make. All requests return JSON.
namespace ::= company | person | financial-organization | product | service-provider
http://api.crunchbase.com/v/1/<namespace>/<permalink>.js
http://api.crunchbase.com/v/1/search.js?query=<keyword(s)>
plural-namespace ::= … | people
http://api.crunchbase.com/v/1/<plural-namespace>
http://api.crunchbase.com/v/1/<plural entity namespace>/permalink?name=<entity name>
http://api.crunchbase.com/v/1/<plural entity namespace>/posts?name=<entity name>
http://api.crunchbase.com/v/1/people/posts?first_name=<person first name>&last_name=<person last name>
Names are all case insensitive.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.