EN
Log inGet started for free

Fully managed scraping infrastructure

N8n Official Verification Node

Built for automated workflows

Scales on demand

Two Ways In — Pick Either

Fixed workflows go to Community Node integration; AI Agents go to MCP. Both share the same Key and data sources.

Recommended

Option 1: Community Node integration

Drop in the node for stable data. Best for fixed workflows: SEO monitoring, price tracking, scheduled reports.

  • Built into n8n — zero install on Cloud and self-hosted
  • Explicit parameters, deterministic JSON output
  • SERP, scraping, and unlocking APIs through one entry point
View Integration Docs
MCP Server

Option 2: MCP with n8n

The AI Agent decides when to fetch data. Best for agents: research assistants, web Q&A, autonomous research.

  • Agent picks tools dynamically, driven by natural language
  • Same Key and data sources as Community Node integration
  • Turns search and web reading into callable tools
View Integration Docs

Integration Steps

From getting an API Token to your first n8n workflow — add real-time search in just 3 steps.

1

Install Thordata Node

Install Thordata nodes through n8nCommunity Nodes, or import sample workflow templates directly.

2

Configure API Key

Register a Thordata account and obtain an APIKey, then complete the configuration in n8n Credentials.

3

Called in Workflow

By adding the Thordata node to Workflow, search results can be connected to AlAgent, databases, notification systems, or other automated processes.

STEP 1Install Community Node (BASH)
npm install n8n-nodes-thordata
STEP 2Configure Search Node (JSON)
{
  "q": "coffee",
  "gl": "us",
  "hl": "en",
  "num": 10
}
View on n8n Integrations
Real Return Example - JSON
1{2"engine": "google",3"query": "coffee",4"taskId": "65f2a1b8c9d0e4f7a1b2",5"result": {6  "organic": [7    {8      "link": "https://en.wikipedia.org/wiki/Coffee",9      "display_link": "en.wikipedia.org",10      "title": "Coffee",11      "description": "Coffee is a beverage brewed from roasted beans."12    },13    {14      "link": "https://www.britannica.com/topic/coffee",15      "display_link": "britannica.com",16      "title": "Coffee | Origin, Types, Uses, History, & Facts",17      "description": "Coffee, beverage brewed from the roasted seeds of the fruit."18    }19  ],20  "people_also_ask": [21    {22      "question": "How is coffee made?",23      "answers": "Coffee is brewed from roasted coffee beans."24    }25  ]26}
The community node and HTTP API return the same structured search data for use throughout n8n workflows.

Typical Use Cases

For teams already running n8n workflows. Embed Thordata's live search and web data into these high-frequency scenarios.

Rank Tracking

Scheduled SERP pulls for keywords; auto-compares positions and competitor changes.

Price Monitoring

Scrape competitor pricing; instant alerts on changes.

Data Collection

Bulk extraction of public products, reviews, and sales data.

Brand Sentiment Tracking

Search brand mentions by keyword; summarize volume trends.

AI Research Assistant

Agent searches the web on its own; generates sourced briefs.

Lead Enrichment

Auto-search target companies on trigger; complete customer profiles.

FAQ before you start

From deployment to billing, answered one by one.

Does Thordata need a dedicated n8n node?

Just use the official Thordata node. Install it from n8n Community Nodes, or import a sample workflow in one click. It's simpler than setting up HTTP requests manually, and parameters load automatically with your API Key.

Sign Up Free

Plug Live Data into Your n8n Today

The built-in node needs no install. Sign-up grants 500 SERP calls. Pick an entry point and run your first pipeline.