Description
n8n-nodes-cloudsway
This is an n8n community node. It lets you use Cloudsway SmartSearch API in your n8n workflows.
SmartSearch is a web search API service that provides search functionality with options for pagination, language settings, and safety levels.
Features
SmartSearch
This node performs web searches using the Cloudsway SmartSearch API with the following options:
- Smart Search: Performs a web search and returns results in JSON format
Parameters
- Query: (Required) The search query string
- Count: (Optional) Number of results to return (default: 10)
- Offset: (Optional) Pagination offset (default: 0)
- Language: (Optional) Search language code (default: 'en')
- Safe Search: (Optional) Safety level for results (options: Strict, Moderate, Off; default: Strict)
Credentials
To use the SmartSearch node, you need to authenticate with the Cloudsway API:
- Log in to www.cloudsway.ai or contact info@cloudsway.com to get your Endpoint and API Key
- In n8n, create new credentials for "SmartSearch API"
- Enter your Endpoint and API Key in the respective fields
The credential configuration requires:
- Endpoint: Your SmartSearch endpoint name
- API Key: Your private API key (stored securely)
Usage
- Add the SmartSearch node to your workflow
- Configure the credentials
- Enter your search query
- Optionally configure additional parameters:
- Adjust the count to control the number of results
- Set an offset for pagination
- Choose a language code
- Select the appropriate safe search level
The node returns search results that can be used in subsequent nodes.
Resources
- n8n community nodes documentation
- Cloudsway SmartSearch API documentation
- For support, contact info@cloudsway.com