{"id":20900311,"url":"https://github.com/jsnomad/google-scraper","last_synced_at":"2025-05-13T01:32:15.417Z","repository":{"id":57252302,"uuid":"10576786","full_name":"jsnomad/Google-Scraper","owner":"jsnomad","description":"Extract links from Google SERP","archived":false,"fork":false,"pushed_at":"2016-12-30T14:15:33.000Z","size":47,"stargazers_count":48,"open_issues_count":1,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-26T19:20:58.899Z","etag":null,"topics":["google","google-scraper","nodejs","scraper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsnomad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-09T01:48:21.000Z","updated_at":"2025-04-13T05:23:34.000Z","dependencies_parsed_at":"2022-08-31T22:11:02.419Z","dependency_job_id":null,"html_url":"https://github.com/jsnomad/Google-Scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsnomad%2FGoogle-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsnomad%2FGoogle-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsnomad%2FGoogle-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsnomad%2FGoogle-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsnomad","download_url":"https://codeload.github.com/jsnomad/Google-Scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253854055,"owners_count":21974217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","google-scraper","nodejs","scraper"],"created_at":"2024-11-18T11:18:55.358Z","updated_at":"2025-05-13T01:32:15.112Z","avatar_url":"https://github.com/jsnomad.png","language":"JavaScript","readme":"[![NPM Badge](https://nodei.co/npm/google-scraper.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/google-scraper)\n\n# google-scraper [![Circle CI](https://circleci.com/gh/jsnomad/Google-Scraper.svg?style=svg)](https://circleci.com/gh/jsnomad/Google-Scraper) [![Dependency Status](https://david-dm.org/jsnomad/Google-Scraper.svg)](https://david-dm.org/jsnomad/Google-Scraper)\n\nGoogleScraper is a nodejs module to extract links from Google SERP.\n\n## Download\nThe source is available for download from\n[GitHub](https://github.com/jsnomad/Google-Scraper).\nAlternatively, you can install using Node Package Manager (npm) or yarn:\n\u003cpre\u003e\n  npm install google-scraper\n  yarn add google-scraper\n\u003c/pre\u003e\n\n## Example\n\n```javascript\nconst GoogleScraper = require('google-scraper');\n\nconst options = {\n  keyword: \"javascript\",\n  language: \"fr\",\n  tld:\"fr\",\n  results: 100\n};\n\nconst scrape = new GoogleScraper(options);\n\nscrape.getGoogleLinks.then(function(value) {\n  console.log(value);\n}).catch(function(e) {\n  console.log(e);\n})\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsnomad%2Fgoogle-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsnomad%2Fgoogle-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsnomad%2Fgoogle-scraper/lists"}