Export Airtable CSV Getter Icon

Easily create an export URL for an Airtable base. Download your Airtable data as CSV or JSON. Use your URL in automatic processes like backups and analytics. 🚀

Example Airtable Base
Or
Connect your own Airtable
How does it work?

1. Connect to an Airtable base to generate an export URL like https://api.csvgetter.com/3x7WpnTYhFSQJsjxrYuF (try it!)

2. Use URL paramaters in your requests to format your data export.

/3x7WpnTYhFSQJsjxrYuFReturns all of your Airtable base as CSV.
/3x7WpnTYhFSQJsjxrYuF?type=json_recordsReturns all of your Airtable base as JSON.
/3x7WpnTYhFSQJsjxrYuF?type=json_records&sql=select * from csvgetter limit 5Returns the first 5 records of your Airtable base as JSON. (Also accepts any other SELECT SQL commands)
More examples
Want to learn more?

We have guides about how to use our app. Please also see our documentation to learn more examples of URL parameters and how you can use CSV Getter to connect to Airtable, Notion, and uploaded CSV files.