F
firecrawl-map
by @firecrawlv
4.7(108)
自动抓取并列出网站上的所有URL,支持可选的深度搜索功能,帮助用户全面了解网站结构和内容分布。
安装方式
npx skills add firecrawl/cli --skill firecrawl-mapcompare_arrows
Before / After 效果对比
1 组使用前
传统上,要发现网站上的所有URL,通常需要手动点击或使用简单的爬虫工具,效率低下,且难以处理大型网站或动态生成的链接,容易遗漏重要页面。
使用后
Firecrawl Map能够高效地发现并列出网站上的所有URL,并支持可选的深度搜索,提供全面的网站结构视图,极大地简化了网站分析和内容审计工作。
SKILL.md
firecrawl map
Discover URLs on a site. Use --search to find a specific page within a large site.
When to use
- You need to find a specific subpage on a large site
- You want a list of all URLs on a site before scraping or crawling
- Step 3 in the workflow escalation pattern: search → scrape → map → crawl → browser
Quick start
# Find a specific page on a large site
firecrawl map "<url>" --search "authentication" -o .firecrawl/filtered.txt
# Get all URLs
firecrawl map "<url>" --limit 500 --json -o .firecrawl/urls.json
Options
| Option | Description |
|---|---|
--limit <n> | Max number of URLs to return |
--search <query> | Filter URLs by search query |
--sitemap <include|skip|only> | Sitemap handling strategy |
--include-subdomains | Include subdomain URLs |
--json | Output as JSON |
-o, --output <path> | Output file path |
Tips
- Map + scrape is a common pattern: use
map --searchto find the right URL, thenscrapeit. - Example:
map https://docs.example.com --search "auth"→ found/docs/api/authentication→scrapethat URL.
See also
- firecrawl-scrape — scrape the URLs you discover
- firecrawl-crawl — bulk extract instead of map + scrape
- firecrawl-download — download entire site (uses map internally)
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量43.3K
评分4.7 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.7(108)
5
23%
4
52%
3
23%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日