What problem does it solve? Web pages often contain navigation clutter, require JavaScript rendering, or return raw HTML that is hard to use. This Skill converts any URL into clean, LLM-optimized markdown so you can read, search, and reason over page content without manual cleanup. ## Core Features & Use Cases - Markdown Extraction: Scrape one or many URLs concurrently into clean markdown files, with options to strip nav, footer, and sidebar via --only-main-content. - JavaScript Rendering: Handle JS-rendered SPAs by waiting for page rendering with --wait-for before extraction. - Flexible Output Formats: Return markdown, HTML, links, screenshots, or JSON, and optionally ask a targeted question about the page with --query. - Use Case: You need the content of a product pricing page built as a React SPA. Scrape it with a render wait, save the markdown to .firecrawl/, then grep or read the file to find the enterprise plan price. ## Quick Start Scrape the URL I provide into clean markdown and save it to a file so we can review the page content together.