Complete Node List
Crunchbase makes a CSV export of all node keys available for developers seeking an alternative to paginating through the collection endpoints. The export is updated each morning and includes separate files for each key node type and includes an updated_at
timestamp with each key. Crunchbase Enterprise and/or Crunchbase Platform is required to download the CSV files.
The CSV export is a compressed TAR file containing the following files:
- organizations.csv - All organization names and permalinks
- people.csv - All people names and permalinks
- funding_rounds.csv - All funding round UUIDs
- acquisitions.csv - All acquisition UUIDs
- ipos.csv - All IPO UUIDs
- funds.csv - All fund UUIDs
Accessing the Node Export
Access to the Excel Export Requires an Enterprise or Applications License
If you are not already registered for a Crunchbase Data account, feel free to contact us.
To access the CSV files, follow these steps:
Locate your User Key. The user key is a 32 character string that you should have received by email after signing up for Crunchbase data. If you have not received your user key, please contact support.
Enter URL Into Your Browser. Once you’ve located your user key, type the following URL address into your browser and replacing "user_key" with the value that you received in your email.
https://api.crunchbase.com/node_keys/v4/node_keys.tar.gz?user_key=user_key
For example, if your "user_key" is 1a2b3c4d5e6f7g8h9i0j
, you would type:
https://api.crunchbase.com/node_keys/v4/node_keys.tar.gz?user_key=1a2b3c4d5e6f7g8h9i0j
Press Enter Key to Begin Download. Once the correct URL is in the address bar, press “Enter” (or "Return") and the download should begin automatically. If the download does not begin, please contact support.
Updated about 1 year ago