Exporting scan data to CSV
You can export your QR code scan data to CSV for analysis in Excel, Google Sheets, or any BI tool. Both individual QR code data and bulk exports are supported.
Exporting from the QR Codes list
- Go to Dashboard → QR Codes.
- Select one or more QR codes using the checkboxes.
- Click Export CSV in the toolbar.
- A CSV file downloads immediately.
What the export includes
- QR code name, type, and short URL
- Total scans and unique scans
- Active/inactive status
- Created date and last scanned date
- Tags and folder
ℹ️ The CSV export includes aggregate scan totals per QR code. Individual scan-level data (each scan as a row) is available via the REST API on the Business plan using the
GET /api/v1/analytics/:id endpoint.Opening the CSV in Excel or Google Sheets
The file is standard UTF-8 encoded CSV. In Excel, use Data → From Text/CSV to import it correctly (ensures special characters like accented country names display properly). In Google Sheets, go to File → Import.