Litescrape sells to AI agents - live prices and self-serve payment

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.

LitescrapeAPIsApple App Store Reviews API

// apple app store reviews api Alpha

The world's cheapest Apple App Store Reviews API

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.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Read an app's App Store reviews

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.

Your API key

Verifying browser…

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.

// apple app store reviews

Build a live request

4 documented parameters available for this operation.

GET

Read storefront-specific app reviews. iOS pages contain up to 25 reviews; Mac pages contain up to 10 and use Apple’s newest-first ordering. Alpha.

Ready

Run the request to draw its results here. This endpoint returns:

  • reviews
  • search_information
  • litescrape_pagination

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# 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

What the Apple App Store Reviews API returns

175 storefronts

country selects the storefront, and reviews differ by country.

Newest or most helpful

sort mostrecent or mosthelpful. The Mac storefront always returns newest first.

The version reviewed

Each review carries reviewed_version, review_date, rating, title, text and author.

Totals and page counts

search_information returns total_page_count, results_count and reviews_for_current_version.

Pages, not tokens

page is one-based. An exhausted page returns an empty list.

// use cases

What teams build with it

  1. 01

    Release impact tracking

    Reviews by reviewed_version after each release.

  2. 02

    Sentiment by storefront

    Compare tone across countries and languages.

  3. 03

    Review alerts

    Newest first per storefront, hourly.

// why it's the cheapest

Apple App Store Reviews API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
DataForSEOStandard queue, 25 reviews per task$0.75$75.00
ScrapingdogStandard, 5 credits per page$0.90$90.00
Apple Appstore Reviews (RapidAPI)Mega, 500,000 requests$1.00$100.00
SearchApiBigData, 50 per page$2.50$250.00
AppTweakPro, 10-review pages$5.49$549.00
ApifyApp Store Reviews Scraper actor$0.10 per 1,000 reviews plus platform usage
Bright DataWeb Scraper API$1.50 per 1,000 reviews
OutscraperPay per review$1.99 per 1,000 reviews at 100,000 a month

Start pulling Apple App Store Reviews data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.