firecrawl-build-map

Use this when the product knows the site but not the exact URLs.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "firecrawl-build-map" with this command: npx skills add firecrawl/skills/firecrawl-skills-firecrawl-build-map

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 /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.

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:

  • docs.firecrawl.dev/features/map

See Also

  • firecrawl-build

  • firecrawl-build-search

  • firecrawl-build-crawl

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

firecrawl-build-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

firecrawl-build-interact

No summary provided by upstream source.

Repository SourceNeeds Review
General

firecrawl-build-onboarding

No summary provided by upstream source.

Repository SourceNeeds Review
General

firecrawl-build-scrape

No summary provided by upstream source.

Repository SourceNeeds Review