n8n
Web Scraping API node on n8n
n8n is a fair-code licensed workflow automation platform. Decodo node supports scraping the contents of a target URL using Scraper API, which automatically circumvents website blocks and bot protection.
Decodo n8n node integration is available withWeb API Advanced plans.
More information can be found in GitHub here.
Seting up credentials in n8n
- Once you have a Advances plan activated, take a note of your generated authentication token:

- Open the credentials window on n8n:

- Create a new credential:

- Find the Decodo Credentials API:

- Fill in your authentication token:

Using the Decodo 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
Parameters
Parameters will be inferred automatically from prom if AI Agent is used, but they can also be set manually:
Parameter | Description |
---|---|
url | The target URL to scrape |
geo | The geographical location on which the result depends. Read more |
markdown | If set to result is in markdown format, otherwise result is in HTML format |
Compatibility
Node has been developed and tested with:
- Node.js v22.17.0
- n8n nodes API version 1
- n8n-workflow v1.82.0
Support
Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].
Updated about 2 hours ago