Map
mapCrawl a website and return all discovered URLs (up to 5,000). Optionally filter by a search term to rank discovered links by relevance. Returns {url, count, links[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to map, e.g. "https://example.com" | |
| limit | No | Maximum number of URLs to return (default 100, max 5000). | |
| search | No | Optional search term to filter discovered URLs by relevance. | |
| _apiKey | No | Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key. |