Function Details

Ranked Keywords

Provided by

Logo

DataForSEO

Get a list of keywords that any domain or webpage is ranking for.

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