Export Data Out of Dune
How to export data out of Dune
This guide provides a step-by-step process on exporting data from Dune, either through CSV downloads or the API.
Identify the Dataset for Export
Begin by pinpointing the dataset or query result you wish to export. For instance, given the recent buzz around Friend.Tech, you might want to export the results from this query: https://dune.com/queries/2945343.
Export via CSV
- Navigate to the query interface.
- Simply click the “Export to CSV” button.
Export via API
Ensure you have an API key. If not, generate one:
- Navigate to: Settings → API.
- Click on “Create new API key”.
- Remember to copy the entire API key before confirming.
For this guide, we’ll focus on exporting data using the ‘get latest query result’ endpoint. Here’s a Python example:
First, create a .env file with the API key you just created.
There are multiple methods to export data via the API, and it’s possible to get data in various formats like JSON and CSV. You can even integrate the data with Google Sheets. For a comprehensive guide, refer to this page.
Was this page helpful?