get-google-suggestions
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i get-google-suggestions

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

46.3 kB

Total Files

11

Last publish

Collaborators

  • yuvraj108c