Export a Notion Database CSV Getter Icon

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

Example Notion Database
Or
Connect your own Notion
How does it work?

1. Connect to a Notion Database to generate an export URL like https://api.csvgetter.com/xyz789abc

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

/xyz789abcReturns all of your Notion database data as CSV.
/xyz789abc?type=json_recordsReturns all of your Notion database data as JSON.
/xyz789abc?type=json_records&sql=select * from csvgetter limit 5Returns the first 5 rows of Notion database data 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.