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 Product API

// google play product api Alpha

The world's cheapest Google Play Product API

One Google Play listing in full: app, ebook, audiobook, movie or TV season. Title, developer, rating histogram, downloads, offers, description, what's new, permissions, data safety, developer contact, media, reviews and similar items.

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

// live playground

Open a Google Play listing

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 product

Build a live request

5 documented parameters available for this operation.

GET

Read app, ebook, audiobook, movie, or TV product details. Alpha.

Ready

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

  • product_info
  • about_this_app
  • ratings
  • reviews
  • media
  • permissions
  • data_safety
  • developer_contact
  • similar_results

// 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/product
# pip install litescrape-sdk
import os
from litescrape_sdk import GooglePlayProduct, scrape

[result] = scrape(
    [GooglePlayProduct(
        product_id="com.duolingo",
    )],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Google Play Product API returns

Five stores, one endpoint

store selects apps, books, audiobooks, movies or tv. season_id opens one TV season.

Downloads, offers and rating histogram

product_info carries downloads and download_count, offers, rating and reviews. ratings gives the 1 to 5 star counts.

Permissions and data safety

permissions by group and data_safety as Google lists them, both missing from most app data APIs.

Developer contact

website, support_email, privacy_policy, address and phone_number.

Reviews and similar items

The first 20 reviews and similar_results ship with the page.

Media and dates

images, released_on, updated_on and what's new.

// use cases

What teams build with it

  1. 01

    Competitor listing monitoring

    Diff descriptions, screenshots, prices and what's new across releases.

  2. 02

    Install growth tracking

    download_count per app per day.

  3. 03

    Data safety comparisons

    What each app in a category declares it collects.

  4. 04

    Developer prospecting

    Contact details for every app in a category.

// why it's the cheapest

Google Play Product 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
Google Play Store Scraper API (RapidAPI)Ultra, 100,000 requests$0.25$25.00
Google Play Store Scraping API (RapidAPI)Ultra, 200,000 requests$0.35$35.00
DataForSEOStandard queue, no permissions or data safety$0.60$60.00
Bright DataPay as you go, URL input$1.50$150.00
SearchApiBigData, 100,000 requests$2.50$250.00
AppTweakPro, 11 credits per app$5.49$549.00
ApifyGoogle Play Scraper actor$1.00 per 1,000 apps plus platform usage

Start pulling Google Play Product data in five minutes.

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