PHPackages                             stren-12/apps-scraper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. stren-12/apps-scraper

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

stren-12/apps-scraper
=====================

to Scrap AppData from its own store This Class Used to Scrap data from app web page in the supported stores with no need to worry about different html page layout Also its have the ability to auto-detect the store from the app id without need to define it

v1.2(2y ago)09[1 PRs](https://github.com/stren-12/AppsScraper/pulls)MITPHPCI passing

Since Sep 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/stren-12/AppsScraper)[ Packagist](https://packagist.org/packages/stren-12/apps-scraper)[ RSS](/packages/stren-12-apps-scraper/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

AppsScraper
===========

[](#appsscraper)

Class to Scrap AppData from its own store This Class Used to Scrap data from app web page in the supported stores with no need to worry about different html page layout Also its have the ability to auto-detect the store from the app id without need to define it

Features
--------

[](#features)

- Auto detect for the store from the AppId by Regex
- Universal way to get app data with no need to worry about different html page layout

Installation
------------

[](#installation)

First you need to install HtmlDomParser by composer

```
composer require stren-12/apps-scraper
```

then in php code

```
use AppsScraper\AppsScraper;
$AppsScraper = new AppsScraper('com.google.android.youtube');
echo var_dump($AppsScraper->GetAppData())
/* output: array(4) { ["image"]=> string(106) "https://lh3.googleusercontent.com/lMoItBgdPPVDJsNOVtP26EKHePkwBg-PkuY9NOrc-fumRtTFP4XhpUNk_22syN4Datc=s180"
["title"]=> string(8) "YouTube " ["rate"]=> string(3) "4.1" ["price"]=> NULL } */
```

Note
----

[](#note)

There is a lot of Methods in the library, it's well documented take your time looking for it

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance56

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1354 days

Total

2

Last Release

818d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26331197?v=4)[Sultan Aljohani](/maintainers/stren-12)[@stren-12](https://github.com/stren-12)

---

Top Contributors

[![stren-12](https://avatars.githubusercontent.com/u/26331197?v=4)](https://github.com/stren-12 "stren-12 (7 commits)")

### Embed Badge

![Health badge](/badges/stren-12-apps-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/stren-12-apps-scraper/health.svg)](https://phpackages.com/packages/stren-12-apps-scraper)
```

###  Alternatives

[sinnbeck/markdom

Converts markdown to html with classes

69142.3k4](/packages/sinnbeck-markdom)[mwgg/airports

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world

7683.4k](/packages/mwgg-airports)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9845.4k](/packages/sauladam-shipment-tracker)[glauberportella/cnab-layouts-parser

Parser de arquivos de configuração CNAB gerados no projeto https://github.com/glauberportella/cnab-layouts

2154.5k](/packages/glauberportella-cnab-layouts-parser)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.4k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
