Firecrawl/firecrawl-build-scrape — Agent Skills | officialskills.sh
Back to skills

firecrawl-build-scrape

officialworkflows

Integrate Firecrawl `/scrape` for single-page extraction to markdown, HTML, links, screenshots, or structured output.

Setup & Installation

npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrape
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/skills/tree/main/skills/firecrawl-build-scrape
View on GitHub

What This Skill Does

Builds page-level extraction with Firecrawl `/scrape` when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Preferred over broader crawl patterns when the feature is page-level.

Focuses on the page-level case so integrations do not over-reach into crawling when they just need one URL turned into usable content.

When to use it

  • Extracting markdown from a product URL inside an app flow
  • Pulling metadata and links from a known page for indexing
  • Capturing screenshots for preview cards or audits
  • Running structured extraction against a single page's schema
  • Converting a JS-rendered URL into clean content from product code