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

// apple app store search api Alpha

The world's cheapest Apple App Store Search API

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.

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

// live playground

Search the App Store

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 search

Build a live request

8 documented parameters available for this operation.

GET

Search iPhone, iPad, and Mac apps or developers by storefront. Alpha.

Ready

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

  • organic_results
  • search_information

// 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/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

What the Apple App Store Search API returns

Up to 200 results per call

num takes 1 through 200.

iPhone, iPad or Mac

device: mobile, tablet or desktop.

175 storefronts

country picks the storefront and lang the language-region code.

Developer and category search

property=developer matches developer names. category_id filters by genre.

Full listing fields

title, bundle_id, version, price, rating, genres, release_date, description, screenshots, supported_devices, size_in_bytes and supported_languages.

// use cases

What teams build with it

  1. 01

    ASO keyword tracking

    Where your app ranks for each term in each storefront, on iPhone, iPad and Mac.

  2. 02

    Competitor monitoring

    Price, version and rating of every app returned for your terms.

  3. 03

    Localization audits

    Compare listings across storefronts and languages.

// why it's the cheapest

Apple App Store Search 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
ScrapingdogStandard, 5 credits per request$0.90$90.00
DataForSEOStandard queue, 100 items per task$1.20$120.00
SearchApiBigData, 100,000 searches$2.50$250.00
AppTweakPower, keyword search, app IDs only$14.21$1,421.00
Apple iTunes Search APIFirst partyFree, about 20 calls a minute

Start pulling Apple App Store Search data in five minutes.

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