google-scraper
GoogleScraper is a nodejs module to extract links from Google SERP.
Download
The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm) or yarn:
npm install google-scraper yarn add google-scraper
Example
const GoogleScraper = ; const options = keyword: "javascript" language: "fr" tld:"fr" results: 100; const scrape = options; scrapegetGoogleLinks