Legacy CSV Export


📘

The below details Crunchbase’s legacy CSV exports

We've updated our Bulk CSV Export as of July 2024 to have parity with our API offering. If you are looking for our Legacy CSV export page, please go here.

Legacy Crunchbase customers may have contractual access to Crunchbase data via CSV export. This legacy method provides a daily snapshot of API fields without coding against the REST API. Each morning, updated CSV files are generated for endpoint collections such as companies, people, funding rounds, acquisitions, and IPOs.

👍

Your API package determines which CSV files you can download.

For more information on our different API packages, check out this page. The following table outlines which packages have access to our different CSV files:

CollectionCore/Advanced FirmographicsCore FinancialsAdvanced FinancialsPredictions & Insights
Acquisition Predictions
Acquisitions
Addresses
Awards
Categories
Category Groups
Closure Predictions
Degrees
Diversity Spotlights
Event Appearances
Events
Funds
Funding Predictions
Funding Rounds
Growth Insights
Growth Predictions
Investments
Investor Insights
IPO Predictions
IPOs
Jobs
Key Employee Changes
Layoffs
Layoff Predictions
Legal Proceedings
Locations
Organizations
Ownerships
Partnership Announcements
People
Press References
Principals
Products Insights
Product Launches
Research and Development (R&D)

Accessing the Legacy CSV Export

The CSV export is a daily snapshot of the contents of each API endpoint collection in the Crunchbase dataset. The CSV export is broken out into individual CSV files corresponding to each endpoint collection's contents. To access these CSV files, follow these steps:

Locate your User Key. The user key is a 32 character string that you should have received 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 URL address corresponding to the file you wish to download into your browser, replacing "<user_key>" with the value that you received.

CollectionURL
Acquisition Predictionshttps://api.crunchbase.com/v4/data/static_exports/acquisition_predictions.zip?user_key=
Acquisitionshttps://api.crunchbase.com/v4/data/static_exports/acquisitions.zip?user_key=
Addresseshttps://api.crunchbase.com/v4/data/static_exports/addresses.zip?user_key=
Awardshttps://api.crunchbase.com/v4/data/static_exports/awards.zip?user_key=
Categorieshttps://api.crunchbase.com/v4/data/static_exports/categories.zip?user_key=
Category Groupshttps://api.crunchbase.com/v4/data/static_exports/category_groups.zip?user_key=
Closure Predictionshttps://api.crunchbase.com/v4/data/static_exports/closure_predictions.zip?user_key=
Degreeshttps://api.crunchbase.com/v4/data/static_exports/degrees.zip?user_key=
Diversity Spotlightshttps://api.crunchbase.com/v4/data/static_exports/diversity_spotlights.zip?user_key=
Event Appearanceshttps://api.crunchbase.com/v4/data/static_exports/event_appearances.zip?user_key=
Eventshttps://api.crunchbase.com/v4/data/static_exports/events.zip?user_key=
Fundshttps://api.crunchbase.com/v4/data/static_exports/funds.zip?user_key=
Funding Predictionshttps://api.crunchbase.com/v4/data/static_exports/funding_predictions.zip?user_key=
Funding Roundshttps://api.crunchbase.com/v4/data/static_exports/funding_rounds.zip?user_key=
Growth Insightshttps://api.crunchbase.com/v4/data/static_exports/growth_insights.zip?user_key=
Growth Predictionshttps://api.crunchbase.com/v4/data/static_exports/growth_predictions.zip?user_key=
Investmentshttps://api.crunchbase.com/v4/data/static_exports/investments.zip?user_key=
Investor Insightshttps://api.crunchbase.com/v4/data/static_exports/investor_insights.zip?user_key=
IPO Predictionshttps://api.crunchbase.com/v4/data/static_exports/ipo_predictions.zip?user_key=
IPOshttps://api.crunchbase.com/v4/data/static_exports/ipos.zip?user_key=
Jobshttps://api.crunchbase.com/v4/data/static_exports/jobs.zip?user_key=
Key Employee Changeshttps://api.crunchbase.com/v4/data/static_exports/key_employee_changes.zip?user_key=
Layoffshttps://api.crunchbase.com/v4/data/static_exports/layoffs.zip?user_key=
Layoff Predictionshttps://api.crunchbase.com/v4/data/static_exports/layoff_predictions.zip?user_key=
Legal Proceedingshttps://api.crunchbase.com/v4/data/static_exports/legal_proceedings.zip?user_key=
Locationshttps://api.crunchbase.com/v4/data/static_exports/locations.zip?user_key=
Organizationshttps://api.crunchbase.com/v4/data/static_exports/organizations.zip?user_key=
Ownershipshttps://api.crunchbase.com/v4/data/static_exports/ownerships.zip?user_key=
Partnership Announcementshttps://api.crunchbase.com/v4/data/static_exports/partnership_announcements.zip?user_key=
Peoplehttps://api.crunchbase.com/v4/data/static_exports/people.zip?user_key=
Press Referenceshttps://api.crunchbase.com/v4/data/static_exports/press_references.zip?user_key=
Principalshttps://api.crunchbase.com/v4/data/static_exports/principals.zip?user_key=
Products Insightshttps://api.crunchbase.com/v4/data/static_exports/products.zip?user_key=
Product Launcheshttps://api.crunchbase.com/v4/data/static_exports/product_launches.zip?user_key=
Research and Development (R&D)https://api.crunchbase.com/v4/data/static_exports/research_insights.zip?user_key=

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.

Unzip the file. You will have downloaded a .zip file containing the CSV you've requested. Unzip the file to begin using the CSV.

📘

CSVs Format & Encoding

Our CSVs are encoded in UTF-8 and followed the standard CSV format of:

  • escape character is "" (double quotes)
  • field delimiter is ',' (comma)
  • record delimiter is '\n' (new line)

This is a standard CSV format that should behave appropriately if opened with tools or libraries that are configured to the default CSV format listed above.

Understanding the CSV Export's Contents

As a snapshot of the contents of our API, each CSV contains the exact fields for every entity that exists for a given collection. This means that the documentation for a given API endpoint collection's fields correspond directly to each column for the matching CSV.

We recommend using our Data Dictionary to give you a picture of what fields are available in our API and CSV offerings.

image

By clicking on the Fields (API/CSV) tab, you can see a description of the available fields across all collections available in the API and CSV offerings. You can filter by the 'Data Entity' column to see which fields are available for each collection.

Using the CSV Export

We encourage you to leverage the CSV Export for your internal business and research needs. You are also welcome to publish analysis and aggregate statistics derived from the Crunchbase dataset. Unless otherwise noted in your license or Data Access Terms, you may not license, sublicense, sell, offer to sell, distribute or otherwise provide any of the Crunchbase data to any third parties.

Attribution Requirements

When sharing information about the data, follow these attribution requirements.

  • Attribution must be accompanied by a hyperlink to Crunchbase
  • If content being attributed is primarily about one entity, link must point to that entity on Crunchbase.
  • Link must be plainly visible to end user
  • Link must be in close proximity to the attributed data
  • Link must be visible to Internet spiders (e.g. Googlebot)
  • Link cannot include the “nofollow” tag"