The App Store, typed.

Eleven typed methods cover search, charts, reviews, ratings, privacy labels and version history for any app on the App Store.

$ npm install @perttu/app-store-scraper

await app({ id: 6741714545, country: 'fi' })

Netli.fyi: Netlify Client app icon

Netli.fyi: Netlify Client

Fenrir Digital

5.04 ratings

Take control of your Netlify sites from anywhere. Netli.fyi is a fast, native iOS client for Netlify — create projects, monitor deploys, manage domains, and keep your whole workflow moving without opening a browser or reaching for the CLI.

Version
1.2.0
Size
70.77 MB
Category
Developer Tools

Live data from the Finnish storefront, fetched on the server.

  • 11 methods
  • TypeScript-first
  • ESM + CJS
  • 140+ storefronts
  • Zod-validated

Take one app apart.

Five of the eleven methods run against Netli.fyi in the Finnish storefront, refetched from Apple daily.

app()

screenshots, metadata, release notes

Netli.fyi: Netlify Client screenshot 1Netli.fyi: Netlify Client screenshot 2Netli.fyi: Netlify Client screenshot 3Netli.fyi: Netlify Client screenshot 4

Release notes, v1.2.0

Deploy from your phone Create a project by uploading a .zip, a zipped folder, or a single HTML file — Netlify builds and publishes it straight from the app. You can also connect a repo from GitHub, GitLab, or Bitbucket. Pick what you get notified about Choose exactly which projects send you deploy alerts, and get notified the moment a form submission lands. New form submission widgets, too. Also in this release • Swipe any project to redeploy or delete it. • Add DNS records to your domains without leaving the app. • See where your credits go: bandwidth, compute, functions, AI inference, and database usage, plus build counts and average build time. • Edit build settings from the project page — build command, publish and base directories, functions directory, production branch, and project name. • A redesigned first run, faster cold start, and a lot of motion polish. • Fixed pull-to-refresh hanging while offline.

reviews()

Apple's XML review feed

v1.1.0

Amazing

Helps so much managing projects

Jonne....., 5 Jul 2026
inAppPurchases()new

localized prices

  • Netli.fyi Pro2,99 €
  • Netli.fyi Pro29,99 €
  • Buy a lunch9,99 €
  • Buy a coke0,99 €
versionHistory()

every release, with notes

  1. 1.2.018 Aug 2026

    Deploy from your phone Create a project by uploading a .zip, a zipped folder, or a single HTML file — Netlify builds and publishes it straight from the app. You can also connect a repo from GitHub, GitLab, or Bitbucket. Pick what you get notified about Choose exactly which projects send you deploy alerts, and get notified the moment a form submission lands. New form submission widgets, too. Also in this release • Swipe any project to redeploy or delete it. • Add DNS records to your domains without leaving the app. • See where your credits go: bandwidth, compute, functions, AI inference, and database usage, plus build counts and average build time. • Edit build settings from the project page — build command, publish and base directories, functions directory, production branch, and project name. • A redesigned first run, faster cold start, and a lot of motion polish. • Fixed pull-to-refresh hanging while offline.

  2. 1.1.04 Jul 2026

    Forms arrive in Netli.fyi! Manage your Netlify form submissions on the go: - Browse every form on a site with its submission history - Read full submissions, and delete spam or old entries - Export a form's submissions as CSV and share them anywhere Also in this release: - Connect your Netlify account in one tap for an easier sign-in - Performance improvements and bug fixes

  3. 1.0.23 Jul 2026

    This release turns Netli.fyi into a full Netlify client: - Live, streaming deploy logs - Roll back, lock/unlock, and cancel deploys - Full domain and DNS record management - Environment variables, build hooks, webhooks, and snippets - Split testing and form submission management - Global build history with failed-build filtering - Pro: deploy push notifications and Home Screen widgets - Custom accent colors, refreshed light and dark design, and multi-account switching Plus performance improvements and bug fixes throughout.

privacy()

App Store privacy labels

  • Identifiers

    Device ID
  • Purchases

    Purchase History
  • Diagnostics

    Crash Data

One method feeds the next.

list() reads Finland's Top Free chart, then ratings() pulls the histogram for whichever app sits at number one.

ratings()

Uber Eats: Food & Groceries, the current chart leader

6,237 ratings in the Finnish storefront

5
4,967
4
600
3
162
2
71
1
437

Run any method against the real App Store.

Pick a method and adjust its parameters. Each run shows the call as you'd write it in your own code, next to the JSON it returns.

Full metadata for one app

Rate-limited to 10 requests a minute per visitor.

import { app } from '@perttu/app-store-scraper'

const result = await app({ id: 6741714545, country: 'fi' })
Response
Run a request to see the JSON the package returns.