{"id":25171589,"url":"https://github.com/basemax/googleplaywebserviceapi","last_synced_at":"2025-05-05T20:53:22.601Z","repository":{"id":38359028,"uuid":"305370621","full_name":"BaseMax/GooglePlayWebServiceAPI","owner":"BaseMax","description":"Tiny script to crawl information of a specific application in the Google play/store base on PHP.","archived":false,"fork":false,"pushed_at":"2023-05-21T20:40:16.000Z","size":141,"stargazers_count":37,"open_issues_count":3,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-04T21:45:40.202Z","etag":null,"topics":["api","crawler","crawler-php","crawlers","google-play","google-play-api","google-play-games","google-play-service","google-play-services","google-play-store","google-playstore","hacktoberfest","hacktoberfest2020","php","php-crawler"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/BaseMax.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":"2020-10-19T12:06:13.000Z","updated_at":"2025-02-26T15:05:32.000Z","dependencies_parsed_at":"2022-07-14T04:30:34.141Z","dependency_job_id":null,"html_url":"https://github.com/BaseMax/GooglePlayWebServiceAPI","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FGooglePlayWebServiceAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FGooglePlayWebServiceAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FGooglePlayWebServiceAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FGooglePlayWebServiceAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/GooglePlayWebServiceAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252576706,"owners_count":21770718,"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":["api","crawler","crawler-php","crawlers","google-play","google-play-api","google-play-games","google-play-service","google-play-services","google-play-store","google-playstore","hacktoberfest","hacktoberfest2020","php","php-crawler"],"created_at":"2025-02-09T09:21:14.634Z","updated_at":"2025-05-05T20:53:22.585Z","avatar_url":"https://github.com/BaseMax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Play Web-Service API\n\nTiny script to crawl information of a specific application in the Google play/store base on PHP.\n\n## PHP GooglePlay Methods\n- `parse`: mostly used internally – but can be used to parse any URL or text for valid Play Store app links and return their packageNames\n- `parseSearch`: search for apps by given terms\n- `parseSimilar`: search for what Google Play considers apps similar to the one specified\n- `parseOthers`: other apps by the same developer\n- `parseTopApps`: list top-chart apps\n- `parseNewApps`: list latest additions\n- `parseCategory`: list apps from a specified category\n- `parseCategories`: list available categories\n- `parseApplication`: get details for a specific app\n- `parsePerms`: retrieve permissions requested by a specific app\n- `parsePrivacy`: obtain an app's privacy details (data collected/shared etc)\n- `setDebug`: turn debug mode on or off\n- `getDebug`: check whether debug mode is turned on or off\n- `dump_raw`: dump the raw data (HTML of the page plus JSON of the data sources) for debug/evaluation\n\n## Using PHP GooglePlay\n```php\n\u003c?php\nrequire \"google-play.php\";\n$google = new GooglePlay();\n\n$app=$google-\u003eparseApplication(\"com.bezapps.flowdiademo\");\nprint_r($app);\n\n$app=$google-\u003eparseSimilar(\"com.bezapps.flowdiademo\");\nprint_r($app);\n\n$apps=$google-\u003eparseSearch(\"telegram\");\nprint_r($apps);\n\n$apps=$google-\u003eparseCategory(\"TOOLS\");\nprint_r($apps);\n?\u003e\n```\n\n## Detailed instructions\nExamples of how to use the code and what results to expect can be found in the [wiki](https://github.com/BaseMax/GooglePlayWebServiceAPI/wiki):\n\n- the [Search](https://github.com/BaseMax/GooglePlayWebServiceAPI/wiki/Search) page shows how to\n    - list available categories as well as obtain a list of apps from a given category\n    - search for \"similar apps\"\n    - search for apps by keywords\n    - action as a crawler and find more applications?\n- the [AppDetails](https://github.com/BaseMax/GooglePlayWebServiceAPI/wiki/AppDetails) page shows how to\n    - obtain details about a given app\n    - interprete the result set (aka the \"application structure\")\n    - obtain content in specific languages\n- the [Permissions](https://github.com/BaseMax/GooglePlayWebServiceAPI/wiki/Permissions) page details\n    - how to get the permissions an app requests\n    - what the result set looks like and how to interprete it\n\n## TODO\n\n- Unit test\n\n## Authors\n\n- Izzy\n- Max Base\n\n---------\n\n# Max Base\n\nMy nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. ([Max Base](https://maxbase.org/))\n\n## Asrez Team\n\nA team includes some programmer, developer, designer, researcher(s) especially Max Base.\n\n[Asrez Team](https://www.asrez.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fgoogleplaywebserviceapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fgoogleplaywebserviceapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fgoogleplaywebserviceapi/lists"}