What problem does it solve? When your application already has a URL and needs that page's content as markdown, HTML, links, screenshots, or metadata, writing the extraction integration from scratch is error-prone. This Skill guides you to implement Firecrawl's /scrape endpoint correctly for single-page extraction in your product code. ## Core Features & Use Cases - Single-Page Extraction: Integrate the Firecrawl /scrape endpoint to return markdown, HTML, links, screenshots, or structured page output from a known URL. - Extraction Defaults: Apply recommended options like markdown output and onlyMainContent to strip navigation noise from article-like pages. - Escalation Guidance: Know when to switch to search-based discovery or interactive multi-step navigation instead of page-level scraping. - Use Case: Build a knowledge ingestion feature that takes company or documentation URLs and feeds clean markdown into an LLM or indexing pipeline. ## Quick Start Ask the AI to integrate Firecrawl /scrape into your app so a given URL returns clean markdown for your ingestion pipeline.