Web: Search the web

action_web_search · action · HTTP & Webhook · Available · v1.0.0

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}.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
query
Query di ricerca
expressionyes
best practice webhook idempotency 2026
Stringa da cercare. Supporta espressioni: {{$node.trigger.json.topic}}.
limit
Numero risultati (1-20)
numberno10Quanti risultati massimo. Brave: fino a 20; DuckDuckGo HTML: ~10 reali. Default 10.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • query
  • provider
  • results
  • count

💡 Configuration example

JSON 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
  }
}

🔗 Related nodes in the same category

Ready to use Web: Search the web?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes