Function Details

Autocomplete Keywords

Provided by

Logo

DataForSEO

Get Google's autocomplete suggestions for your keywords, similar to what you see when typing in Google's search bar. This function provides valuable insights into what users are actually searching for related to your seed keywords.

Outputs

This function outputs a table with the following columns: - keyword: The suggested search term from Google's autocomplete. - relevance: A score from 0 to 1 indicating how relevant the suggestion is to your seed keyword. - rank: The position of the suggestion in Google's autocomplete list.

[
    {
        "keyword": "content automation tools",
        "relevance": 0.85,
        "rank": 1
    },
    {
        "keyword": "content automation software",
        "relevance": 0.76,
        "rank": 2
    }
]

keyword relevance rank content automation tools 0.85 1 content automation software 0.76 2

Tips

  • Use broad seed keywords to get a wider range of suggestions

  • The relevance score helps you understand how closely related the suggestion is to your seed keyword

  • You can use the cursor_pointer parameter to simulate where the cursor is in the search term, which can affect the suggestions returned