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

Google Play movies, shows and episodes with title, rating and price, grouped by format, with categories and charts.

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

// from request to code

Integrate Google Play Movies

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

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

// request reference

Google Play Movies parameters

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

q
Query

Optional query with 1 to 2,048 UTF-8 bytes of printable text. Excludes category. Omit it to browse the storefront.

Example / input hint: coffee

Filters

movies_category
Category

Native category identifier, such as coll_1689 for children’s books or FAMILY for family movies. Excludes q.

age
Age range

Requires the children’s category: FAMILY for apps and movies, or coll_1689 for books.

Accepted values / omission behavior OmitAGE_RANGE1AGE_RANGE2AGE_RANGE3
chart
Chart

Chart identifier such as topselling_free, topselling_paid, or topgrossing. Excludes q and all pagination selectors. Apps and games charts require phone or an omitted store_device.

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

Use the returned next_page_token with the same parameters. Excludes chart, section_page_token, and see_more_token.

section_page_token
Section page token

Continue one result group using its returned token and the same parameters. Excludes the other pagination selectors and chart.

see_more_token
See more token

Open a result collection using its returned token and the same parameters. Excludes the other pagination selectors and chart.

// response

Work with the complete JSON response

Response groups include organic_results, charts, 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