Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Extract links from Google SERP

License

NotificationsYou must be signed in to change notification settings

jsnomad/Google-Scraper

Repository files navigation

NPM Badge

google-scraperCircle CIDependency Status

GoogleScraper is a nodejs module to extract links from Google SERP.

Download

The source is available for download fromGitHub.Alternatively, you can install using Node Package Manager (npm) or yarn:

  npm install google-scraper  yarn add google-scraper

Example

constGoogleScraper=require('google-scraper');constoptions={keyword:"javascript",language:"fr",tld:"fr",results:100};constscrape=newGoogleScraper(options);scrape.getGoogleLinks.then(function(value){console.log(value);}).catch(function(e){console.log(e);})

About

Extract links from Google SERP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp