skills/smithery.ai/app-store-scraper

app-store-scraper

Installation
SKILL.md

App Store Scraper

Comprehensive toolkit for retrieving structured data from Apple's App Store and iTunes APIs using curl and jq. All endpoints return JSON that can be parsed and formatted for analysis.

Quick Start

Tools Required:

  • curl for HTTP requests
  • jq for JSON parsing and formatting

Example:

# Get app details
curl -s "https://itunes.apple.com/lookup?id=553834731&entity=software" | \
  jq '.results[0] | {name: .trackName, rating: .averageUserRating}'

Decision Trees

Installs
1
First Seen
Mar 28, 2026
app-store-scraper from smithery.ai