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

// google play books api Alpha

The world's cheapest Google Play Books API

Search and browse Google Play ebooks and audiobooks: title, author, rating, price and thumbnail grouped by format, with categories, charts, free or paid filters and continuation tokens. Few APIs cover this storefront.

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

// live playground

Search Google Play Books

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 books

Build a live request

10 documented parameters available for this operation.

GET

Search and browse ebooks, audiobooks, series, categories, and charts. Alpha.

Ready

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

  • organic_results
  • charts
  • 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/books
# pip install litescrape-sdk
import os
from litescrape_sdk import GooglePlayBooks, scrape

[result] = scrape(
    [GooglePlayBooks(
        q="Dune",
    )],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Google Play Books API returns

Ebooks and audiobooks grouped

organic_results groups items by format, each group with a see_more_token.

Free or paid

price 1 returns free books and 2 paid books, together with q.

Categories, charts and age

books_category, chart, and age for children's books under coll_1689.

Language and country

hl and gl pick the storefront.

// use cases

What teams build with it

  1. 01

    Title monitoring for publishers

    Price, rating and rank of your titles by country.

  2. 02

    Ebook market research

    Charts and categories snapshotted over time.

  3. 03

    Catalog enrichment

    Match ISBN-level searches to Play listings and pull ratings and prices.

// why it's the cheapest

Google Play Books 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
SearchApiBigData, store=books$2.50$250.00
ApifyGoogle Play Search Scraper actor$1.50 per 1,000 rows plus platform usage

Start pulling Google Play Books data in five minutes.

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