What problem does it solve? When an application already has a URL and needs that page's content, developers must wire up the Firecrawl /scrape endpoint correctly, choosing formats, freshness controls, and rendering options without over-engineering the integration. ## Core Features & Use Cases - Single-Page Extraction: Retrieve markdown, HTML, links, screenshots, metadata, or structured output from one known URL via the Firecrawl /scrape endpoint. - Freshness Control: Use maxAge to bound how old a reused indexed copy may be, and read cacheState and cachedAt metadata to verify what was returned. - Escalation Guidance: Directs you to firecrawl-build-search when no URL exists yet, or firecrawl-build-interact when pages require clicks, typing, or multi-step navigation. - Use Case: A knowledge-ingestion feature receives a documentation URL from a user; this skill guides the integration to scrape the page as markdown with onlyMainContent enabled and feed it into an LLM indexing pipeline. ## Quick Start Ask the agent to integrate Firecrawl /scrape into your app so a given URL is extracted as markdown for your ingestion pipeline.