812 B
812 B
description, argument-hint
| description | argument-hint |
|---|---|
| Discover all URLs on a website | <url> [--limit N] |
Firecrawl Map
Map URLs on the website: $ARGUMENTS
Instructions
-
Parse the arguments:
- First argument is the base URL to map
- Optional
--limit Nflag (default: 100)
-
Run the CLI command:
cd /Users/nathanvale/code/side-quest-marketplace/plugins/firecrawl && bun run src/cli.ts map $ARGUMENTS -
Present the discovered URLs to the user
Example Usage
/firecrawl:map https://docs.example.com
/firecrawl:map https://example.com --limit 50
Notes
- Returns up to 50 URLs in output (configurable via --limit)
- Includes page titles when available
- Useful for understanding site structure before scraping specific pages
- Requires FIRECRAWL_API_KEY environment variable