1.0.2 • Published 2 years ago

google-queries v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

google-queries

getQueries() Allows you to get the autocomplete results given a string, language (optional) and a country (optional)

getTrends() returns a list of trends by country

[
    united_states: [
        "Inter",
        "Ohio State Football",
        "Georgia football",
        "Taylor Hawkins",
        "Alabama football",
        "College football scores",
        "Florida Gators Football",
        "UFC",
        "Michigan football",
        "Iowa football",
        "Aston Villa vs Man City",
        "Barcelona",
        "Texas Longhorns football",
        "Chelsea Vs West Ham",
        "AMC",
        "UNC football",
        "Everton vs Liverpool",
        "Real Madrid",
        "Clash at the Castle",
        "LSU football"
    ],
    italy: [...],
    ...
]