GithubHelp home page GithubHelp logo

appstore-scraper's Introduction

appstore-scraper

Scrapes the app store for apps

Usage

Run composer install in order to download the dependencies.

Every app in App Store has a unique integer id that we call it softwareId in all the classes. Below, you can find a description of the 2 most important classes and their methods:

  • SoftwareInfo.php: Fetches information for a particular softwareId.
    • getAllInfo fetches all the information for a given softwareId from the store that you specify in countryCode.
    • getFilteredInfo fetches the response, parses the fields and returns the filtered results.
  • SoftwareReviews.php: Fetches reviews for a particular softwareId.
    • getOnePageReviews fetches the reviews for only one page. App Store allows us to fetch 10 pages of reviews for an app, each page containing 50 reviews.
    • getAllPagesReviews fetches all the reviews for a particular softwareId by fetching a total of 10 pages of reviews. Returns an array of reviews.

Directory structure

  • config/: Should contain all the config files.
  • examples/: Contains example responses from AppStore.
  • src/: Contains the classes that can be used in order to fetch information and reviews for software.

appstore-scraper's People

Stargazers

Adel ezzat avatar  avatar  avatar

Watchers

James Cloos avatar Sebastian Lagemann avatar

Forkers

karvounis starcho

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.