What problem does it solve? When you know a website but not the exact page you need, manually browsing or guessing URLs is slow and unreliable. This Skill maps a site's URL structure so you can locate specific pages or enumerate all URLs before scraping. ## Core Features & Use Cases - Site URL Discovery: List all URLs on a site with configurable limits and JSON output. - Search Filtering: Use the --search flag to find a specific page (e.g., "authentication") within a large site. - Workflow Integration: Feed discovered URLs into scrape, crawl, or download operations for content extraction. - Use Case: You need the API authentication docs from a large documentation site. Run firecrawl map with a search filter to find /docs/api/authentication, then scrape that exact URL. ## Quick Start Ask the AI to map a website's URLs with a search filter, for example: "Map https://docs.example.com and find the URL for the authentication page."