{"id":21419074,"url":"https://github.com/ksylvest/extraspace","last_synced_at":"2026-02-17T14:01:03.811Z","repository":{"id":263908657,"uuid":"891770035","full_name":"ksylvest/extraspace","owner":"ksylvest","description":"A Ruby library for Extra Space that crawls self-storage facilities and prices.","archived":false,"fork":false,"pushed_at":"2025-01-21T07:32:05.000Z","size":295,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-21T08:26:10.274Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"https://extraspace.ksylvest.com","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/ksylvest.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T23:27:13.000Z","updated_at":"2025-01-21T07:32:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"945fda1a-43f8-48a4-a50d-6f1f31edf613","html_url":"https://github.com/ksylvest/extraspace","commit_stats":null,"previous_names":["ksylvest/extraspace"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fextraspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fextraspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fextraspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksylvest%2Fextraspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksylvest","download_url":"https://codeload.github.com/ksylvest/extraspace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234923819,"owners_count":18907854,"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":["ruby"],"created_at":"2024-11-22T19:34:57.047Z","updated_at":"2026-02-17T14:01:03.758Z","avatar_url":"https://github.com/ksylvest.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extra Space\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ksylvest/extraspace/blob/main/LICENSE)\n[![RubyGems](https://img.shields.io/gem/v/extraspace)](https://rubygems.org/gems/extraspace)\n[![GitHub](https://img.shields.io/badge/github-repo-blue.svg)](https://github.com/ksylvest/extraspace)\n[![Yard](https://img.shields.io/badge/docs-site-blue.svg)](https://extraspace.ksylvest.com)\n[![CircleCI](https://img.shields.io/circleci/build/github/ksylvest/extraspace)](https://circleci.com/gh/ksylvest/extraspace)\n\nA Ruby library offering both a CLI and API for scraping [Extra Space](https://www.extraspace.com/) self-storage facilities and prices.\n\n## Installation\n\n```bash\ngem install extraspace\n```\n\n## Configuration\n\n```ruby\nrequire 'extraspace'\n\nExtraSpace.configure do |config|\n  config.user_agent = '../..' # ENV['EXTRASPACE_USER_AGENT']\n  config.timeout = 30 # ENV['EXTRASPACE_TIMEOUT']\nend\n```\n\n## Usage\n\n```ruby\nrequire 'extraspace'\n\nsitemap = ExtraSpace::Facility.sitemap\nsitemap.links.each do |link|\n  url = link.loc\n  facility = ExtraSpace::Facility.fetch(url:)\n\n  puts facility.text\n\n  facility.prices.each do |price|\n    puts price.text\n  end\n\n  puts\nend\n```\n\n## CLI\n\n```bash\nextraspace crawl\n```\n\n```bash\nextraspace crawl \"https://www.extraspace.com/storage/facilities/us/california/los_angeles/900113/\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksylvest%2Fextraspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksylvest%2Fextraspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksylvest%2Fextraspace/lists"}