What problem does it solve? Getting usable content from webpages is hard when pages rely on JavaScript rendering, cluttered navigation, or inconsistent HTML. This Skill converts any URL into clean, LLM-optimized markdown without manual copy-pasting or browser automation. ## Core Features & Use Cases - URL to Markdown Extraction: Scrape one or multiple URLs concurrently and save clean markdown output to local files. - JavaScript Rendering Support: Handle SPAs and dynamic pages with configurable wait times before scraping. - Content Filtering: Strip nav, footer, and sidebar with --only-main-content, include or exclude specific HTML tags, and redact PII. - Use Case: You need the pricing details from a competitor's JavaScript-heavy site. Scrape the URL with --only-main-content, save it to .firecrawl/pricing.md, then grep or read the markdown directly. ## Quick Start Scrape the content of this URL into clean markdown and save it to a local file so I can read it.