npx skills add https://github.com/firecrawl/cli --skill firecrawl-map发现网站上的 URL。使用 --search 在大型网站中查找特定页面。
# 在大型网站上查找特定页面
firecrawl map "<url>" --search "authentication" -o .firecrawl/filtered.txt
# 获取所有 URL
firecrawl map "<url>" --limit 500 --json -o .firecrawl/urls.json
| 选项 | 描述 |
|---|---|
--limit <n> | 返回的最大 URL 数量 |
--search <query> |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 按搜索查询过滤 URL |
| `--sitemap <include | skip |
--include-subdomains | 包含子域名的 URL |
--json | 输出为 JSON 格式 |
-o, --output <path> | 输出文件路径 |
map --search 找到正确的 URL,然后 scrape 该 URL。map https://docs.example.com --search "auth" → 找到 /docs/api/authentication → scrape 该 URL。每周安装量
6.5K
代码仓库
GitHub 星标数
207
首次出现
2026年3月10日
安全审计
安装于
codex6.4K
opencode6.3K
gemini-cli6.3K
cursor6.3K
github-copilot6.3K
cline6.3K
Discover URLs on a site. Use --search to find a specific page within a large site.
# 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
| Option | Description |
|---|---|
--limit <n> | Max number of URLs to return |
--search <query> | Filter URLs by search query |
| `--sitemap <include | skip |
--include-subdomains | Include subdomain URLs |
--json | Output as JSON |
-o, --output <path> | Output file path |
map --search to find the right URL, then scrape it.map https://docs.example.com --search "auth" → found /docs/api/authentication → scrape that URL.Weekly Installs
6.5K
Repository
GitHub Stars
207
First Seen
Mar 10, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex6.4K
opencode6.3K
gemini-cli6.3K
cursor6.3K
github-copilot6.3K
cline6.3K
99,500 周安装