appstore.use.x402atlas.com publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.02 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /product | GET | $0.02 | 402 |
| /reviews | GET | $0.02 | 402 |
| /search | GET | $0.02 | 402 |
| /v2/product/:product_id | GET | $0.02 | 402 |
| /v2/product/:product_id/reviews | GET | $0.02 | 402 |
Apple App Store product details — full profile for a single app by product_id: rating, price, description, version history, screenshots & metadata as clean JSON.
Apple App Store reviews — pull an app's user reviews by numeric product_id: title, text, rating, version, author & date, with paging & sort, as clean JSON.
Apple App Store search — find iOS apps by term and get id, developer, price, rating, genres, description, size, icon & screenshots as clean JSON.
Apple App Store product details (path variant) — full profile for a single app by product_id in the URL: rating, price, description, version history, screenshots & metadata as clean JSON.
Apple App Store reviews (path variant) — an app's user reviews by product_id in the URL: title, text, rating, version, author & date, with paging & sort, as clean JSON.