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

// Google Play documentation

Google Play Product API Alpha

Google Play product pages: rating histogram, downloads, offers, permissions, data safety, developer contact, media, reviews and similar items for any app, book, movie or show.

GET https://api.litescrape.com/api/google/play/product

// from request to code

Integrate Google Play Product

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

APIGoogle Play Product
More options 4
Request
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.

Google Play Product is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Google Play Product parameters

Send query parameters with GET /api/google/play/product. 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

product_id
Product ID

Native Google Play product identifier, with 1 to 512 letters, digits, underscores, dots, or hyphens.

Example / input hint: com.duolingo

store
Product store

Product catalog containing this identifier.

Example / input hint: apps

Accepted values / omission behavior Default (apps)appsbooksaudiobooksmoviestv
season_id
Season ID

Native season identifier, such as tvseason-OVPad1njPzI.P. Requires store=tv.

Localization

hl
Language

Storefront language, such as en, de, or zh-TW. Maximum 32 characters.

Example / input hint: en

gl
Country

Two-letter country code.

Example / input hint: us

// response

Work with the complete JSON response

Response groups include product_info, about_this_app, ratings, reviews, media, permissions, data_safety, developer_contact, similar_results. 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 Google Play APIs