Description
Search the web via Brave Search API (preferred, free tier 2k/month — requires env BRAVE_SEARCH_API_KEY) or DuckDuckGo HTML scraping as always-on free fallback. 5min cache per identical query. Output: unified array {title, url, snippet}.
action_web_search · action · HTTP & Webhook · Available · v1.0.0
Search the web via Brave Search API (preferred, free tier 2k/month — requires env BRAVE_SEARCH_API_KEY) or DuckDuckGo HTML scraping as always-on free fallback. 5min cache per identical query. Output: unified array {title, url, snippet}.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
queryQuery di ricerca | expression | yes | — best practice webhook idempotency 2026 | Stringa da cercare. Supporta espressioni: {{$node.trigger.json.topic}}. |
limitNumero risultati (1-20) | number | no | 10 | Quanti risultati massimo. Brave: fino a 20; DuckDuckGo HTML: ~10 reali. Default 10. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
queryproviderresultscountJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_web_search-1",
"defId": "action_web_search",
"label": "Web: Search the web",
"config": {
"query": "best practice webhook idempotency 2026",
"limit": 10
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes