Package Information
Released: 11/4/2025
Downloads: 10 weekly / 38 monthly
Latest Version: 1.0.7
Author: Mohammadreza Azari
Available Nodes
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)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-datasweepin Enter npm package name - Agree to the risks of using community nodes
- 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
- Add the DataSweep SERP node to your workflow
- Configure credentials (email and password)
- Enter your search query
- Set the number of results (10-100, multiples of 10)
- 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
