Create a CSV Download URL

*demo mode: data auto-deleted after 1 hour.

How does it work?

Upload a CSV file to generate a url like https://api.csvgetter.com/xyz789abc

/xyz789abcDownloads the full data as CSV.
/xyz789abc?sql=select * from csvgetter limit 5Downloads the first 5 rows of data as CSV. (Also accepts any other SELECT SQL commands)
/xyz789abc?type=json_records&sql=select * from csvgetter limit 5Downloads the first 5 rows of data as JSON.
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.