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, sitemap handling, and subdomain options. - Search Filtering: Use --search to find a specific page within a large site, such as locating an authentication doc page. - Map + Scrape Workflow: Find the right URL with map --search, then hand it off to the scrape or crawl skills for content extraction. - Use Case: Run firecrawl map "https://docs.example.com" --search "auth" to find /docs/api/authentication, then scrape that URL for its content. ## Quick Start Ask the agent to map a website's URLs, optionally with a search term, and save the results under the .firecrawl/ directory.