The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Tollgate Brave Search",
"nodes": [
{
"parameters": {},
"id": "1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"method": "POST",
"url": "http://127.0.0.1:8787/v1/invoke",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer n8n"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"provider\": \"brave\",\n \"op\": \"search\",\n \"arguments\": {\n \"query\": \"Tollgate API admission gateway\",\n \"count\": 3\n },\n \"request_class\": \"batch\",\n \"agent_id\": \"n8n-search\"\n}",
"options": {}
},
"id": "2",
"name": "Brave Search",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
280,
0
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Brave Search",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"notes": "Needs BRAVE_API_KEY in Tollgate Key.txt. Spend counted on n8n consumer envelope."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Tollgate Brave Search. Uses httpRequest. Event-driven trigger; 2 nodes.
Source: https://github.com/landjunge/tollgate/blob/main/configs/n8n-search.workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla
For developers and organizations that need to protect PDF files with the password.
This workflow takes ad copy, sends it to Spendict’s assess endpoint to score and classify it, and then routes the result based on the returned launch recommendation so only ads that pass the gate proc
twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.
This workflow illustrates how to use Perplexity AI in your n8n workflow.