Skip to content

Type in a keyword and then lets you know the exact Google searches people have been making that include that keyword.

Notifications You must be signed in to change notification settings

Heyimlulu/queryings-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queryings-api

REST

Suggestions

/get-queries?q=<string>

Trendings

/get-trending?geolocation=<string>&date=<date>&extended=<boolean>

/get-trendings?geolocation=<string>&extended=<boolean>

GraphQL

Same as above but allow specific fields picking

Query

query getSuggestions($query: String!) {
  suggestions(query: $query) {
    name
    children {
      alphabeticals {
        a
        b
        c
        d
        e
        f
        g
        h
        i
        j
        k
        l
        m
        n
        o
        p
        q
        r
        s
        t
        u
        v
        w
        x
        y
        z
        asterisk
      }
      comparisons {
        against
        and
        like
        or
        versus
        vs
      }
      prepositions {
        for
        is
        near
        to
        with
        without
      }
      questions {
        are
        can
        how
        howLong
        howOften
        what
        when
        where
        which
        who
        why
        will
      }
    }
  }
}

About

Type in a keyword and then lets you know the exact Google searches people have been making that include that keyword.

Topics

Resources

Stars

Watchers

Forks