{"id":32171447,"url":"https://github.com/icaroponce/appstore","last_synced_at":"2026-02-24T04:02:00.079Z","repository":{"id":57478948,"uuid":"93575948","full_name":"icaroponce/appstore","owner":"icaroponce","description":"Itunes app store scraper developed in Elixir ","archived":false,"fork":false,"pushed_at":"2017-06-20T01:56:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T06:56:11.823Z","etag":null,"topics":["apple-store","apps","appstore","elixir","itunes"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/icaroponce.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":"2017-06-07T00:45:15.000Z","updated_at":"2017-06-07T04:53:08.000Z","dependencies_parsed_at":"2022-09-17T04:41:44.306Z","dependency_job_id":null,"html_url":"https://github.com/icaroponce/appstore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icaroponce/appstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icaroponce%2Fappstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icaroponce%2Fappstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icaroponce%2Fappstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icaroponce%2Fappstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icaroponce","download_url":"https://codeload.github.com/icaroponce/appstore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icaroponce%2Fappstore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29771040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:01:02.180Z","status":"ssl_error","status_checked_at":"2026-02-24T03:59:49.901Z","response_time":75,"last_error":"SSL_read: 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":["apple-store","apps","appstore","elixir","itunes"],"created_at":"2025-10-21T17:51:04.354Z","updated_at":"2026-02-24T04:02:00.074Z","avatar_url":"https://github.com/icaroponce.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appstore\n\nElixir module to scrape data from Itunes App Store.\nGradually porting it from [`app-store-scraper`](https://github.com/facundoolano/app-store-scraper) NodeJS module. \n\n## Installation\n\nFirst, add `appstore` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:appstore, \"~\u003e 0.2.0\"}]\nend\n```\nand run `$ mix deps.get`\n\n## Usage\n\nAvailable modules:\n\n### App\n\nHandles API calls directly related to an application.\n\n#### get_details\n\nRetrieves the full detail of an application. Options:\n\n- `bundleId`: the Itunes bundleId. This parameter must be provided. \n- `country`: the two letter country code to get the app from. Defaults to `us`.\n\nExample: \n\n```elixir\n{:ok, app} = AppStore.App.get_details \"com.midasplayer.apps.candycrushsaga\"\n\napp.sellerName \n#\"King.com Limitied\"\n```\n\n### Search\n\nAllow users to search throughout App Store.\n\n#### by_keyword\n\nRetrieves a list of apps searched by a given term. \n\nMethod Signature: `by_keyword(term, device, num, country)`\nOptions:\n\n- `term`: a term to search for. Required.\n- `device`: a device to filter for. Defaults to `software`, which brings all devices. Other options are `iPadSoftware` and `macSoftware`.\n- `num`: the quantity of apps to be retrieved. Defaults to `50`. Max should be `250`, there's no validation so far, though. (`TODO`).\n- `country`: the two letter country code to get the list from. Defaults to `us`.  \n\nExample: \n\n```elixir\n{:ok, apps} = AppStore.Search.by_keyword(\"deutschland\", \"software\", 20, \"de\")\n\napps\n#[ {...}, {...} ]  a list of apps. \n```\n\n## Contributing\n\nThis module is quite new, and there's a lot to be improved and implemented. \nI intend to put here on docs a complete todo list soon, but meanwhile I don't do this, check out the [`app-store-scraper`](https://github.com/facundoolano/app-store-scraper) to have a good reference and idea of what the module should offer. \n\nFeel free to fork it, enhance and send a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficaroponce%2Fappstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficaroponce%2Fappstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficaroponce%2Fappstore/lists"}