firecrawl-build-scrape

Single-page content extraction from known URLs in markdown, HTML, links, or screenshots.

firecrawl ↓ 56k
Claude Code
View source ↗

What it does

  • the feature starts from a known URL
  • you need page content for retrieval, summarization, enrichment, or monitoring
  • you want the default extraction primitive before considering /interact
  • Return markdown unless the feature truly needs another format.
  • Use onlyMainContent for article-like pages where nav and chrome add noise.
  • Add waits or other rendering options only when the page needs them.
  • knowledge ingestion from known URLs

Requirements & configuration

  • Use this when the application already has the URL and needs content from one page.
  • you need page content for retrieval, summarization, enrichment, or monitoring
  • Return markdown unless the feature truly needs another format.
  • Add waits or other rendering options only when the page needs them.
  • If content requires clicks, typing, or multi-step navigation, escalate to firecrawl-build-interact.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Single-page content extraction from known URLs in markdown, HTML, links, or screenshots.

Source

Repository: https://github.com/firecrawl/skills

firecrawl-build-scrape FAQ

What does the firecrawl-build-scrape skill do?

Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is page-level. the feature starts from a known URL you need page content for retrieval, summarization, enrichment, or monitoring

What does firecrawl-build-scrape require?

Use this when the application already has the URL and needs content from one page. you need page content for retrieval, summarization, enrichment, or monitoring Return markdown unless the feature truly needs another format. Add waits or other rendering options only when the page needs them. If content requires clicks, typing, or multi-step navigation, escalate to firecrawl-build-interact.

How do I install firecrawl-build-scrape?

Run: npx -y skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrape --agent claude-code — the source lives at github.com/firecrawl/skills.

Maintain firecrawl-build-scrape?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

firecrawl-build-scrape on getagentictools
[![firecrawl-build-scrape on getagentictools](https://getagentictools.com/badge/skills/firecrawl-skills-firecrawl-build-scrape.svg)](https://getagentictools.com/skills/firecrawl-skills-firecrawl-build-scrape?ref=badge)
npx agentictools info skills/firecrawl-skills-firecrawl-build-scrape

The second line is the CLI lookup for this page — handy in READMEs and docs.