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 Reviews API Alpha

Google Play reviews, up to 199 a call with reviewer, rating, text, date, likes and app version, filtered by rating and platform.

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

// from request to code

Integrate Google Play Reviews

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

APIGoogle Play Reviews
More options 8
Request
Filters
Localization
Pagination

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 Reviews is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Google Play Reviews parameters

Send query parameters with GET /api/google/play/reviews. 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
num
Review count

Number of reviews, from 1 through 199.

Example / input hint: 40

Filters

platform
Review platform

Platform associated with the reviews.

Example / input hint: phone

Accepted values / omission behavior Default (phone)phonetabletwatchchromebooktv
rating
Star rating

Only reviews with this rating, from 1 through 5.

sort_by
Sort order

1 for relevant, 2 for newest, or 3 for rating.

Example / input hint: 1

Accepted values / omission behavior Default (1)123

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

Pagination

next_page_token
Next page token

Returned review continuation. Preserve product, store, language, country, platform, rating, sort order, and count.

// response

Work with the complete JSON response

Response groups include reviews, litescrape_pagination. 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