Web Queries
Map Site
Discover all links on a website
POST
Map a website and return the links discovered on it. Useful for building a crawl plan or auditing site structure. Runs synchronously.
Request Body
The site URL to map.
Only return links containing this substring.
Maximum number of links to return. Between
1 and 100000.Include links on subdomains of the target site.
Treat URLs that differ only by query string as the same link.
Max time in milliseconds to wait. Between
1000 and 600000.Response
links (string[]) — discovered URLs; total_links (number) — count.