175 storefronts
country selects the storefront, and reviews differ by country.
The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.
// apple app store reviews api Alpha
App Store reviews by storefront, newest or most helpful first: title, text, rating, author, date and the version reviewed, 25 per page on iOS and 10 on Mac, with page counts and the current-version total.
// live playground
The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.
Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.
Run the request to draw its results here. This endpoint returns:
reviewssearch_informationlitescrape_pagination// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# GET https://api.litescrape.com/api/apple/app-store/reviews
# pip install litescrape-sdk
import os
from litescrape_sdk import AppleAppStoreReviews, scrape
[result] = scrape(
[AppleAppStoreReviews(
product_id="570060128",
sort="mostrecent",
country="us",
page=1,
)],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
country selects the storefront, and reviews differ by country.
sort mostrecent or mosthelpful. The Mac storefront always returns newest first.
Each review carries reviewed_version, review_date, rating, title, text and author.
search_information returns total_page_count, results_count and reviews_for_current_version.
page is one-based. An exhausted page returns an empty list.
// use cases
Reviews by reviewed_version after each release.
Compare tone across countries and languages.
Newest first per storefront, hourly.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| DataForSEO | Standard queue, 25 reviews per task | $0.75 | $75.00 |
| Scrapingdog | Standard, 5 credits per page | $0.90 | $90.00 |
| Apple Appstore Reviews (RapidAPI) | Mega, 500,000 requests | $1.00 | $100.00 |
| SearchApi | BigData, 50 per page | $2.50 | $250.00 |
| AppTweak | Pro, 10-review pages | $5.49 | $549.00 |
| Apify | App Store Reviews Scraper actor | $0.10 per 1,000 reviews plus platform usage | |
| Bright Data | Web Scraper API | $1.50 per 1,000 reviews | |
| Outscraper | Pay per review | $1.99 per 1,000 reviews at 100,000 a month |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.