Browse the games storefront
Omit q to open the games home with its sections, or set games_category such as GAME_PUZZLE.
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 games api Alpha
Browse Google Play games by category, chart and device, or query the shared Android app search: title, developer, rating, downloads, price and screenshots, with featured items, charts 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_resultsitems_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/games
# pip install litescrape-sdk
import os
from litescrape_sdk import GooglePlayGames, scrape
[result] = scrape(
[GooglePlayGames()],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
Omit q to open the games home with its sections, or set games_category such as GAME_PUZZLE.
chart takes topselling_free, topselling_paid or topgrossing. store_device adds windows to phone, tablet, tv, chromebook and watch.
items_highlight and charts come back with the listing.
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.
// use cases
Top free, paid and grossing games by genre and country over time.
Where your game sits in its category's chart each day.
Every game Google features for a category, with ratings and download counts.
// 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 |
| Store Apps (RapidAPI) | Ultra, games chart endpoints | $0.75 | $75.00 |
| SearchApi | BigData, store=games | $2.50 | $250.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.