firecrawl-build-crawl
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFirecrawl Build Crawl
Firecrawl Build 爬取功能
Use this when the product needs many pages from the same site, not just one.
当产品需要从同一站点获取多个页面而非仅单个页面时使用此功能。
Use This When
适用场景
- the feature targets a docs section, blog, or help center
- you need bulk extraction with path or depth boundaries
- the product should ingest or refresh a site section at once
- 功能的目标是文档板块、博客或帮助中心
- 你需要按路径或深度边界进行批量提取
- 产品需要一次性导入或刷新某个站点板块的内容
Guidance
使用指南
- Keep crawl scope narrow with path, depth, or page-count constraints.
- Prefer over many manual
/crawlcalls when the site structure is stable./scrape - Treat this as secondary to ,
/scrape, and/searchunless the feature is clearly site-wide./interact
- 通过路径、深度或页数限制缩小爬取范围。
- 当站点结构稳定时,优先使用而非多次手动调用
/crawl。/scrape - 除非功能明确是全站级别的,否则将此作为、
/scrape和/search的次要选项。/interact
When Not To Use It
不适用场景
- If you only need one known URL, use firecrawl-build-scrape.
- If you first need to discover URLs on a single site, start with firecrawl-build-map.
- 如果你只需要单个已知URL的内容,请使用 firecrawl-build-scrape。
- 如果你首先需要发现单个站点上的URL,请先使用 firecrawl-build-map。
Docs (Source of Truth)
文档(权威参考)
Read the docs for request/response schemas, parameters, and SDK examples before writing integration code:
编写集成代码前请阅读文档了解请求/响应模式、参数和SDK示例:
See Also
相关参考
- firecrawl-build
- firecrawl-build-map
- firecrawl-build-scrape
- firecrawl-build
- firecrawl-build-map
- firecrawl-build-scrape