Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Interface TopicSuggestion

    An entity Google recognises, as returned by search suggestions.

    mid is the identifier to pass as a keyword to query the topic rather than the literal phrase — a topic aggregates every spelling and translation of the same concept.

    interface TopicSuggestion {
        mid: string;
        title: string;
        type: string | null;
    }
    Index
    mid: string

    Freebase-style entity id, e.g. "/m/0mkz". Pass this as a keyword.

    title: string

    Display name, e.g. "Artificial intelligence".

    type: string | null

    Disambiguating descriptor, e.g. "Professional field". Null when Google omits it.