概要
Firecrawl ツールは、ウェブサイトのクローリングとデータ収集を自動化する機能を提供します。主な機能
FIRECRAWL_SCRAPE- ウェブページをスクレイピングしてデータを抽出
- markdown、HTML、JSON、links、screenshot など、さまざまな出力形式に対応
- includeTags による選択的コンテンツ抽出(特定の要素が指定された場合のみ使用)
- excludeTags によるコンテンツフィルタリング
- クローリングパラメータをカスタマイズ可能
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web クローリングとデータ収集を自動化する
FIRECRAWL_SCRAPE
- id: scrape
tool: FIRECRAWL_SCRAPE
config:
- name: token
value: "{{secrets.FIRECRAWL_API_KEY}}"
input:
- name: url
value: https://news.ycombinator.com
- name: formats
value: '["markdown","html","links"]'
- name: includeTags
value: '[".title a",".score",".age"]'
- name: excludeTags
value: '[".comment"]'
- name: waitFor
value: "1000"