n8n-nodes-maxun
v0.0.2
Published
Maxun node for n8n - Web scraping and data extraction made easy.
Maintainers
Readme
n8n-nodes-maxun
This is an n8n community node for Maxun - a no-code web data extraction and scraping automation platform.
n8n is a fair-code licensed workflow automation platform.
Features
- Robot Management: List, get, and delete your extraction robots
- Run Execution: Start robot runs, get status, retrieve results, and abort runs
- Dynamic Selection: Robot dropdowns are populated automatically from your Maxun account
- Flexible Configuration: Support for custom URLs, max rows, and stealth mode
Installation
Follow the installation guide in the n8n community nodes documentation.
npm
npm install n8n-nodes-maxunUsing n8n Desktop/Cloud
- Go to Settings > Community Nodes
- Click Install a community node
- Enter
n8n-nodes-maxun - Click Install
Credentials
To use this node, you need a Maxun API key:
- Log in to your Maxun dashboard
- Go to Settings > API Keys
- Create a new API key
- Copy the API key and use it in the n8n credentials
Operations
Robot
| Operation | Description | |-----------|-------------| | Get Many | Get all robots in your account | | Get | Get a specific robot by ID | | Delete | Delete a robot |
Run
| Operation | Description | |-----------|-------------| | Start | Start executing a robot | | Get Status | Get the status of a robot run | | Get Results | Get the extracted data from a completed run | | Get Many | Get all runs for a robot | | Abort | Abort a running robot execution |
Example Workflow
Here's a simple workflow example:
- Trigger: Schedule trigger (e.g., every day at 9 AM)
- Maxun Node: Start a robot run
- Wait Node: Wait for 30 seconds
- Maxun Node: Get run results
- Google Sheets Node: Save results to a spreadsheet
