{"id":26522434,"url":"https://github.com/miniarray/node-ego","last_synced_at":"2026-04-27T16:31:49.742Z","repository":{"id":7071885,"uuid":"8358442","full_name":"miniArray/node-ego","owner":"miniArray","description":"Find your rank on Google and other search engines","archived":false,"fork":false,"pushed_at":"2018-03-21T21:17:05.000Z","size":19,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-03-20T08:41:44.306Z","etag":null,"topics":[],"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/miniArray.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-22T14:06:52.000Z","updated_at":"2013-11-19T22:31:51.000Z","dependencies_parsed_at":"2022-07-30T10:18:04.745Z","dependency_job_id":null,"html_url":"https://github.com/miniArray/node-ego","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/miniArray%2Fnode-ego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniArray%2Fnode-ego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniArray%2Fnode-ego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniArray%2Fnode-ego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miniArray","download_url":"https://codeload.github.com/miniArray/node-ego/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244805184,"owners_count":20513232,"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":[],"created_at":"2025-03-21T13:27:00.776Z","updated_at":"2026-04-27T16:31:49.702Z","avatar_url":"https://github.com/miniArray.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-ego\n\nFind your rank on Google and other search engines.\n\n## Getting Started\nInstall the module with: `npm install ego`\n\n```coffeescript\nego = require 'ego'\n\nego.rank\n  phrase: \"ebay\"\n  domain: \"ebay.com\"\n  success: (result) -\u003e\n    console.log \"Google position: #{result.position}\"\n```\n*output: \"Google position: 1\"*\n\n## Examples\n\n### Delay\n\nGoogle will temporarily block searches if they suspect you're automating searches. You can specify a delay (in milliseconds) between each pagination to avoid this.\n\n```coffeescript\nego.options.delay = 5000\n\n# or\n\nego.rank\n  delay: 5000\n  phrase: \"ebay\"\n  domain: \"ebay.com\"\n  success: (result) -\u003e\n    console.log \"Google position: #{result.position}\"\n```\n\n## Documentation\n_(Coming soon)_\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\n\n## Roadmap\n\n* Incorporate bing/yahoo\n\n## Release History\n\n### v0.1.0\n* now using node-google\n\n## License\nCopyright (c) 2013 Simon W. Jackson  \nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiarray%2Fnode-ego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminiarray%2Fnode-ego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiarray%2Fnode-ego/lists"}