You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the web with [SearchAPI.io](https://www.searchapi.io/) directly from your n8n workflows. The node exposes the full power of the `/api/v1/search` endpoint and supports **all engines and query parameters** offered by the service.
5
+
Search the web with [SearchApi.io](https://www.searchapi.io/) directly from your n8n workflows. The node exposes the full power of the `/api/v1/search` endpoint and supports **all engines and query parameters** offered by the service.
6
6
7
-
> **Why SearchAPI.io?**\
7
+
> **Why SearchApi.io?**\
8
8
> Real‑time SERP data from Google, Bing, DuckDuckGo, Yahoo, Yandex and more – no captchas, no proxies, one simple API.
9
9
10
10
---
@@ -37,8 +37,8 @@ Restart n8n after the install finishes.
37
37
38
38
## Credentials
39
39
40
-
1. Sign up at **[SearchAPI.io](https://www.searchapi.io/)** and copy your **API Key**.
41
-
2. In n8n go to **Credentials → + New Credential → SearchAPI**.
40
+
1. Sign up at **[SearchApi.io](https://www.searchapi.io/)** and copy your **API Key**.
41
+
2. In n8n go to **Credentials → + New Credential → SearchApi**.
42
42
3. Paste the key and save.\
43
43
The new credential will now appear in the node’s **Credential** dropdown.
44
44
@@ -48,7 +48,7 @@ Restart n8n after the install finishes.
48
48
49
49
### 1. Drag‑and‑drop UI
50
50
51
-
1. Add the **SearchAPI** node to your workflow.
51
+
1. Add the **SearchApi** node to your workflow.
52
52
2. Choose your **Credential** and the **Engine**.
53
53
3. Under **Parameters,** click **Add Parameter** for each query string field you need. To determine which fields to add, refer to the engine's documentation.
54
54
-**Name**: `q`
@@ -84,15 +84,9 @@ To easily see how to work with SearchApi on n8n, refer to the examples we've pre
84
84
-[Youtube video summarization with SearchApi](/examples/searchapi_youtube_transcripts/)
85
85
-[Chatbot that searchs the web with SearchApi](/examples/searchapi_chatbot/)
86
86
87
-
### Importing workflow
88
-
89
-
90
-
91
-
---
92
-
93
87
## Output
94
88
95
-
The node returns the raw JSON received from SearchAPI.io. See the [official docs](https://www.searchapi.io/docs/google) for complete schemas.
89
+
The node returns the raw JSON received from SearchApi.io. See the [official docs](https://www.searchapi.io/docs/google) for complete schemas.
96
90
97
91
---
98
92
@@ -101,14 +95,14 @@ The node returns the raw JSON received from SearchAPI.io. See the [official docs
0 commit comments