datasweep

n8n node for DataSweep API

Package Information

Released: 11/4/2025
Downloads: 10 weekly / 38 monthly
Latest Version: 1.0.7
Author: Mohammadreza Azari

Documentation

n8n-nodes-datasweep

This is an n8n community node that lets you use DataSweep SERP API in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-datasweep in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

Manual Installation

To get started install the package in your n8n root directory:

npm install n8n-nodes-datasweep

For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-datasweep

Operations

  • SERP Search: Get Google search results for a specific query

Credentials

You need to create credentials for DataSweep API:

  • Email: Your DataSweep account email
  • Password: Your DataSweep account password

Compatibility

Tested against n8n version 1.0.0 and above.

Usage

SERP Search

  1. Add the DataSweep SERP node to your workflow
  2. Configure credentials (email and password)
  3. Enter your search query
  4. Set the number of results (10-100, multiples of 10)
  5. Execute the node

The node will:

  • Automatically login and get authentication token
  • Send the search request with your parameters
  • Return the complete search results including:
    • Search metadata
    • Organic results with position, title, and link
    • Credits used
    • Remaining credits

Resources

License

MIT

Discussion