Back to Nodes

SmartSearch

Last updated Sep 29, 2025

n8n node for SmartSearch API

25 Weekly Downloads
153 Monthly Downloads

Included Nodes

SmartSearch

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:

  1. Log in to www.cloudsway.ai or contact info@cloudsway.com to get your Endpoint and API Key
  2. In n8n, create new credentials for "SmartSearch API"
  3. 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

  1. Add the SmartSearch node to your workflow
  2. Configure the credentials
  3. Enter your search query
  4. 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