firecrawl-web
使用 Firecrawl API 抓取網站並提取數據
將網頁內容整合到您的編碼工作流程中是繁瑣且不可靠的。此技能讓 Claude 能即時存取任何網頁,獲得乾淨的 Markdown、截圖、結構化數據或搜尋結果。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"firecrawl-web" 사용 중입니다. Get the markdown from the Python 3.13 release notes
예상 결과:
- 傳回包含每個新功能標題的乾淨 Markdown
- 包含來自文檔的程式碼範例
- 移除導航欄和頁尾內容
"firecrawl-web" 사용 중입니다. Extract the price and title from this Amazon product page
예상 결과:
- Product title: Wireless Bluetooth Headphones
- Price: $79.99
- Availability: In Stock
"firecrawl-web" 사용 중입니다. Search the web for React 19 new features
예상 결과:
- 傳回 5 個相關搜尋結果,包含標題和 URL
- 每個結果包含描述摘要
- 結果按相關性排序
보안 감사
낮은 위험This skill provides legitimate web scraping functionality via Firecrawl API. The 120 static findings are overwhelmingly false positives caused by documentation examples showing bash commands, standard dotenv usage for API key management, and base64 decoding of API responses. Network and filesystem access are core intended features, not security risks.
낮은 위험 문제 (1)
위험 요인
품질 점수
만들 수 있는 것
研究新框架的文檔
抓取新函式庫或框架的文檔,快速了解其 API 和最佳實踐,無需離開編輯器。
從網站提取產品數據
定義 JSON 結構描述並從產品頁面中提取價格、標題和功能等結構化數據以进行分析。
擷取網站的視覺參考
擷取設計靈感或競爭對手網站的截圖,以便在建構 UI 元件時參考。
이 프롬프트를 사용해 보세요
Get the markdown content from https://example.com/docs/getting-started
Take a screenshot of https://example.com and save it as homepage.png
Extract the product name, price, and description from https://store.example.com/product/123 as JSON
Crawl the FastAPI documentation at https://fastapi.tiangolo.com and summarize the main concepts for building REST APIs
모범 사례
- 設定合理的抓取限制,避免快速耗盡 API 配額
- 使用 --main-only 標誌取得更乾淨的內容,不含導航元素
- 提取數據時建立精確的 JSON 結構描述,以獲得更準確的結果
피하기
- 避免在未設定頁面限制的情況下抓取整個大型網站
- 不要使用此技能繞過付費牆或存取受限內容
- 避免在沒有結構描述的情況下提取數據,否則結果將是無結構的