CSV Getter Docs
CSV GetterLoginSign Up
  • Welcome
  • What is CSV Getter?
  • The Export URL
  • Data Sources
    • Connect Airtable
    • Connect Notion
    • Connect Google Sheets
    • Upload Data
  • Destinations
    • Connect to Dropbox
    • Connect to Google Drive
  • Exporting
    • Export Airtable
    • Export Airtable (With Airtable URL)
    • Export Airtable (via API)
    • Export Notion
    • Export Google Sheets
    • Export Uploaded Data
  • Automations
    • Export to Excel (Windows)
    • Export to Google Sheets (Drive)
    • Export to Google Sheets (Direct)
    • Export to Dropbox
    • Export to JSON
    • Export to XML
  • Airtable
    • Linked Records and Lookup Fields
    • Export Shared Airtable View
  • Platform Features
    • URL Parameters
    • The "Type" Parameter
    • The "SQL" Parameter
    • Email Notifications
    • Extract JSON Property
    • Embeddable Wordpress HTML
  • Misc
    • Zapier Code Example
    • Google App Script Snippet
  • Custom Chat GPT Code
Powered by GitBook
On this page
  • What is an Export URL?
  • What if I don't want CSV data?
  • How do I make one?

Was this helpful?

The Export URL

CSV Getter allows you to create 'Export URLs' to enable your automatic data processes. This page explains what they are and how they work.

PreviousWhat is CSV Getter?NextConnect Airtable

Last updated 3 months ago

Was this helpful?

What is an Export URL?

Use an export URL to download data. The CSV Getter app lets you upload or connect to a data source that can be used to generate export URLs like the example below. (Try it out!)

https://api.csvgetter.com/yj4iuhzWUJnVSE9U44A1

What if I don't want CSV data?

Simply add a parameter to the end of the export URL to get the data in another format

https://api.csvgetter.com/yj4iuhzWUJnVSE9U44A1?type=json_records

How do I make one?

Login at to connect to your data and generate export URLs. CSV Getter can connect to Airtable, Notion, Google Sheets, and can also handle static CSV upload.

CSV Getter