Difference between revisions of "Crunchbase Accelerator Founders"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==Code== | ==Code== | ||
===scrapefounders.py=== | ===scrapefounders.py=== | ||
+ | This code lives in Z:\crunchbase2\scrapefounders.py | ||
+ | |||
+ | This program takes Accelerators and UUIDs.txt found in a Z:\crunchbase2\Accelerators and UUIDs.txt and extracts the accelerator UUIDs and loads the information of each founder from the crunchbase API using the link above. It then takes the information given by the API and returns a dictionary of accelerator UUIDs as keys and founder UUIDs as values. |
Revision as of 17:30, 26 June 2018
Crunchbase Accelerator Founders | |
---|---|
Project Information | |
Project Title | Crunchbase Accelerator Founders |
Owner | Grace Tan |
Start Date | 6/18/18 |
Deadline | |
Primary Billing | |
Notes | |
Has project status | Active |
Copyright © 2016 edegan.com. All Rights Reserved. |
Related Pages
Crunchbase Data Crunchbase Accelerator Equity
Getting Data
To get the founder UUIDs from each accelerator, input the accelerator UUID (or name all lowercase if its one work) into this link:
https://api.crunchbase.com/v3.1/organizations/ + UUID of organization + ?relationships=founders&user_key=662e263576fe3e4ea5991edfbcfb9883
Code
scrapefounders.py
This code lives in Z:\crunchbase2\scrapefounders.py
This program takes Accelerators and UUIDs.txt found in a Z:\crunchbase2\Accelerators and UUIDs.txt and extracts the accelerator UUIDs and loads the information of each founder from the crunchbase API using the link above. It then takes the information given by the API and returns a dictionary of accelerator UUIDs as keys and founder UUIDs as values.