AppStoreScraper

0.2.0

A library to scrape data from the App Store.
wacumov/app-store-scraper

What's New

0.2.0

2023-08-28T15:47:35Z

This version enhances RankingType and Country, and introduces new CategoryFilter and Language types.

AppStoreScraper

Status

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:

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/wacumov/app-store-scraper.git", from: "0.1.0")
    ],
    ...
)

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:

import AppStoreScraper

For more information on how to use the Swift Package Manager, check out its official documentation.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 30 2024 03:44:58 GMT-0900 (Hawaii-Aleutian Daylight Time)