{"id":13825120,"url":"https://github.com/Alnyz/NewApkPure","last_synced_at":"2025-07-08T21:31:06.094Z","repository":{"id":113870397,"uuid":"594056260","full_name":"Alnyz/NewApkPure","owner":"Alnyz","description":"Search and download applications from apkpure.com","archived":false,"fork":false,"pushed_at":"2023-04-18T07:58:47.000Z","size":575,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-20T03:32:04.074Z","etag":null,"topics":["android","api","api-wrapper","apkpure","apkpure-scraper","downloader","python","python3","scraping","web","web-scraper","web-scraping","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Alnyz.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-01-27T13:54:50.000Z","updated_at":"2024-11-11T16:46:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e914c42-a234-4af3-8a63-f14dd17596ba","html_url":"https://github.com/Alnyz/NewApkPure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alnyz/NewApkPure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alnyz%2FNewApkPure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alnyz%2FNewApkPure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alnyz%2FNewApkPure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alnyz%2FNewApkPure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alnyz","download_url":"https://codeload.github.com/Alnyz/NewApkPure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alnyz%2FNewApkPure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264352641,"owners_count":23594938,"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":["android","api","api-wrapper","apkpure","apkpure-scraper","downloader","python","python3","scraping","web","web-scraper","web-scraping","wrapper"],"created_at":"2024-08-04T09:01:14.966Z","updated_at":"2025-07-08T21:31:05.668Z","avatar_url":"https://github.com/Alnyz.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# ApkPure Wrapper 🤖\n\n_Search and Download android application from [ApkPure](https://apkpure.com)_\n______\n\n_FYI, i'm re-create this project just because im bored😒 and also i want to learn about some library what im use in this project._\u003cbr\u003e\n_but if you want open issue or anything dont hold your self_\n## Features\n- Simply to use, just 1, 2, 3 and there your output 😁👍\n- Fully type hinted for more documented 😋\n- Multithread request make your download and search more faster ⚡\n- Pandas table output make the output more pretty ❤️\n- More? soon 😁👌maybe\n\n## Installing\nfor now just clone this repo and install all dependencies from requirements.txt with `pip install -r requirements.txt`\n\n## Examples\n\n### search application\n```py\n\u003e\u003e\u003e api = Api()\n\u003e\u003e\u003e apps = api.search('vpn') #lets say this contain 10 rows data\n\u003e\u003e\u003e print(apps)\n```\n\n### search application\n```py\n\u003e\u003e\u003e api = Api()\n\u003e\u003e\u003e apps = api.search('vpn') #lets say this contain 10 rows data\n\u003e\u003e\u003e print(apps.to_dict()) #return data as type dict\n```\n\n### download all data\n```py\n\u003e\u003e\u003e api = Api()\n\u003e\u003e\u003e apps = api.search('vpn') #lets say this contain 10 rows data\n\u003e\u003e\u003e api.download(apps) #\u003c= this will download 10 apps\n```\n\n### download only 5 data\n```py\n\u003e\u003e\u003e api = Api()\n\u003e\u003e\u003e apps = api.search('vpn') #lets say this contain 10 rows data\n\u003e\u003e\u003e api.download(apps, count=5) #\u003c= this will download 5 apps\n    note: `count` cannot higher than lenght of rows\n```\n### download only specific row\n```py\n\u003e\u003e\u003e api = Api()\n\u003e\u003e\u003e apps = api.search('vpn') #lets say this contain 10 rows data\n\u003e\u003e\u003e api.download(apps, index=[1,4,7]) #\u003c= this will download only row 1, 4 and 7\n```\n\n## Example download output\n![output](output.png)\n\n## NOTE\ni didn't test this on mobile, if this doesnt work please open issue or make pull request\n\n## Author\nDyseo / [Dyseo](https://github.com/dyseo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlnyz%2FNewApkPure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlnyz%2FNewApkPure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlnyz%2FNewApkPure/lists"}