Skip to content

Intro to Archived Items

An archived item is a representation of web content that is generated by an archiving process, like crawl workflows. Each successful crawl run produces an archived item that can then be accessed from workflow’s Crawls tab or the Archived Items page.


The main function of an archived item is to enable interactive playback of the web archive, referred to as “replay”. To ensure high-quality replay, you can review individual pages in an archived item using quality assurance tools.

Metadata such as tags and descriptive text can be added to archived items to provide contextual information. You can further contextualize items by creating an archived item collection.

Because archived items are standardized around the WACZ file format specification , they are portable between all Webrecorder tools and external systems that support WACZ. For example, you can import an archived item created using the ArchiveWeb.Page Chrome extension to your org, or you can download an item created using a Browsertrix crawl workflow and view it offline in the ReplayWeb.page desktop application .

You can browse and search all crawled and uploaded items from the Archived Items page.

Uploading Web Archives

To import an archived item, use the Upload WACZ button on the Archived Items page. Metadata like name, tags, and collection can be assigned during import. Only archived items in the WACZ file format are accepted.

Status

The archived item status is displayed in the Status column of the Archived Items page, the Status column of a collection’s Archived Items tab, and the Overview section of an item’s detail page.

Status Description
Complete The item was created by a crawl run that successfully completed.
Stopped The item was created by stopping a crawl run. Only the pages crawled until the workflow run had been stopped are included in the archived item. An optional reason for stopping may be displayed.
Processing Upload The uploaded WACZ file is being processed and its pages indexed.
Uploaded Upload processing has completed and the archived item is ready to replay.
Processing Failed Upload processing encountered an error and the upload could not be completed.

Archived Item Details

The archived item details page can be accessed by selecting the item from the Archived Items page or a collection’s Archived Items tab. Successfully completed and stopped crawl runs from the Crawling > Crawl Runs page and a workflow’s Crawls tab are also linked to the associated archived item’s details page.

The page is composed of the following sections, though some are only available for crawls and not uploads.

Overview

View metadata and statistics associated with how the archived item was created.

Metadata can be edited by pressing the pencil icon at the top right of the metadata section to edit the item's description, tags, and collections it is associated with.

Each archived item also has a unique identifier (ID) that can be used to reference the item in the Browsertrix API and in support requests. The ID may be prefixed with upload-, manual-, or sched-, followed by letters and numbers. The ID can be copied from the archived item Overview section or the Actions dropdown menu. Crawled items will also have an option to copy the item's workflow ID, which similarly can be used to reference the item’s workflow in the API and support requests.

Quality Assurance

View crawl quality information collected from analysis runs, review crawled pages, and start new analysis runs. QA is only available for crawls and org members with crawler permissions.

The pages list provides a record of all pages within the archived item, as well as any ratings or notes given to the page during review. If analysis has been run, clicking on a page in the pages list will go to that page in the review interface.

Crawl Analysis

Running crawl analysis will re-visit all pages within the archived item, comparing the data collected during analysis with the data collected during crawling. Crawl analysis runs with the same workflow limit settings used during crawling.

Crawl analysis can be run multiple times, though results should only differ if the crawler version has been updated between runs. The analysis process is being constantly improved and future analysis runs should produce better results. Analysis run data can be downloaded or deleted from the Analysis Runs tab. While they are stored as WACZ files, analysis run WACZs only contain analysis data and may not open correctly or be useful in other programs that replay archived content.

Once a crawl has been analyzed — either fully, or partially — it can be reviewed by pressing the Review Crawl button. For more on reviewing crawls and how to interpret analysis data, see: Crawl Review.

Subscription Feature

Like running a crawl workflow, running crawl analysis also uses execution time. Crawls and crawl analysis share the same concurrent crawling limit, but crawl analysis runs will be paused in favor of new crawls if the concurrent crawling limit is reached.

Replay

Browse archived pages and interact with archived content.

Interactive playback is powered by ReplayWeb.page, built by the same team that develops Browsertrix. For more details on replaying and navigating the archived content, see the ReplayWeb.page user documentation.

WACZ Files

View downloadable files to save the archived item to a local device or to export the item from Browsertrix for use in another system.

One or more WACZ files may be present depending on the size and scale of the crawl. To combine them all into a single WACZ file, choose Export as Combined WACZ at the top of the tab. The combined file will automatically begin downloading.

Combining multiple WACZ files is the default behavior when choosing Download and Download Item from the archived item and workflow action menus, respectively.

For archived items that were created using deduplication, download the item as a combined WACZ with all of the dependencies from other items necessary for high fidelity replay by clicking the dropdown menu next to Export as Combined WACZ and selecting With Dependencies.

What is WACZ?

WACZ is a media type that allows web archive collections to be packaged and shared on the web as a discrete file. A WACZ file includes the data that is needed for the rendering of archived content as well as contextual information.

Logs

View a list of errors and behavior logs that were generated during crawling. Clicking a log entry in the list will reveal additional information.

Only a subset of the logs generated by the crawler are visible in this tab. All log entries that were recorded in the creation of the archived item can be downloaded in JSONL format by pressing the Download All Logs button.

Crawl Settings

View the crawl workflow configuration options that were used to generate the resulting archived item. Many of these settings also apply when running crawl analysis.