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.

LitescrapeAPIsGoogle Play Movies API

// google play movies api Alpha

The world's cheapest Google Play Movies API

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.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Search Google Play Movies

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.

Your API key

Verifying browser…

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.

// google play movies

Build a live request

9 documented parameters available for this operation.

GET

Search and browse movies, TV shows, episodes, categories, and charts. Alpha.

Ready

Run the request to draw its results here. This endpoint returns:

  • organic_results
  • charts
  • litescrape_pagination

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# 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

What the Google Play Movies API returns

Movies and TV grouped

organic_results groups items by format, each group with a see_more_token.

Categories, charts and age

movies_category, chart, and age for family titles under FAMILY.

Rating, price and thumbnail

Each item has title, product_id, rating, price, thumbnail and description.

Language and country

hl and gl pick the storefront.

// use cases

What teams build with it

  1. 01

    Rental and purchase price tracking

    Prices of titles by country, daily.

  2. 02

    Catalog availability

    Which titles a storefront lists, and when they appear or leave.

  3. 03

    Content research

    Charts and categories over time.

// why it's the cheapest

Google Play Movies API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
SearchApiBigData, store=movies$2.50$250.00
ApifyGoogle Play Movies & TV Scraper actor$1.50 per 1,000 rows plus platform usage

Start pulling Google Play Movies data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.