firecrawl-build-map
Original:🇺🇸 English
Translated
Integrate Firecrawl `/map` into product code for URL discovery on a known site. Use when a feature needs to find pages before scraping or crawling, especially on large docs sites, blogs, or help centers where the exact target URLs are not known yet.
190installs
Sourcefirecrawl/skills
Added on
NPX Install
npx skill4agent add firecrawl/skills firecrawl-build-mapTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Firecrawl Build Map
Use this when the product knows the site but not the exact URLs.
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
Guidance
- Use before
/mapwhen URL discovery itself is the main job./crawl - Combine with
/mapwhen you only need a filtered subset of pages./scrape - Keep this as lighter coverage than ,
/scrape, and/searchunless the feature is navigation-heavy./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.
Docs (Source of Truth)
Read the docs for request/response schemas, parameters, and SDK examples before writing integration code:
See Also
- firecrawl-build
- firecrawl-build-search
- firecrawl-build-crawl