firecrawl

Extract clean web content from URLs into Markdown using Firecrawl CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-daanteijema-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/firecrawl
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill firecrawl-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Firecrawl helps you fetch and convert real web pages into clean, LLM-ready Markdown so you can research, extract facts, and build answers from online sources without manual copy-pasting.

Core Features & Use Cases

  • Web search with page scraping: Find relevant pages on a topic and immediately extract full page content for analysis.
  • Targeted scraping by URL: Retrieve and cleanly extract content from a specific webpage, including content that renders like modern sites.
  • Site-level extraction workflows: Discover subpages with mapping and extract large sections via crawling (e.g., documentation directories), with optional interaction for click/pagination/login-like flows.

Quick Start

Use the firecrawl skill to scrape a specific webpage at a given URL into Markdown optimized for LLM context windows.

Frequently Asked Questions about firecrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract clean text from a webpage URL for research?

You can extract clean text from a webpage URL by using the scrape function, which retrieves and converts real web pages into LLM-ready Markdown for research without manual copy-pasting.

Can I crawl an entire documentation directory and extract all subpages?

Site-level extraction workflows support crawling entire documentation directories by discovering subpages with mapping and extracting large content sections via crawling.

Does web scraping work with modern interactive JavaScript-rendered sites?

Targeted scraping retrieves and cleanly extracts content from specific webpages, including dynamically rendered content from modern sites that require JavaScript execution.

What's the best way to search for web pages on a topic and scrape their content?

The best way is using web search with page scraping, which finds relevant pages on a topic and immediately extracts full page content for analysis within a single workflow.

Do I need an authenticated Firecrawl CLI to use web scraping features?

Yes, authenticated Firecrawl CLI usage is required, providing safe file-based output handling and optional -o storage for executing search, scrape, map, crawl, and interact commands.

Can I navigate interactive pages with clicks and pagination during crawling?

Yes, page interaction supports click and pagination navigation, including login-like flows, enabling extraction of content behind interactive page elements during crawling workflows.