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.

← All documentation

// Apple App Store documentation

Apple App Store Search API Alpha

Apple App Store search, up to 200 iPhone, iPad or Mac apps with developer, price, rating, genres, version, screenshots and devices, across 175 storefronts.

GET https://api.litescrape.com/api/apple/app-store/search

// from request to code

Integrate Apple App Store Search

Build your request and copy it into your stack. Or let your coding agent set it up.

APIApple App Store Search
More options 7
Request
Filters
Localization

Your request updates the code instantly.

Open the Playground →
https://mcp.litescrape.com/mcp

Add the server URL to your MCP client with an Authorization: Bearer header containing your API key, then call the tool below.

Apple App Store Search is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Apple App Store Search parameters

Send query parameters with GET /api/apple/app-store/search. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.

The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.

Request

term
Search term

Required search term with 1 to 2,048 UTF-8 bytes of printable text, and at most 4,096 bytes after URL encoding.

Example / input hint: coffee

num
Result count

Maximum results after filtering, from 1 through 200.

Example / input hint: 10

Filters

disallow_explicit
Exclude explicit apps

Exclude explicit results when true.

Example / input hint: false

Accepted values / omission behavior Default (false)truefalse
property
Search property

Use developer to match developer names, ignoring case.

Accepted values / omission behavior Omitdeveloper
category_id
Category ID

Filter results by a native genre identifier, from 1 through 2,147,483,647.

device
App platform

mobile for iPhone apps, tablet for iPad apps, or desktop for Mac apps.

Example / input hint: mobile

Accepted values / omission behavior Default (mobile)mobiletabletdesktop

Localization

country
Country

Two-letter Apple storefront country. UK is accepted as an alias for GB.

Example / input hint: us

lang
Language

Language-region code, such as en-us or fr-fr.

Example / input hint: en-us

// response

Work with the complete JSON response

Response groups include organic_results, search_information. Groups and fields depend on the upstream result.

The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.

More Apple App Store APIs