tavily-map

Discover website URLs using the Tavily CLI map command with filters.

Updated May 3, 2026
One-click install
npx skills add https://github.com/LuisElPoti/launch-signal-dashboard --skill tavily-map-luiselpoti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-map
Source: https://github.com/LuisElPoti/launch-signal-dashboard/tree/main/.agents/skills/tavily-map
Command: npx skills add https://github.com/LuisElPoti/launch-signal-dashboard --skill tavily-map-luiselpoti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find the exact pages you need on a large website without spending time crawling or extracting content manually.

Core Features & Use Cases

  • URL discovery without extraction: maps a site to return URLs only, speeding up research.
  • Targeted mapping controls: limits results, restricts by path/domain patterns, and supports semantic filtering via instructions.
  • Map-to-Extract workflow: use mapped URLs to choose the right pages, then run extract or crawl only where needed.
  • Use case: you know a company’s docs site exists but you are not sure which page contains “API keys,” so you map the site, narrow results to the relevant paths, and then extract the specific page(s) for detailed content.

Quick Start

Run the command tvly map https://docs.example.com with instructions to find API docs and guides and request JSON output.

Frequently Asked Questions about tavily-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover all URLs on a website without extracting page content?

URL discovery without content extraction is done by mapping a site to return links only, speeding up research. This approach applies the map command to list pages using depth, breadth, and semantic filters before crawling specific targets.

What is the best way to find specific pages like API docs on a large domain?

Finding specific pages on a large domain is best handled by mapping the site and applying natural-language instructions to filter results. You can restrict results by path or domain patterns to narrow down the exact pages needed before extracting content.

Can I limit the number of URLs returned when crawling a site map?

You can limit the URLs returned during site mapping by setting result caps and restricting by path or domain patterns. These targeted mapping controls ensure you only receive the relevant page list without exceeding your desired scope.

How do I filter discovered URLs by path patterns during domain crawling?

Filtering discovered URLs by path patterns during domain crawling is supported through regex-based filters and domain selection options. You can apply these restrictions directly in the map command alongside natural-language instructions for semantic filtering.

Does the Tavily map command output JSON for URL discovery?

The Tavily map command supports JSON output for URL discovery, allowing integration into automated workflows. It returns the discovered page links structured as JSON data without extracting the actual page content.

When should I use site mapping instead of full page content extraction?

Site mapping should be used instead of full content extraction when you need the right page list from a large domain before crawling. It creates a map-to-extract workflow where you first discover URLs, then extract only the specific pages needed.