firecrawl-build-map

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Firecrawl Build Map

Firecrawl Build Map

Use this when the product knows the site but not the exact URLs.
当产品已知目标站点但不清楚确切URL时使用此功能。

Use This When

适用场景

  • the feature starts with a domain or site section
  • you need URL discovery before extraction
  • the product should inspect site structure without doing a full crawl yet
  • 功能从一个域名或站点分区开始执行
  • 你需要在内容提取前先完成URL发现
  • 产品需要在不执行全量爬取的前提下检查站点结构

Guidance

使用指南

  • Use
    /map
    before
    /crawl
    when URL discovery itself is the main job.
  • Combine
    /map
    with
    /scrape
    when you only need a filtered subset of pages.
  • Keep this as lighter coverage than
    /scrape
    ,
    /search
    , and
    /interact
    unless the feature is navigation-heavy.
  • 当URL发现本身是核心任务时,在调用
    /crawl
    前先使用
    /map
  • 当你只需要过滤后的页面子集时,将
    /map
    /scrape
    结合使用
  • 相较于
    /scrape
    /search
    /interact
    ,默认将该接口作为更轻量的方案,除非功能对导航有很高要求

When Not To Use It

不适用场景

  • If you already have the exact URL, use firecrawl-build-scrape.
  • If the feature begins with a general query across the web, use firecrawl-build-search.
  • 如果你已经有确切的URL,请使用firecrawl-build-scrape
  • 如果功能从全网通用查询开始,请使用firecrawl-build-search

Docs (Source of Truth)

官方文档(唯一可信来源)

Read the docs for request/response schemas, parameters, and SDK examples before writing integration code:
编写集成代码前,请阅读文档了解请求/响应schema、参数以及SDK示例:

See Also

相关内容

  • firecrawl-build
  • firecrawl-build-search
  • firecrawl-build-crawl
  • firecrawl-build
  • firecrawl-build-search
  • firecrawl-build-crawl