If you could expose [a link directly to a csv, instead of a button] or [a view-only google-sheet] or [your Airtable, if that’s how you keep the data], it could allow someone (like me?) to easily create another data source that auto-updates with your data, as well as data from other funders, if they’ll do the same.
We just released an updated version of the Grants Database which include a direct CSV download link. The direct URL is at https://funds.effectivealtruism.org/api/grants and can be used for automated fetch scripts.
Technical:
If you could expose [a link directly to a csv, instead of a button] or [a view-only google-sheet] or [your Airtable, if that’s how you keep the data], it could allow someone (like me?) to easily create another data source that auto-updates with your data, as well as data from other funders, if they’ll do the same.
Probably.
We just released an updated version of the Grants Database which include a direct CSV download link. The direct URL is at https://funds.effectivealtruism.org/api/grants and can be used for automated fetch scripts.
Thanks!
Here’s the Google Sheet version for the same data:
https://docs.google.com/spreadsheets/d/1MUUwnv6V28S71SD5VqMpqkSyTi9b4qyfo76tk642TAE/edit?usp=sharing
Anyone can “File --> Make a copy” and add their own changes. Or, the formula you want is probably
=IMPORTDATA("https://funds.effectivealtruism.org/api/grants″)
.(Let me know if anyone wants something more complicated, this here is the 2-minute version)