Data Export

Export your analytics data for analysis in external tools.

Export Options

SiteTooling.space allows you to export your analytics data in multiple formats for use in spreadsheet applications, data visualization tools, or your own systems.

📊

CSV

For Excel, Google Sheets

📝

JSON

For developers & APIs

📈

REST API

Real-time programmatic access

Export from Dashboard

  1. 1

    Log in to your dashboard

    Go to sitetooling.space/dashboard

  2. 2

    Select your date range

    Choose the period you want to export

  3. 3

    Click the Export button

    Choose your preferred format (CSV or JSON)

Export via API

For automated exports or larger datasets, use our REST API.

curl -X GET \
  "https://api.sitetooling.space/v1/export?token=YOUR_TOKEN&format=csv&start_date=2024-01-01&end_date=2024-01-31" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -o analytics_export.csv

Data Retention

Retention Policy

SiteTooling.space retains your analytics data indefinitely while you have an active account. We recommend exporting important data periodically for backup purposes.