首页 > Windows开发 > 详细

Using CrunchBase API

时间:2015-04-17 17:40:10      阅读:236      评论:0      收藏:0      [点我收藏+]

Let us have fun with CrunchBase API.

 

What can CrunchBase API give us?           

 

  They said:

 

    https://developer.crunchbase.com/docs             ( By the way, their API web testing page is supported by http://3scale.net  which is so great for demonstrating the API usage for developers! )

The CrunchBase API gives developers access to query the CrunchBase Dataset for both paginated lists of specific types of Items (e.g., Companies) and details about individual Items (e.g., the properties and relationships of a specific Company).

Developers can navigate through the Dataset by retrieving and inspecting individual Items and their relationships. Each detailed Item response includes not only the properties of the Item (e.g., a Company‘s name, founding date, and profile image) but also a list of all of its relationship types (e.g., "competitors", "current_team").

 

  This is so cool !!!

 

 

Let‘s have fun!

There is a Python lib for crunchbase API. Try this one download if you want.

https://github.com/preillyme/python-crunchbase

 

Using CrunchBase API

原文:http://www.cnblogs.com/spaceship9/p/4435033.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!