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日