decodo

Decodo n8n integration

Package Information

Released: 7/21/2025
Downloads: 73 weekly / 1,018 monthly
Latest Version: 0.1.1
Author: decodo

Documentation

n8n-nodes-decodo

This repo contains the source code for integrating Decodo's Scraper API with n8n. The node supports scraping the contents of a target URL using Scraper API, which automcatically circumvents website blocks and bot protection.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

How to use

  1. Obtain a Decodo Scraper API Web Advanced plan.

  2. Fill in Decodo credentials in n8n (see below).

  3. Start using the node.

Obtaining a Decodo account

The node requires a Decodo Scraper API Web Advanced plan. Free trials available in dashboard.

Once you have a plan activated, take a note of your generated username and password:

Seting up credentials on n8n

  1. Open the credentials window on n8n:
  1. Create a new credential:
  1. Find the Decodo Credentials API:
  1. Fill in your username and password

Using the node

The node is intended to be used as a tool for an AI agent. The most simple setup would look like this:

With this setup, you can ask the agent to scrape a website in order to extract information.

As an example, if your AI model does not have access to the most recent web information, the following question may fail:

who won nba in 2025?

The question can be answered by updating the prompt with an instruction to scrape a reliable source:

scrape wikipedia and tell me who won nba in 2025

Compatibility

Node has been developed and tested with:

  • Node.js v22.17.0
  • n8n nodes API version 1
  • n8n-workflow v1.82.0

Resources

Discussion