firecrawl-build-scrape
Extracts full webpage content from known URLs, supporting retrieval augmentation, summary generation, and content monitoring.
npx skills add firecrawl/skills --skill firecrawl-build-scrapeBefore / After Comparison
1 组Manually configure a crawler or use browser developer tools to copy HTML, then parse and extract text content. One page takes 10-15 minutes.
Enter a URL to automatically extract structured content, handle dynamic rendering and anti-scraping mechanisms, and get clean text and metadata in 30 seconds.
firecrawl-build-scrape
Firecrawl Build Scrape
Use this when the application already has the URL and needs content from one page.
Use This When
-
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
Default Recommendations
-
Return
markdownunless the feature truly needs another format. -
Use
onlyMainContentfor article-like pages where nav and chrome add noise. -
Add waits or other rendering options only when the page needs them.
Common Product Patterns
-
knowledge ingestion from known URLs
-
enrichment from a company, product, or docs page
-
pricing, changelog, and documentation extraction
-
page-level quality checks or monitoring
Escalation Rules
-
If you do not have the URL yet, start with firecrawl-build-search.
-
If content requires clicks, typing, or multi-step navigation, escalate to firecrawl-build-interact.
Implementation Notes
-
Keep the integration narrow: one feature, one URL, one extraction contract.
-
Treat
/scrapeas the default primitive for downstream LLM or indexing pipelines. -
Request richer formats only when the consumer needs them, such as links, screenshots, or branding data.
Docs (Source of Truth)
Read the source-of-truth page for your project language before writing integration code:
-
Node / TypeScript: docs.firecrawl.dev/agent-source-of-truth/node
-
cURL / REST: docs.firecrawl.dev/agent-source-of-truth/curl
See Also
Weekly Installs1.6KRepositoryfirecrawl/skillsGitHub Stars2First Seen5 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykWarnInstalled onopencode1.6Kcodex1.6Kantigravity1.6Kclaude-code1.6Kgithub-copilot1.6Kamp1.6K
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill