Back to skills

firecrawl-scrape

workflows

Extracts clean markdown from any URL, including JavaScript-rendered single-page apps. Supports multiple concurrent URLs and returns content optimized for LLM consumption. Sits between search and full

Setup & Installation

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

What This Skill Does

Extracts clean markdown from any URL, including JavaScript-rendered single-page apps. Supports multiple concurrent URLs and returns content optimized for LLM consumption. Sits between search and full crawl in a typical web research workflow. Unlike WebFetch, it handles JS-rendered SPAs and scrapes multiple URLs in parallel, so you get usable markdown instead of raw HTML or incomplete content.

When to use it

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