Search or browse
q searches. Omit it to browse the storefront by category, chart or device.
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 apps api Alpha
Search and browse Google Play apps as JSON: title, developer, rating, downloads, price, category and screenshots for each app, with charts, categories, device storefronts and continuation tokens.
// 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_resultsapp_highlightitems_highlightchartslitescrape_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/apps
# pip install litescrape-sdk
import os
from litescrape_sdk import GooglePlayApps, scrape
[result] = scrape(
[GooglePlayApps(
q="coffee",
)],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
q searches. Omit it to browse the storefront by category, chart or device.
chart takes topselling_free, topselling_paid, topgrossing and Google's other lists.
store_device: phone, tablet, tv, chromebook, watch or car.
Each item has title, product_id, rating, author, category, downloads, thumbnail, description, screenshots and price.
next_page_token, section_page_token and see_more_token each continue a different part of the page.
hl and gl pick the storefront.
// use cases
Where your app ranks for each term in each country, daily.
Top free, paid and grossing lists by category and device, snapshotted over time.
Every app Google returns for your category terms, with ratings and download counts.
Apps by category and country for analysis, at $0.15 per 1,000 pages.
// 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 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 |
| Store Apps (RapidAPI) | Ultra, 200,000 requests | $0.75 | $75.00 |
| DataForSEO | Standard queue, 30 items per task | $1.20 | $120.00 |
| SearchApi | BigData, 100,000 searches | $2.50 | $250.00 |
| AppTweak | Pro, top charts, app IDs only | $5.49 | $549.00 |
| Apify | Google Play Scraper actor | $0.30 per 1,000 rows, about 30 rows a search |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.