Up to 200 results per call
num takes 1 through 200.
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 search api Alpha
Search iPhone, iPad and Mac apps by term and storefront: up to 200 results with developer, price, rating, genres, release dates, version, description, screenshots, supported devices and languages, across 175 storefronts.
// 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:
organic_resultssearch_information// 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/search
# pip install litescrape-sdk
import os
from litescrape_sdk import AppleAppStoreSearch, scrape
[result] = scrape(
[AppleAppStoreSearch(
term="coffee",
)],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
num takes 1 through 200.
device: mobile, tablet or desktop.
country picks the storefront and lang the language-region code.
property=developer matches developer names. category_id filters by genre.
title, bundle_id, version, price, rating, genres, release_date, description, screenshots, supported_devices, size_in_bytes and supported_languages.
// use cases
Where your app ranks for each term in each storefront, on iPhone, iPad and Mac.
Price, version and rating of every app returned for your terms.
Compare listings across storefronts and languages.
// 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 |
| Scrapingdog | Standard, 5 credits per request | $0.90 | $90.00 |
| DataForSEO | Standard queue, 100 items per task | $1.20 | $120.00 |
| SearchApi | BigData, 100,000 searches | $2.50 | $250.00 |
| AppTweak | Power, keyword search, app IDs only | $14.21 | $1,421.00 |
| Apple iTunes Search API | First party | Free, about 20 calls a minute |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.