What problem does it solve? When you know which website contains the information you need but not the exact page, manually browsing large sites is slow and unreliable. This Skill maps an entire domain to enumerate its URLs, optionally filtering them by a search query. ## Core Features & Use Cases - Site URL Discovery: Enumerate all URLs on a domain with configurable limits, sitemap handling, and subdomain inclusion. - Search Filtering: Use the --search option to locate a specific page (e.g., an authentication docs page) within a large site. - Structured Output: Export results as plain text or JSON to a file for downstream scraping or crawling. - Use Case: Run firecrawl map https://docs.example.com --search "auth" to find the exact authentication documentation URL, then scrape that page directly. ## Quick Start Ask the AI to map a website and find the URL for a specific topic, for example: map the docs site and find the page about authentication.