-
Notifications
You must be signed in to change notification settings - Fork 9
Dealbook API
Diego edited this page Jun 15, 2018
·
7 revisions
We have yet to develop a proper API for the Dealbook data (help anyone?). However, the following requests can be made in JSON format:
- https://dealbook.co/companies.json
- https://dealbook.co/investors.json
- https://dealbook.co/deals.json
- https://dealbook.co/dealings.json
The dealings
table matches investors and deals. Note that investors may be of the Investor type (VCs, angels) or Company type (acquisitions, corporate investments).
Note: the JSON implementation is in alpha stage and currently untested. Use at your own risk.