🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

get-google-suggestions

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-google-suggestions

Get Google Search Suggestions for a given query

1.0.2
latest
Source
npm
Version published
Weekly downloads
6
-40%
Maintainers
1
Weekly downloads
 
Created
Source

NPM Version NPM Downloads Issues

Get Google Suggestions

Get google suggestions for any query via NodeJS.

Install

npm install get-google-suggestions

Import

import getGoogleSuggestions from 'get-google-suggestions'; // ES module

const getGoogleSuggestions = require('get-google-suggestions'); // commonJS

Usage

const suggestions = await getGoogleSuggestions('nodejs');
console.log(suggestions);
// [
//   'nodejs download',
//   'nodejs tutorials',
//   'nodejs framework',
//   'nodejs interview questions github',
//   'nodejs fetch',
//   'nodejs versions',
//   'nodejs documentation',
//   'nodejs express'
// ]

License

MIT

Keywords

google

FAQs

Package last updated on 27 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts