Back to skills

firecrawl-map

workflows

Maps all URLs on a website by crawling its pages and optional sitemap. Supports filtering results by search query to locate specific pages within large sites. Output can be saved as plain text or JSON

Setup & Installation

npx skills add https://github.com/firecrawl/firecrawl-map --skill firecrawl-map
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/firecrawl-map
View on GitHub

What This Skill Does

Maps all URLs on a website by crawling its pages and optional sitemap. Supports filtering results by search query to locate specific pages within large sites. Output can be saved as plain text or JSON. Running a map with --search returns only the URLs matching your query, skipping the need to manually browse site navigation or guess URL patterns.

When to use it

  • Working with firecrawl map functionality
  • Implementing firecrawl map features
  • Debugging firecrawl map related issues