URL Wrangler
Pricing
from $0.01 / actor run
URL Wrangler
Join relative URLs, decompose URLs into a node/edge tree, replace/remove query params, and extract fields — batch URL wrangling toolkit.
URL Wrangler
Pricing
from $0.01 / actor run
Join relative URLs, decompose URLs into a node/edge tree, replace/remove query params, and extract fields — batch URL wrangling toolkit.
Which URL-wrangling operation to run over the URL list.
The URLs to process. For 'urljoin', these are the relative URLs resolved against Base URL. For the other operations, these are the URLs operated on directly.
Reference URL every entry in URLs is resolved against.
Query-string key/value pairs to add or overwrite on every URL.
Query-string keys to strip from every URL. Supports fnmatch wildcards, e.g. "utm_*".
Which field to extract from every URL.
Printf-style directive string, e.g. "%s://%d%p?%q". Directives: %s scheme, %u userinfo, %d domain, %S subdomain, %r root, %t tld, %P port, %p path, %e extension, %q query, %f fragment, %@ %: %? %# conditional separators, %a authority, %% literal percent.
'summary' returns the node/edge tree; 'full' also includes a node/edge count summary.