Function Details

Related Keywords

Provided by

Logo

DataForSEO

Related Keywords

The Related Keywords node provides keyword suggestions and search volume data based on your seed keywords using Google Ads data. This node helps you discover related search terms and their metrics for SEO and PPC research.

Overview

This node analyzes your input keywords and returns related keywords along with important metrics like:

- Search volume

- Competition level

- Related keyword variations



Inputs

  • Keywords: Enter up to 20 seed keywords, separated by commas.

  • Language: The language to search from.

  • Country Code: The country to search from.

  • Limit: Number of results to return (1-100).

Output Format

The node returns a JSON array of related keywords with the following structure for each keyword:

[
    {
        "keyword": "example keyword",
        "search_volume": 1000,
        "competition": 0.75
    },
    ...
]

Where: - keyword: The related keyword phrase - search_volume: Monthly search volume - competition: Competition level (0-1, where 1 is highest)