Description
Evomi n8n Node
This repository provides an n8n community node for Evomi’s Scraper API, a powerful web scraping tool with intelligent mode detection, automatic CAPTCHA solving, and residential proxy support.
n8n is a fair-code licensed workflow automation platform that lets you connect apps, APIs, and services to build automated workflows.
Features
- Intelligent Auto Mode: Automatically detects whether to use fast HTTP requests or full browser rendering
- Three Scraping Modes: Choose between
auto,request, orbrowsermodes - Multiple Output Formats: Get results as JSON, Markdown, or Screenshot
- AI Tool Compatible: Use as an AI agent tool for intelligent web scraping
- Automatic CAPTCHA Solving: Built-in CAPTCHA handling with browser mode
- Geo-Targeting: Route requests through proxies in 195+ countries
- Robust Error Handling: Comprehensive validation with helpful error messages
—
Prerequisites
To use this node, you need:
1. An Evomi account – Sign up at evomi.com
2. Active Scraper API subscription or Pay-As-You-Go credits – Required to make API requests
> 🎁 Free Trial Available! New users can get started with a free trial at my.evomi.com/scraper-api.
—
Installation
From n8n Community Nodes
1. Open your n8n instance
2. Go to Settings → Community Nodes
3. Select Install
4. Enter n8n-nodes-evomi and confirm
Manual Installation
npm install n8n-nodes-evomi
—
Getting Started
Step 1: Get Your API Key
1. Log in to your Evomi Dashboard
2. Navigate to Products → Scraper API → Playground
3. Your API key is displayed in the top-right section of the dashboard

Copy the API key from the highlighted field (click the copy icon next to it).
Step 2: Add the Evomi Node to Your Workflow
1. In your n8n workflow editor, click the + button to add a new node
...