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

// google play reviews api Alpha

The world's cheapest Google Play Reviews API

Google Play reviews for any app, book, movie or show, up to 199 per call: reviewer, rating, text, date, likes and app version, filtered by rating and platform, sorted by relevance, newest or rating.

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

// live playground

Read an app's Google Play reviews

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 reviews

Build a live request

9 documented parameters available for this operation.

GET

Filter and paginate product reviews, including available developer replies. Alpha.

Ready

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

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

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

// what you get

What the Google Play Reviews API returns

Up to 199 reviews per call

num takes 1 through 199, and next_page_token continues.

Filter by star and platform

rating 1 through 5. platform phone, tablet, watch, chromebook or tv.

Three sort orders

sort_by 1 for relevance, 2 for newest or 3 for rating.

Version, likes and dates

Each review has the app version it was written on, likes, date and iso_date, and the reviewer's name and avatar.

Every store

store selects apps, books, audiobooks, movies or tv.

// use cases

What teams build with it

  1. 01

    Release impact tracking

    Reviews by app version after each release.

  2. 02

    Sentiment analysis

    Full text with ratings, dates and versions for your own models.

  3. 03

    Competitor benchmarking

    Rating distributions and complaint themes across competing apps.

  4. 04

    Review alerts

    Newest first, hourly, with alerts on one-star reviews.

// why it's the cheapest

Google Play Reviews 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 Scraping API (RapidAPI)Ultra, 200,000 requests$0.35$35.00
Google Play Store Reviews API (RapidAPI)Mega, 100,000 requests$0.60$60.00
DataForSEOStandard queue, 150 reviews per task$0.75$75.00
SearchApiBigData, up to 200 per page$2.50$250.00
AppTweakPro, 10-review pages$5.49$549.00
ApifyGoogle Play Store Reviews Scraper actor$0.10 per 1,000 reviews plus platform usage
ScrapeHeroStandard, 2 credits per review$1.00 per 1,000 reviews
Bright DataWeb Scraper API$1.50 per 1,000 reviews

Start pulling Google Play Reviews data in five minutes.

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