Discover the URLs on a site
Authorizations
An API key, sent as Authorization: Bearer enc_…. A dashboard session cookie works on the same route.
Body
The site to map. A bare hostname is accepted and assumed to be https.
"https://example.com"
How many URLs to return.
1 <= x <= 5000Keep only URLs containing this text, matched case-insensitively against the whole URL. This is what makes a map of a ten thousand page site useful rather than merely large.
"docs"
Widen the site from one host to its subdomains, so mapping example.com also lists docs.example.com.
Read the sitemap and stop, skipping link discovery. Faster, kinder to the site, and complete for anyone who publishes an accurate sitemap.