Back to skills

firecrawl-download

workflows

Downloads an entire website to local files by combining site mapping and scraping into organized directories. Saves pages as markdown, screenshots, or multiple formats, with path filtering to target s

Setup & Installation

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

What This Skill Does

Downloads an entire website to local files by combining site mapping and scraping into organized directories. Saves pages as markdown, screenshots, or multiple formats, with path filtering to target specific sections. Output is nested under `.firecrawl/` with one file per format per page. Running one command replaces the manual loop of discovering URLs, scraping each page, organizing outputs into folders, and handling format variants per page.

When to use it

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