{"id":19939163,"url":"https://github.com/zapnap/serpentor","last_synced_at":"2025-08-23T05:32:57.679Z","repository":{"id":56895104,"uuid":"44994519","full_name":"zapnap/serpentor","owner":"zapnap","description":"Simple SERP / search engine keyword rank checker","archived":false,"fork":false,"pushed_at":"2015-10-27T15:34:13.000Z","size":184,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-11T06:22:24.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/zapnap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-26T20:15:10.000Z","updated_at":"2017-02-17T19:46:05.000Z","dependencies_parsed_at":"2022-08-21T01:20:38.038Z","dependency_job_id":null,"html_url":"https://github.com/zapnap/serpentor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zapnap/serpentor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fserpentor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fserpentor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fserpentor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fserpentor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapnap","download_url":"https://codeload.github.com/zapnap/serpentor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fserpentor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745599,"owners_count":24813509,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-12T23:45:10.471Z","updated_at":"2025-08-23T05:32:57.650Z","avatar_url":"https://github.com/zapnap.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serpentor\n\nSimple utility to check search engine result rankings for a given set of keywords.\nRight now only Google search is supported.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'serpentor'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install serpentor\n\n## Usage\n\nRun an individual keyword test:\n\n```ruby\nrank = Serpentor::Rank.check('SOSV', 'sosv.com')\nputs \"Rank is #{rank.value} (#{rank.url})\"\n```\n\nOr configure a bulk keyword test:\n\n```ruby\nconfig = Serpentor.configure do |config|\n  config.keywords = [\"keyword1\", \"keyword2\"]\n  config.host = \"my-site.com\"\n  config.limit = 10 # only care if result is on first page\nend\n\nresults = Serpentor.rank\nresults.each do |res|\n  puts \"Rank for '#{res.keyword}' is #{res.rank || 'N/A'} (#{res.url})\"\nend\n```\n\nThe first 5 pages (50 results) are checked by default. You can further limit\nthat number, for example, if you only care about first page results.\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/serpentor/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fserpentor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapnap%2Fserpentor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fserpentor/lists"}