Skip to content

Commit 149c019

Browse files
committed
Updates readme
1 parent e36f8bc commit 149c019

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)
22

3-
# n8n SearchAPI.io Node
3+
# n8n SearchApi.io Node
44

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

7-
> **Why SearchAPI.io?**\
7+
> **Why SearchApi.io?**\
88
> Real‑time SERP data from Google, Bing, DuckDuckGo, Yahoo, Yandex and more – no captchas, no proxies, one simple API.
99
1010
---
@@ -37,8 +37,8 @@ Restart n8n after the install finishes.
3737

3838
## Credentials
3939

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**.
4242
3. Paste the key and save.\
4343
The new credential will now appear in the node’s **Credential** dropdown.
4444

@@ -48,7 +48,7 @@ Restart n8n after the install finishes.
4848

4949
### 1. Drag‑and‑drop UI
5050

51-
1. Add the **SearchAPI** node to your workflow.
51+
1. Add the **SearchApi** node to your workflow.
5252
2. Choose your **Credential** and the **Engine**.
5353
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.
5454
- **Name**: `q`
@@ -84,15 +84,9 @@ To easily see how to work with SearchApi on n8n, refer to the examples we've pre
8484
- [Youtube video summarization with SearchApi](/examples/searchapi_youtube_transcripts/)
8585
- [Chatbot that searchs the web with SearchApi](/examples/searchapi_chatbot/)
8686

87-
### Importing workflow
88-
89-
90-
91-
---
92-
9387
## Output
9488

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

9791
---
9892

@@ -101,14 +95,14 @@ The node returns the raw JSON received from SearchAPI.io. See the [official docs
10195
| Error message | Likely cause | Fix |
10296
| ---------------------------- | ---------------------------- | --------------------------------------------------------------------------- |
10397
| **401 Unauthorized** | Invalid or missing API key | Double‑check the credentials. |
104-
| **422 Unprocessable Entity** | Wrong parameter name / value | Verify against SearchAPI docs. |
98+
| **400 Bad Request** | Missing required parameter | Verify against SearchApi docs. |
10599
| **429 Too Many Requests** | Rate limit exceeded | Slow down the workflow or [upgrade plan](https://www.searchapi.io/pricing). |
106100

107101
---
108102

109103
## Resources
110104

111-
- **SearchAPI.io documentation**[https://www.searchapi.io/](https://www.searchapi.io/docs/google)
105+
- **SearchApi.io documentation**[https://www.searchapi.io/](https://www.searchapi.io/docs/google)
112106
- **n8n Community Forum**[https://community.n8n.io](https://community.n8n.io)
113107
- **Community nodes installation** – [https://docs.n8n.io/integrations/community-nodes/installation/](https://docs.n8n.io/integrations/community-nodes/installation/)
114108

0 commit comments

Comments
 (0)