Technical & DevelopmentIntermediate
firecrawl-build-scrape
Integrate Firecrawl `/scrape` for single-page extraction from product code
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrapenpx skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrapeOr paste this URL into your assistant to install:
Overview
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.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
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
Lines 1 - 25 of 50
Recommendations