Online URL Decomposer (Directory & Query String Extraction)
Drop a CSV with a URL column to automatically decompose URLs into directory segments (5 levels) and query string.
Before
After
Drag & drop CSV files here, or browse files
.csv format (up to 10 files, 500 MB each)
Required Columns
URL
Your data stays in your browser. By using this tool, you agree to our Terms and Privacy Policy.
How to Use This Template
Select Your File
Drag & drop a CSV file containing the required columns
Automatic Processing
Data is transformed and aggregated based on the template
View Results
Explore the aggregated results interactively on the Analyze page
Processing Details of This Template
- 1Extract from URL via regex → column "dir_1"
- 2Extract from URL via regex → column "dir_2"
- 3Extract from URL via regex → column "dir_3"
- 4Extract from URL via regex → column "dir_4"
- 5Extract from URL via regex → column "dir_5"
- 6Extract from URL via regex → column "query_string"