Connect to Airtable base and run a SQL query on Airtable data by generating an export URL.
Connect to Airtable to generate a url like https://api.csvgetter.com/xyz789abc
/xyz789abc?sql=select * from csvgetter | Returns all of your Airtable data (in json or file download, depending on your URL settings.) |
/xyz789abc?sql=select * from csvgetter limit 5 | Returns the top 5 rows of your Airtable data |
/xyz789abc?sql=select count(*) from csvgetter | Returns the number of rows in your Airtable data |
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.