1.2.0 • Published 2 years ago

googlekit v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

googlekit

Get an array of search results, scraped right from Google!

Example

The default export is just a function, which returns a Promise.

const search = require("googlekit");

await search("furry porn", 0); // The first argument is the query, the second argument is the page it should be on (0 == page one, 1 == page two)

Response object

  • errors - Errors that occured while parsing results
  • results - Array of result objects
    • url - URL of result
    • title - Title of result
    • description Description of result
  • rawHTML - Direct response from Google
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago