πŸ“±

App Store Scraper

Explore the App Store

A TypeScript library to scrape and explore iOS apps. Search, browse top charts, get detailed app information, reviews, and more from any App Store region.

Try it out below! Search for apps, browse the top charts, and click on any app to see detailed information including reviews and similar apps. Use the country selector in the search section to explore different App Store regions.

app-scraper.ts
index.ts
import store from '@perttu/app-store-scraper';
// Search for apps
const results = await store.search({
term: 'instagram',
country: 'us',
});
// Get app details
const app = await store.app({
id: '389801252'
});

Search Apps

Top Free Apps

Package Capabilities

πŸ”

Search Apps

Search for any app in the App Store by name or keyword

πŸ“Š

App Details

Get comprehensive information including ratings, screenshots, version history, and more

πŸ“±

Top Charts

Browse top free, paid, and grossing apps across different categories

⭐

Reviews

Read user reviews with ratings and version information

πŸ”—

Similar Apps

Discover apps similar to any app in the store

πŸ‘¨β€πŸ’»

Developer Apps

View all apps from a specific developer

Rate Limit: This demo is limited to 10 API requests per minute