Archive a sitemap into a WACZ
Requires a Pro license
Point zshot at the House at Pooh Corner sitemap.xml with WACZ output, and every URL the sitemap lists is captured into one archive, saved to house-at-pooh-corner.wacz, ready to load in ReplayWeb.page.
zshot -t wacz -f house-at-pooh-corner.wacz \
https://zshot-cli.com/example_assets/house-at-pooh-corner/sitemap.xml{
"url": "https://zshot-cli.com/example_assets/house-at-pooh-corner/sitemap.xml",
"output_type": "wacz"
}curl -X POST http://127.0.0.1:3000/ \
-H "Content-Type: application/json" \
-d '{"url":"https://zshot-cli.com/example_assets/house-at-pooh-corner/sitemap.xml","output_type":"wacz"}' \
-o house-at-pooh-corner.waczA target that resolves to a sitemap is treated as a manifest of URLs: zshot fetches each listed page and writes them all to the same archive. No crawl flags are needed. To write a bare WARC instead, use -t warc.