Skip to content

Simple Crunchbase is a terse Crunchbase.com REST API client built for Python.

License

Notifications You must be signed in to change notification settings

zholmquist/Simple-Crunchbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Crunchbase

Simple Crunchbase is a terse Crunchbase.com REST API client built for Python. You can find out more regarding the Crunchbase API in the Official Crunchbase.com REST API Documentation.

Example

Getting information from Crunchbase is fairly straightforward. Once you creat the Crunchbase object, simply append the Item/Operation ( Organizations, Organization, People, Person, etc. ) you want to query, and provide the paremters needed.

For example:

from crunchbase import CrunchBase
cb = CrunchBase(user_key='xXxxXxxXxxXxxXxxXxxXxxXx')
print cb.Organization.get(permalink='eventboard')
from crunchbase import CrunchBase
cb = CrunchBase(user_key='xXxxXxxXxxXxxXxxXxxXxxXx')
print cb.Organizations.get(name='eventboard')

Inspiration

This library was inspired by Simple Salesforce.

About

Simple Crunchbase is a terse Crunchbase.com REST API client built for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages