Skip to main content

Manually Recover Collection Data

Finding and recovering collection data using historical website snapshot data.

Written by Bjorn Forsberg
Updated today

While we work with Shopify to try and recover or reverse the deleted collections, the following guide can be used to find and recreate Shopify collections, using historical website data.

Finding Original Collection Data

The Wayback Machine Web Archive (web.archive.org) keeps historical snapshots of websites and can contain your collection data from an earlier date. This could be used to recreate the collection, with the same title, url / handle, image etc.

Option 1

  1. Search for:
    ​
    ​yourstore.com/collections.json

Note: Replace "yourstore.com" with your actual store domain.

  1. Click on the most recent snapshot from before March 29, 2026. If no snapshot exists for collections.json, try Option B below.

  2. If collections.json exists, the text shown contains your collection titles, descriptions, handles, and image URLs in one place. Images will still be available in your Shopify store, and can be re-added to the new collection.

  3. Copy the JSON data, and convert to CSV using a free online tool (https://data.page/json/csv) or similar.

Option B

  1. Search for: yourstore.com/collections

Note: Replace "yourstore.com" with your actual store domain.

  1. Select a snapshot from before March 29, 2026

  2. When the page loads, all collections will be listed, often including the title, description, image and page url.

  3. Copy the full web archive url. It will look similar to:
    ​ https://web.archive.org/web/20250915103638/https://yourstore.com/collections

  4. Use ChatGPT to extract the information from the snapshot page:

Visit the following web archive url, and create a CSV of each listed Collection. Extract and include each collection's:
- title
- description
- url
- image src url
- image alt text
- handle (last part of path, example: `summer-sale` in `/collections/summer-sale`)
- url to the archived version of the collection page

<PASTE URL FROM STEP 3 HERE>

Unfortunately the collections listing page does not always include all information. However, you can often look up individual collection pages in the Wayback Machine by visiting: https://web.archive.org/web/*/your-store.myshopify.com/collections/collection-handle. It will be included in the csv file above.

Recreating a Collection in Shopify

Option A - Create in Shopify Admin directly

Once you have your collection data, go to your Shopify admin and recreate them manually:

1. Go to Products > Collections > Create collection

2. Enter the title, description, and image from the archived data (images will still exist in your Shopify image library)

3. Set the collection type (Automated), and the Rules.

4. If you had SEO title or description set, scroll down to "Search engine listing" and click "Edit" to enter those

5. Repeat for each missing collection

Option B - Import using Matrixify

If you have many collections to restore, you could use the Matrixify app to import them in bulk via CSV. See their guide here for detailed import instructions.


We sincerely hope this helps recover your collections data.

Did this answer your question?