A library to scrape application data from the App Store.
Installation
AppStoreScraper is distributed using the Swift Package Manager. To install it within another Swift package, add it as a dependency within your Package.swift manifest:
If you’d like to use AppStoreScraper within an iOS, macOS, watchOS or tvOS app, then use Xcode’s File > Add Packages... menu command to add it to your project.
Then import AppStoreScraper wherever you’d like to use it:
AppStoreScraper
A library to scrape application data from the App Store.
Installation
AppStoreScraper is distributed using the Swift Package Manager. To install it within another Swift package, add it as a dependency within your
Package.swift
manifest:If you’d like to use AppStoreScraper within an iOS, macOS, watchOS or tvOS app, then use Xcode’s
File > Add Packages...
menu command to add it to your project.Then import AppStoreScraper wherever you’d like to use it:
For more information on how to use the Swift Package Manager, check out its official documentation.