Movies and TV grouped
organic_results groups items by format, each group with a see_more_token.
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.
// google play movies api Alpha
Search and browse Google Play movies and TV: title, rating, price and thumbnail grouped by format, with categories, charts and continuation tokens. Few APIs cover this storefront.
// live playground
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.
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.
Run the request to draw its results here. This endpoint returns:
organic_resultschartslitescrape_pagination// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# GET https://api.litescrape.com/api/google/play/movies
# pip install litescrape-sdk
import os
from litescrape_sdk import GooglePlayMovies, scrape
[result] = scrape(
[GooglePlayMovies(
q="Dune",
)],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
organic_results groups items by format, each group with a see_more_token.
movies_category, chart, and age for family titles under FAMILY.
Each item has title, product_id, rating, price, thumbnail and description.
hl and gl pick the storefront.
// use cases
Prices of titles by country, daily.
Which titles a storefront lists, and when they appear or leave.
Charts and categories over time.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| SearchApi | BigData, store=movies | $2.50 | $250.00 |
| Apify | Google Play Movies & TV Scraper actor | $1.50 per 1,000 rows plus platform usage |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.