samsung-app-store-scraper

0.0.2 • Public • Published

samsung-app-store-scraper

Node.js module to scrape application data from the Samsung app store.

Related Projects

Inspired by projects:

⚠️ Notes

This project is under development, thus a lot of things(most) are not implemented yet.
Feel free to contribute!

The API contract of this module adhered to the contract of the projects listed above.

Installation

npm install samsung-app-store-scraper

Usage

Available methods:

  • app: Retrieves the full detail of an application.

app

Retrieves the full detail of an application. Options:

  • appId: the package id of the application (the id route on the url).

Example:

import samsungStoreScraper from "samsung-app-store-scraper";

samsungStoreScraper.app({appId:  'com.vizorapps.klondike.am'})
  .then(console.log, console.log);

Results:

{
  id: 'G00002687241',
  title: 'Plex',
  category: 'Videos',
  description: 'The Plex application allows you to use your Samsung device to browse and play your videos using the Plex Media Server installed on your Mac, PC or Linux computer. Experience your media on a visually stunning, easy to use interface on your TV. Your media has never looked this good!YOU MUST HAVE THE PLEX MEDIA SERVER INSTALLED AND RUNNING ON YOUR NETWORK TO STREAM MEDIA, GET IT AT https://plex.tv/downloadsDoes this App work on my Samsung device?\n' +
    '                                    Check your deviceG15147002586SAMSUNG TV PLUS\n' +
    '                                    or\n' +
    '                                    See all compatible\n' +
    '                                        devices.G15147002586\n' +
    '                                Find answers to common issues about Samsung Apps and how it works.Read More ArticlesSee More Videos'
}

If app does not exist the following value will be resolved:

null

Package Sidebar

Install

npm i samsung-app-store-scraper

Weekly Downloads

9

Version

0.0.2

License

MIT

Unpacked Size

11.4 kB

Total Files

10

Last publish

Collaborators

  • kript