# Firecrawl Scrape > Extract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says "scrape", "grab", "fetch", "pull", "get the page", "extract from this URL", or "read this webpage". Handles JS-rendered pages, multiple concurrent URLs, and returns LLM-optimized markdown. Use this instead of WebFetch for any webpage content extraction. Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-scrape Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 2 meses Context cost: 101 tok installed, 936 tok once triggered, 936 tok with every bundled file Bundle: 1 file, 4 KB Permissions requested: bash(firecrawl *), bash(npx firecrawl *) ## Install ```bash npx -y skills add firecrawl/cli --skill firecrawl-scrape --agent claude-code ``` ## What it does - Extrae markdown limpio de una o varias URLs mediante `firecrawl scrape` - Renderiza JS para SPAs con `--wait-for` - Filtra el contenido con `--only-main-content`, `--include-tags`/`--exclude-tags` - Permite preguntar sobre el contenido de la página con `--query` - Scrapea múltiples URLs de forma concurrente ## Use it when - Tienes una URL específica y quieres su contenido - La página es estática o renderizada con JS (SPA) - Es el paso 2 del patrón de escalado: search → scrape → map → crawl → interact ## Don't bother when - No tienes una URL concreta (usa firecrawl-search) - La página necesita interacción como clics o formularios (usa firecrawl-interact) - Necesitas descargar un sitio entero (usa firecrawl-download) ## What triggers it - "Extrae el contenido de esta URL en markdown" - "Scrapea esta página y guárdala en .firecrawl/page.md" - "Pregunta al contenido de https://example.com/pricing cuál es el precio del plan enterprise" - "Obtén el markdown y los links de esta página SPA" - "Haz scrape de estas tres URLs a la vez" ## Before you install - Requiere tener instalado el CLI de firecrawl (o usar npx firecrawl) con acceso configurado. ## Files - SKILL.md — 4 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-scrape/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-scrape