Search
searchRun a web search via Firecrawl and return ranked results with URL, title, and description snippet. Takes a query string and optional limit (default 5, max 20). Returns {query, results[{url, title, description}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 5, max 20). | |
| query | Yes | The search query, e.g. "best open-source vector databases". | |
| _apiKey | No | Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key. |