/crunchbase-appsscript

Access the Crunchbase API in Google spreadsheets using Apps Script

Primary LanguageJavaScript

README

About

These functions allow one to make requests to the Crunchbase API V2 from a Google Spreadsheet.

They utilize a Google Apps caching service to account for spreadsheets that have more than 50 cells and are limited by Crunchbase's API limits.

In order to utilize the script, get a user key from http://developer.crunchbase.com

Included functions

cbOrganizationInfo(company, property)

Performs a request for information from the specified property to the http://api.crunchbase.com/v/2/organization/ URL


More functions to come soon!