Back to Nodes

Wordstat

Last updated Dec 2, 2025

n8n custom node for Yandex Wordstat API

101 Weekly Downloads
214 Monthly Downloads

Included Nodes

Wordstat

Description

n8n-nodes-wordstat

npm version
License: MIT

Custom n8n node for working with Yandex Wordstat API.

Wordstat node

Why this node was created: Yandex Wordstat is a powerful tool for keyword research and search query analysis. This custom node allows you to integrate Wordstat data directly into your n8n workflows, enabling automated keyword research, market analysis, and SEO optimization tasks.

🌟 Supported Features

  • Get Regions Tree – Get the tree of regions
  • Top Requests – Get popular requests
  • Dynamics – Get request dynamics over time
  • Regions – Get request distribution by regions
  • User Info – Get current user limits and quota

πŸ“¦ Quick Installation

Via Community Nodes (recommended)

  1. Open n8n
  2. Go to Settings > Community Nodes
  3. Click Install
  4. Enter n8n-nodes-wordstat
  5. Click Install

Via Local Development / Run

  1. Clone the repository
  2. In the repository, run the following commands:
npm install
npm run build
npm link
  1. In your locally running n8n:
npm i -g n8n # if not already installed

# If you've never run n8n on your system before - run it with "n8n" command
# This will create a .n8n folder in your home directory

cd ~/.n8n
mkdir custom && cd custom
npm init -y
npm link n8n-nodes-wordstat

# Start n8n
n8n

πŸ”‘ Setup

  1. Get access to Yandex Wordstat API
  2. Get Yandex OAuth Token at Yandex OAuth
  3. In n8n create a credential of type Wordstat API
  4. Enter your OAuth Token
  5. Make sure you have access to Yandex Wordstat API

πŸ“š Documentation

⚠️ Disclaimer

[!WARNING]
This is a hobby project that does not claim stability. Use at your own risk. The author is not responsible for any problems related to the use of this node.

Security Requirements:

  • Never publish OAuth Token in public access
  • Use HTTPS for all API requests
  • Regularly check logs for suspicious activity
  • Make sure your activities comply with applicable laws

🀝 Contributing

Contributions are welcome! See the code of conduct for behavior rules.

  1. Fork the repository
  2. Create a branch for your changes
  3. Make changes and test them
  4. Create a Pull Request

πŸ’¬ Support and Contact

πŸ“„ License

MIT License – see LICENSE for details.