Created
July 7, 2012 21:40
-
-
Save ratpik/3068160 to your computer and use it in GitHub Desktop.
Crunchbase Api retrienval
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To get all entities of one kind: | |
http://api.crunchbase.com/v/1/<plural-namespace> | |
Namespace can be: | |
companies | |
people | |
financial-organizations | |
products | |
service-providers | |
Examples | |
To get all companies - api.crunchbase.com/v/1/companies.js | |
All these return the JSON format. If you want to get it into excel use something like http://json-csv.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment