F
firecrawl-search
by @firecrawlv
4.7(112)
ウェブ検索を実行し、完全なページコンテンツを抽出します。データ分析と情報検索を包括的にサポートし、詳細な情報を取得します。
インストール方法
npx skills add firecrawl/cli --skill firecrawl-searchcompare_arrows
Before / After 効果比較
1 组使用前
ウェブ検索を行う際、検索結果の要約しか得られず、完全なコンテンツを取得するには各ページを手動でクリックしてアクセスする必要があり、効率が低い。
使用後
Firecrawl Searchを使用してウェブ検索を行うと、検索結果だけでなく、完全なページのMarkdownコンテンツを選択的に抽出でき、研究効率とデータ統合能力が向上します。
SKILL.md
firecrawl search
Web search with optional content scraping. Returns search results as JSON, optionally with full page content.
When to use
- You don't have a specific URL yet
- You need to find pages, answer questions, or discover sources
- First step in the workflow escalation pattern: search → scrape → map → crawl → browser
Quick start
# Basic search
firecrawl search "your query" -o .firecrawl/result.json --json
# Search and scrape full page content from results
firecrawl search "your query" --scrape -o .firecrawl/scraped.json --json
# News from the past day
firecrawl search "your query" --sources news --tbs qdr:d -o .firecrawl/news.json --json
Options
| Option | Description |
|---|---|
--limit <n> | Max number of results |
--sources <web,images,news> | Source types to search |
--categories <github,research,pdf> | Filter by category |
--tbs <qdr:h|d|w|m|y> | Time-based search filter |
--location | Location for search results |
--country <code> | Country code for search |
--scrape | Also scrape full page content for each result |
--scrape-formats | Formats when scraping (default: markdown) |
-o, --output <path> | Output file path |
--json | Output as JSON |
Tips
--scrapefetches full content — don't re-scrape URLs from search results. This saves credits and avoids redundant fetches.- Always write results to
.firecrawl/with-oto avoid context window bloat. - Use
jqto extract URLs or titles:jq -r '.data.web[].url' .firecrawl/search.json - Naming convention:
.firecrawl/search-{query}.jsonor.firecrawl/search-{query}-scraped.json
See also
- firecrawl-scrape — scrape a specific URL
- firecrawl-map — discover URLs within a site
- firecrawl-crawl — bulk extract from a site
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数44.2K
評価4.7 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件
ユーザー評価
4.7(112)
5
23%
4
51%
3
23%
2
3%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年5月23日