95 Commits
Author SHA1 Message Date
tiennm99 93796a16a5 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The three overrides move to
package.json#overrides, including the request -> @cypress/request alias, which
npm supports as an override value. allowBuilds for es5-ext becomes
package.json#allowScripts. The Dockerfile installs with npm ci instead of
enabling corepack.
2026-08-17 12:17:53 +07:00
tiennm99 31998f8759 Remove absorbed legacy scraper APIs
Their full histories remain under app-store-api/ and google-play-api/ in earlier
commits (including the unmerged Cloudflare Worker variant); store-scraper-api
itself combines both wrappers.
2026-08-05 00:59:58 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
77b6a2ffe9 chore(deps): bump qs from 6.14.2 to 6.15.2 (#8)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.2 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 19:14:14 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bf5f1b8893 chore(deps): bump path-to-regexp from 8.3.0 to 8.4.2 (#6)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.2.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 19:14:00 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bef847b428 chore(deps): bump undici from 7.18.2 to 7.25.0 (#7)
Bumps [undici](https://github.com/nodejs/undici) from 7.18.2 to 7.25.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.18.2...v7.25.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.25.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 19:13:57 +07:00
tiennm99 0ccbddfa66 feat: add homepage url to root response 2026-05-09 22:30:09 +07:00
tiennm99 e48172803b docs: deprecate in favor of store-scraper-api 2026-05-09 22:28:02 +07:00
tiennm99 467c14ce0f docs: rename to google-play-scraper-api, drop demo link 2026-05-09 22:02:01 +07:00
tiennm99 047b168fd3 docs: add Vercel deploy button and demo link 2026-05-09 21:55:43 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f30a17f82d chore(deps): bump express from 5.1.0 to 5.2.0 (#2)
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:35:12 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e792327d1e chore(deps): bump body-parser from 2.2.0 to 2.2.1 (#1)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:29 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8356168a2d chore(deps): bump undici from 7.16.0 to 7.18.2 (#4)
Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:26 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6977d2b066 chore(deps): bump qs from 6.14.0 to 6.14.2 (#5)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:25 +07:00
tiennm99 c6ba81d314 Update test.js 2025-11-06 14:32:23 +07:00
tiennm99 e35e3d9666 fix(deps): update google-play-scraper 2025-11-06 14:23:47 +07:00
tiennm99 6d3d9121c3 feat: finish 2025-10-25 23:36:25 +07:00
tiennm99 c6903c55c1 Update index.js 2025-10-25 23:31:08 +07:00
tiennm99 4e4d269176 fix: dependencies 2025-10-25 23:29:27 +07:00
tiennm99 8e6a53c76b fix: dependencies 2025-10-25 23:26:57 +07:00
tiennm99 bb455d9923 Revert "feat: don't use module"
This reverts commit 33efcdfe27616d3a21ec18814747ed1e49f56fc1.
2025-10-25 23:23:46 +07:00
tiennm99 c0409ff879 feat: don't use module 2025-10-25 23:22:30 +07:00
tiennm99 31e479d709 Update index.js 2025-10-25 23:17:54 +07:00
tiennm99 6992cd255a Create vercel.json 2025-10-25 23:05:14 +07:00
tiennm99 f5d3c766b2 feat(core): convert to use module 2025-10-25 23:02:26 +07:00
tiennm99 1cdd6e1708 feat: cleanup 2025-10-25 22:59:05 +07:00
tiennm99 dd816a9441 feat: stash 2025-10-25 22:53:24 +07:00
tiennm99 3ac23edfaa chore: update info 2025-10-25 22:45:43 +07:00
tiennm99 2c333d5e3c feat(core): convert ts to js 2025-10-25 22:38:31 +07:00
tiennm99 eba0eabbbe feat(dependencies): add google-play-scraper 2025-10-25 22:32:46 +07:00
tiennm99 6ba6dd60bb chore: init 2025-10-25 22:31:06 +07:00
tiennm99 2ce0dccaaf Update wrangler.jsonc 2025-10-25 17:12:35 +07:00
tiennm99 df2cbc9df2 feat(api): add core logics 2025-10-25 16:56:29 +07:00
tiennm99 2f8594319f feat(dependencies): add google-play-scraper 2025-10-25 16:37:26 +07:00
tiennm99 8726f9b3f4 chore: init 2025-10-25 16:33:48 +07:00
Tien Nguyen MinhandGitHub af2cc9cb10 Initial commit 2025-10-25 16:19:54 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4874ad367f chore(deps): bump undici from 7.25.0 to 7.29.0 (#7)
Bumps [undici](https://github.com/nodejs/undici) from 7.25.0 to 7.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.25.0...v7.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.29.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-25 16:00:32 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
738502b4a0 chore(deps): bump body-parser from 2.2.1 to 2.3.0 (#6)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-25 15:59:52 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bb6382f067 chore(deps): bump path-to-regexp from 8.3.0 to 8.4.2 (#4)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.2.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 19:14:46 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e6cf25bd18 chore(deps): bump undici from 7.18.2 to 7.25.0 (#5)
Bumps [undici](https://github.com/nodejs/undici) from 7.18.2 to 7.25.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.18.2...v7.25.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.25.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 19:14:42 +07:00
tiennm99 04f06040a6 feat: add homepage url to root response 2026-05-09 22:30:05 +07:00
tiennm99 e37c5f4e1b docs: deprecate in favor of store-scraper-api 2026-05-09 22:27:44 +07:00
tiennm99 e53b9564b0 docs: rename to app-store-scraper-api, drop demo link 2026-05-09 22:01:57 +07:00
tiennm99 01c05ebe20 docs: add Vercel deploy button and demo link 2026-05-09 21:55:56 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f5817ee45d chore(deps): bump body-parser from 2.2.0 to 2.2.1 (#1)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:28 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7349cc2e45 chore(deps): bump undici from 7.16.0 to 7.18.2 (#2)
Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:26 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a1ff8229d6 chore(deps): bump ajv from 6.12.6 to 6.14.0 (#3)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:24 +07:00
tiennm99 b2579d3c26 chore: init 2025-10-25 23:51:10 +07:00
Tien Nguyen MinhandGitHub 2c8d9a444d Initial commit 2025-10-25 16:20:54 +07:00
tiennm99 da1f449ecb fix: bump body-parser to 2.3.0 to patch DoS advisory 2026-07-25 22:29:56 +07:00
tiennm99 997614b915 chore: use node 24 base image 2026-07-25 22:27:26 +07:00