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日