Skip to main content
Home/Recipes/Extract specific paths and merge
Extraction

7.Extract specific paths and merge

DesignerDeveloperPM

Overview

Pass multiple paths in one command to extract and merge tokens from targeted sections. Then ask an AI which tokens are unique to each path — revealing page-specific design decisions.

The paths argument lets you extract multiple specific URLs in a single command and merge the results into one token set. This is more targeted than --crawl: you choose exactly which pages contribute to the output. Combined with an AI agent, you can compare per-path token contributions — which values appear only on /pricing, which only on /docs — to understand how visual strategy varies across different product surfaces.

Extract and merge specific paths

Terminal
dembrandt brand.com /pricing /features /about --save-output
Agent prompt
# Extract paths separately then compare, or load merged output:
"Which tokens appear only on /pricing but not on the homepage?
These are likely conversion-specific design decisions.
Describe the visual strategy difference between the marketing
pages and the product pages based on the token data."
Output

Merged token set from targeted paths + per-page token strategy analysis.

Browse all

All recipes →

43 workflows