Version history with notes
Every release with its version, notes and date, missing from most app data APIs.
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 product api Alpha
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.
// 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:
version_historyratings_and_reviewsprivacyinformationiphone_screenshotsipad_screenshotsfeatured_inmore_by_this_developeryou_may_also_like// 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/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
Every release with its version, notes and date, missing from most app data APIs.
privacy lists the data used to track, linked and not linked, with Apple's cards.
ratings_and_reviews carries the 1 to 5 star distribution and review examples.
iphone_screenshots and ipad_screenshots as image URLs.
seller, size, category, compatibility, languages, age rating, copyright, featured_in, more_by_this_developer and you_may_also_like.
country picks the storefront.
// use cases
Diff screenshots, description and release notes across versions.
What each app in a category declares, by storefront.
price and in_app_purchases across competitors and countries.
// 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 |
| App Store and Google Play API (RapidAPI) | Ultra, 150,000 requests | $0.50 | $50.00 |
| DataForSEO | Standard queue, no version history or privacy labels | $0.60 | $60.00 |
| Scrapingdog | Standard, 5 credits per request | $0.90 | $90.00 |
| AppStore Scraper API (RapidAPI) | Mega, 100,000 requests | $1.00 | $100.00 |
| Bright Data | Pay as you go, URL input | $1.50 | $150.00 |
| SearchApi | BigData, 100,000 requests | $2.50 | $250.00 |
| AppTweak | Pro, 11 credits per app | $5.49 | $549.00 |
| Apple iTunes lookup | First party | Free, about 20 calls a minute, partial fields |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.