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 Product API

// apple app store product api Alpha

The world's cheapest Apple App Store Product API

One App Store listing in full: title, developer, price, rating and count, description, iPhone and iPad screenshots, version history with release notes, privacy labels, information, featured placements and related apps.

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

// live playground

Open an App Store listing

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 product

Build a live request

3 documented parameters available for this operation.

GET

Read app details, version history, screenshots, ratings, privacy disclosures, and related apps. Alpha.

Ready

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

  • version_history
  • ratings_and_reviews
  • privacy
  • information
  • iphone_screenshots
  • ipad_screenshots
  • featured_in
  • more_by_this_developer
  • you_may_also_like

// 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/product
# pip install litescrape-sdk
import os
from litescrape_sdk import AppleAppStoreProduct, scrape

[result] = scrape(
    [AppleAppStoreProduct(
        product_id="570060128",
    )],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Apple App Store Product API returns

Version history with notes

Every release with its version, notes and date, missing from most app data APIs.

Privacy labels

privacy lists the data used to track, linked and not linked, with Apple's cards.

Rating distribution and samples

ratings_and_reviews carries the 1 to 5 star distribution and review examples.

Screenshots by device

iphone_screenshots and ipad_screenshots as image URLs.

Information and placements

seller, size, category, compatibility, languages, age rating, copyright, featured_in, more_by_this_developer and you_may_also_like.

175 storefronts

country picks the storefront.

// use cases

What teams build with it

  1. 01

    Competitor listing monitoring

    Diff screenshots, description and release notes across versions.

  2. 02

    Privacy label comparisons

    What each app in a category declares, by storefront.

  3. 03

    Pricing and in-app purchase benchmarks

    price and in_app_purchases across competitors and countries.

// why it's the cheapest

Apple App Store Product 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
App Store and Google Play API (RapidAPI)Ultra, 150,000 requests$0.50$50.00
DataForSEOStandard queue, no version history or privacy labels$0.60$60.00
ScrapingdogStandard, 5 credits per request$0.90$90.00
AppStore Scraper API (RapidAPI)Mega, 100,000 requests$1.00$100.00
Bright DataPay as you go, URL input$1.50$150.00
SearchApiBigData, 100,000 requests$2.50$250.00
AppTweakPro, 11 credits per app$5.49$549.00
Apple iTunes lookupFirst partyFree, about 20 calls a minute, partial fields

Start pulling Apple App Store Product data in five minutes.

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