{"id":49642674,"url":"https://github.com/two02/google-autocomplete-bulk","last_synced_at":"2026-05-05T20:04:03.659Z","repository":{"id":56789570,"uuid":"525259320","full_name":"two02/google-autocomplete-bulk","owner":"two02","description":"google-autocomplete-bulk is a Nodejs package for dealing with Google autocomplete to scrape large quantities of suggestions.","archived":false,"fork":false,"pushed_at":"2022-08-16T09:59:39.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-04T04:11:47.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/two02.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":"2022-08-16T06:37:29.000Z","updated_at":"2025-02-28T06:23:26.000Z","dependencies_parsed_at":"2022-08-16T09:30:35.066Z","dependency_job_id":null,"html_url":"https://github.com/two02/google-autocomplete-bulk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/two02/google-autocomplete-bulk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two02%2Fgoogle-autocomplete-bulk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two02%2Fgoogle-autocomplete-bulk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two02%2Fgoogle-autocomplete-bulk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two02%2Fgoogle-autocomplete-bulk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/two02","download_url":"https://codeload.github.com/two02/google-autocomplete-bulk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/two02%2Fgoogle-autocomplete-bulk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32665663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-05-05T20:04:02.496Z","updated_at":"2026-05-05T20:04:03.652Z","avatar_url":"https://github.com/two02.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google autocomplete bulk\n\ngoogle-autocomplete-bulk is a Nodejs package for dealing with Google autocomplete to scrape large quantities of suggestions.\n\n## Installation\n\nUse the [npm](https://www.npmjs.com/package/google-autocomplete-bulk) to install google-autocomplete-bulk.\n\n```bash\nnpm i google-autocomplete-bulk\n```\n\n## Usage\n### Without Proxy\n```js\nconst Gauto = require('google-autocomplete-bulk');\n\nasync function main() {\n  const results = await Gauto('quary', quntity);\n  console.log(results);\n}\n```\n### With Proxy\n```js\nconst Gauto = require('google-autocomplete-bulk');\n\nasync function main() {\n  const results = await Gauto('quary', quntity, 'proxy address', 'proxy port', 'proxy user', 'proxy password');\n  console.log(results);\n}\n```\n## Convert data to array\n```js\nlet data = '[test1, test2, test3]';\nlet array = data\n  .trim() \n  .substr(1,data.length-2) \n  .split(',') \n  .map(e=\u003ee.trim()) \n  \nconsole.log(array);\n```\n\n## Example\nYou can study our [examples](https://github.com/two02/google-autocomplete-bulk/tree/main/example) from our repository\n\n## Contributing\nPlease open an [issue](https://github.com/two02/google-autocomplete-bulk/issues) first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwo02%2Fgoogle-autocomplete-bulk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwo02%2Fgoogle-autocomplete-bulk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwo02%2Fgoogle-autocomplete-bulk/lists"}