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