1.2.0 • Published 3 years ago
googlekit v1.2.0
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 resultsresults- Array of result objectsurl- URL of resulttitle- Title of resultdescriptionDescription of result
rawHTML- Direct response from Google