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

// google maps reviews api

The world's cheapest Google Maps Reviews API

Reviews for any Google Maps place by place_id or data_id: rating, text, author, date, likes, images and the owner's reply, sorted and filtered the way Maps does, up to 100 in the first call.

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

// live playground

Read the reviews of a place

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.

// reviews

Build a live request

10 documented parameters available for this operation.

GET

Supply exactly one Google place identifier.

Filter by either a review topic or a free-text query.

Ready

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

  • reviews
  • place_info
  • topics
  • 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
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/google/reviews
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "google_reviews",
            "place_id": "ChIJT2h1HKZZwokR0kgzEtsa03k",
            "sort_by": "qualityScore",
            "hl": "en",
            "gl": "us",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Google Maps Reviews API returns

Up to 100 reviews in one call

num takes 1 to 100 on the first request. Continuation pages take up to 20 and follow next_page_token.

Sort like Maps

qualityScore, newestFirst, ratingHigh or ratingLow.

Filter by topic or text

topics come back with mention counts. Pass a topic_id or a free-text query to filter the reviews.

Author, likes, images and replies

Each review has the reviewer's name, profile and Local Guide status, the date and ISO date, likes, photos, aspect details and the owner's response.

The place summary on top

place_info returns the title, address, rating, review count and type of the place.

// use cases

What teams build with it

  1. 01

    Reputation monitoring

    Pull newest first for each location daily and alert on new one-star reviews and on reviews without a reply.

  2. 02

    Sentiment and topic analysis

    Google's own topics with mention counts, plus the full text for your own models.

  3. 03

    Competitor benchmarking

    Compare ratings, volumes and complaint themes across competing locations.

  4. 04

    Training data for review models

    Full text, ratings and dates at $0.15 per 1,000 pages.

// why it's the cheapest

Google Maps 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
DataForSEOStandard queue, 10 reviews per task$0.75$75.00
SerperStandard pack, reviews endpoint$0.75$75.00
HasDataBasic, 5 credits per request$0.99$99.00
Scale SERP250,000 credits, place_reviews$2.40$240.00
SearchApiBigData, up to 20 per page$2.50$250.00
Google Places APIPlace Details, Enterprise + Atmosphere$25.00$2,500.00
ApifyGoogle Maps Reviews ScraperFrom $0.30 per 1,000 reviews plus platform usage
Bright DataWeb Scraper API$1.50 per 1,000 reviews
OutscraperPay per review$3.00 per 1,000 reviews

Start pulling Google Maps Reviews data in five minutes.

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