{"id":18271837,"url":"https://github.com/jerodsanto/app_store","last_synced_at":"2025-05-16T16:33:05.641Z","repository":{"id":643302,"uuid":"285281","full_name":"jerodsanto/app_store","owner":"jerodsanto","description":"A simple Ruby module to fetch app information from Apple's App Store.","archived":false,"fork":false,"pushed_at":"2009-08-22T21:00:58.000Z","size":77,"stargazers_count":22,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-05T11:54:19.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"csdb/Tapper-MCP","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerodsanto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-08-22T21:00:29.000Z","updated_at":"2020-03-19T12:29:05.000Z","dependencies_parsed_at":"2022-08-16T10:35:08.072Z","dependency_job_id":null,"html_url":"https://github.com/jerodsanto/app_store","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/jerodsanto%2Fapp_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerodsanto%2Fapp_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerodsanto%2Fapp_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerodsanto%2Fapp_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerodsanto","download_url":"https://codeload.github.com/jerodsanto/app_store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225439228,"owners_count":17474487,"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":"2024-11-05T11:39:32.672Z","updated_at":"2024-11-19T22:57:53.250Z","avatar_url":"https://github.com/jerodsanto.png","language":"Ruby","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"A simple Ruby module to fetch app information from Apple's App Store.\n\nDepends on [mechanize](http://mechanize.rubyforge.org/mechanize/)\n\n    require 'app_store'\n\n    # fetch a single App if you have the item-id\n    my_app = AppStore.fetch_app_by_id('317468456')\n    my_app.class\n    =\u003e App\n    my_app.title\n    =\u003e \"Stick It - iPhone Sticky Notes\"\n    my_app.price\n    =\u003e 0.99\n    my_app.methods - Object.methods\n    =\u003e [\"title\", \"url\", \"icon_url\", \"price\", \"release_date\", \"item_id\"]\n    \n    # or fetch an array of apps matching a search term\n    app_list = AppStore.search('notes')\n    app_list.class\n    =\u003e Array\n    app_list.first.class\n    =\u003e App","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerodsanto%2Fapp_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerodsanto%2Fapp_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerodsanto%2Fapp_store/lists"}