web_data_apple_app_store
Retrieve structured Apple App Store data using app URLs for reliable data access through cached lookups instead of direct scraping.
Instructions
Quickly read structured apple app store data. Requires a valid apple app store app URL. This can be a cache lookup, so it can be more reliable than scraping
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| url | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "url": {
      "format": "uri",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}