List of all companies on AngelList via API -


https://angel.co/api/spec/startups

what best approach hitting every company listed on angellist? first guess query numbers until 250k, number of companies on angellist, using endpoint https://api.angel.co/1/startups/45435

there surely has better way of doing though.

yes possible via api. , api endpoint have mentioned in question correct one. have written php component achieve this. can use exporter application download start-ups data each country csv file : angellist data exporter

i hope helps you.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -