Function Details

Keyword Suggestions

Provided by

Logo

DataForSEO

Provide a seed keyword, and you will get a list of long-tail keywords with each keyword in the list matching the specified search term.

Outputs

This function outputs a table with the following columns: - Keyword: The long-tail keyword. - Volume: The monthly search volume for the keyword. - competition: The competition level for the keyword.

[
    {
        "Keyword": "keyword1",
        "Volume": 1000,
        "competition": "Low"
    },
    {
        "Keyword": "keyword2",
        "Volume": 2000,
        "competition": "Medium"
    }
]

Keyword Volume competition keyword1 1000 Low keyword2 2000 Medium