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.
/3x7WpnTYhFSQJsjxrYuF | Returns all of your Airtable base as CSV. |
/3x7WpnTYhFSQJsjxrYuF?type=json_records | Returns all of your Airtable base as JSON. |
/3x7WpnTYhFSQJsjxrYuF?type=json_records&sql=select * from csvgetter limit 5 | Returns the first 5 records of your Airtable base as JSON. (Also accepts any other SELECT SQL commands) |
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.