UNPKG

google-search-scraper

Version:
24 lines (23 loc) 481 B
{ "name": "google-search-scraper", "version": "0.1.0", "description": "Google search scraper with captcha solving support", "author": "thibauts", "license": "MIT", "main": "index.js", "dependencies": { "cheerio": "~0.13.1", "request": "~2.33.0" }, "repository": { "type": "git", "url": "git://github.com/thibauts/node-google-search-scraper.git" }, "keywords": [ "google", "search", "scraper", "decaptcher", "captcha" ] }