tavily-map

Installation
Summary

Fast URL discovery on websites without extracting content, ideal for finding specific pages on large sites.

  • Returns structured lists of all URLs on a domain with configurable depth and breadth, regex path filtering, and natural language instructions for semantic filtering
  • Supports depth control (1–5 levels), breadth limits per page, external link inclusion/exclusion, and domain filtering via regex patterns
  • Designed as step 1 in a workflow: map to find the right page, then use extract or crawl for content retrieval
  • Requires Tavily CLI (tvly) installed and authenticated; faster alternative to full-site crawling when you know the domain but not the exact page
SKILL.md

tavily map

Discover URLs on a website without extracting content. Faster than crawling.

Before running any command

If tvly is not found on PATH, install it first:

curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login

Do not skip this step or fall back to other tools.

See tavily-cli for alternative install methods and auth options.

When to use

  • You need to find a specific subpage on a large site
Related skills
Installs
6.1K
GitHub Stars
288
First Seen
Mar 16, 2026