mapWebsiteWithFirecrawl discovers pages from sitemaps and links without downloading full page content. Use it to inspect a site before choosing URLs to scrape or crawl.
Inputs accept literal values or compatible signals. An optional second argument { account } selects the Firecrawl binding.
Example
automations/map-documentation.automation.ts
Inputs
Output
Returns{ id?, links }. Every link contains url and can include Firecrawl’s title and description. Mapping does not return page bodies; pass selected URLs to scrapeUrlWithFirecrawl when you need content.