Skip to content

Instantly share code, notes, and snippets.

@ratpik
Created July 7, 2012 21:40
Show Gist options
  • Save ratpik/3068160 to your computer and use it in GitHub Desktop.
Save ratpik/3068160 to your computer and use it in GitHub Desktop.
Crunchbase Api retrienval
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