Skip to main content gottem  — one API for every scraper.
Spider × n8n · community node

Live web data in any n8n workflow.

Crawl, scrape, search, screenshot, or transform URLs from a single node. 7 operations, one API key, results flow straight into the next step.

Spider node Live
{
  "operation": "scrape",
  "url": "example.com",
  "return_format": "markdown",
  "anti_bot": true
}
node complete · 1 page · 280ms
01 · Install

One command, one credential.

Install the node npm
# Install in your n8n instance
npm install @spider-cloud/n8n-nodes-spider

# Restart n8n to load the node
n8n start
Add credentials
# Credentials → New → "Spider API"
API Key : "your-spider-api-key"

# Get a key at spider.cloud/pricing
02 · Operations

Seven ways to get web data.

Drop the Spider node, pick the operation that matches the step.

spider_crawl

Walk an entire site. Follow links, respect depth limits, return clean structured content.

spider_scrape

Extract content from a single URL. Markdown, HTML, or plain text ready for the next node.

spider_search

Search the web and get results with full page content in one request.

spider_links

Pull every hyperlink from a page. Use it to map site structure or seed downstream crawls.

spider_screenshot

Capture a full-page or viewport PNG. Useful for monitoring and archival.

spider_transform

Convert any URL into markdown, HTML, plain text, or XML — reshape web content for downstream nodes.

spider_get_credits

Read your remaining API balance from inside a workflow.

03 · What ships with every call

The hard parts are handled.

LLM-ready output

Markdown, HTML, plain text, or XML. Structured content ready to feed into any AI model or downstream pipeline.

Handles bot protection

CAPTCHAs, fingerprinting, and bot detection are handled transparently. Cloudflare, Akamai, PerimeterX.

JavaScript rendering

Dynamic sites rendered in a real browser. SPAs, client-side content, infinite scroll.

Geo routing

Pin requests to a country or region without provisioning a proxy fleet. 199 supported countries.

Clean content

Strips navigation, ads, and boilerplate so only the meaningful content reaches the next node.

Built for throughput

Async architecture and smart retry mean workflows do not wait on the data layer.

04 · Example

Pricing tracker in three nodes.

Workflow: extract pricing → Slack hourly
// 1. Schedule Trigger — every hour
// 2. Spider Node
Operation : Scrape
URL       : https://example.com/pricing
Format    : Markdown
Anti-Bot  : Enabled

// 3. Slack Node
Channel   : #pricing-updates
Message   : {{ $json.content }}
Start

API key, install, ship.

Get a key, install the node in n8n, and the next workflow has live web data.

Learn more

Where the data comes from.

The same API behind the n8n node powers our other integrations and SDKs.