Overview
Send the raw HTML of a Shopify App Store app detail page and receive a normalized JSON payload matching the schema below.
Includes app metadata, developer info, pricing plans, per-review details, and an overall reviews summary.
Fields
- app: title, icon, description, categories[], features[], gallery.images[], works_with[]
- developer: name, website, support_email, address, launched (date), privacy_policy, faq
- pricing.plans[]: name, interval, price (number), trial, features[]
- reviews[]: reviewer_name, rating (number), content, date (date), country, usage_duration
- reviews_summary: overall_rating (number), total_count (int)