Product export (CSV & JSON)
Export Shopify products as Shopify-compatible CSV or raw JSON — ready for store migration, analysis, or custom tooling.
Overview
ShopSniffer exports products in two formats optimized for different use cases: a Shopify-compatible CSV for direct store-to-store migration, and a raw JSON file for analysis and custom tooling. Both cover the full catalog, not just the free-export preview.
CSV export (Shopify-compatible)
The CSV export follows Shopify's product CSV format, so you can import it directly into another Shopify store via Admin → Products → Import. Every row includes:
Each product may span multiple rows — one per variant, plus additional rows for extra images. This matches Shopify's expected import shape exactly.
JSON export
The JSON export contains the raw Shopify product JSON — ideal for custom analysis, data science, or building your own tools. Includes full variant details, metafields, and all image data. Unlike the CSV, there's no row-per-variant flattening; each product is a single object with nested arrays.
Use JSON when you want:
- Data science / notebook workflows
- Custom ETL into a database
- Feeding ML models
- Anything beyond pure Shopify-to-Shopify migration
Collections & pages JSON
In addition to products, every report includes JSON exports for all collections and pages. These contain titles, descriptions, images, handles, and body HTML content. See downloads for the full file list and schema.