Apple App Store Search & Reviews · Product Reviews
by Apple App Store Search & Reviews
$0.02
per call · USD Coin on Base
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.
Endpoint
GET https://appstore.use.x402atlas.com/v2/product/:product_id/reviews2
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://appstore.use.x402atlas.com/v2/product/:product_id/reviews", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://appstore.use.x402atlas.com/v2/product/:product_id/reviews?country=us&page=1&sort=mostrecent" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"info": {
"results_count": 500,
"total_page_count": 10
},
"product_id": "1069513131",
"queried_at": "2026-07-11T12:00:00Z",
"reviews": [
{
"author": {
"name": "rainlover"
},
"id": "7417861364",
"rating": 5,
"review_date": "2026-07-01",
"reviewed_version": "5.9.0",
"text": "Accurate and hilarious.",
"title": "Best weather app"
}
]
}Payment details
0x59ea036c64f0f54cdd14a3be8a1a6586b58da71cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Apple App Store Search & Reviews & similar services
Apple App Store Search & Reviews · Reviews
appstore.use.x402atlas.com
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 & Reviews · Search
appstore.use.x402atlas.com
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 Search & Reviews · Product
appstore.use.x402atlas.com
Apple App Store product details — full profile for a single app by product_id: rating, price, description, version history, screenshots & metadata as clean JSON.