Up to 199 reviews per call
num takes 1 through 199, and next_page_token continues.
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 reviews api Alpha
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.
// 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:
reviewslitescrape_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/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
num takes 1 through 199, and next_page_token continues.
rating 1 through 5. platform phone, tablet, watch, chromebook or tv.
sort_by 1 for relevance, 2 for newest or 3 for rating.
Each review has the app version it was written on, likes, date and iso_date, and the reviewer's name and avatar.
store selects apps, books, audiobooks, movies or tv.
// use cases
Reviews by app version after each release.
Full text with ratings, dates and versions for your own models.
Rating distributions and complaint themes across competing apps.
Newest first, hourly, with alerts on one-star reviews.
// 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 |
| 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 |
| DataForSEO | Standard queue, 150 reviews per task | $0.75 | $75.00 |
| SearchApi | BigData, up to 200 per page | $2.50 | $250.00 |
| AppTweak | Pro, 10-review pages | $5.49 | $549.00 |
| Apify | Google Play Store Reviews Scraper actor | $0.10 per 1,000 reviews plus platform usage | |
| ScrapeHero | Standard, 2 credits per review | $1.00 per 1,000 reviews | |
| Bright Data | Web Scraper API | $1.50 per 1,000 reviews |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.