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 1mo 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 today

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

35

—

LowBetter than 77% of packages

Maintenance61

Regular maintenance activity

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

773d 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

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sinnbeck/markdom

Converts markdown to html with classes

69136.1k3](/packages/sinnbeck-markdom)[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.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

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

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

PHPackages © 2026

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