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

// google contributor reviews api

The world's cheapest Google Contributor Reviews API

Every review one Google Maps contributor has written, up to 200 in a single call: the place, rating, text, date, likes and images of each, with the contributor's Local Guide level and contribution counts. Few APIs offer this endpoint at all.

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

// live playground

Read one contributor's reviews

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.

// contributor reviews

Build a live request

4 documented parameters available for this operation.

GET

Fetch the public review history for one Google Maps contributor.

Ready

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

  • contributor
  • reviews
  • search_information

// 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/contributor-reviews
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "google_contributor_reviews",
            "contributor_id": "109736708296406538146",
            "limit": "200",
            "hl": "en",
            "gl": "us",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Google Contributor Reviews API returns

Up to 200 reviews per call

limit takes 1 through 200, the most Google exposes for a contributor.

The contributor profile

Name, points, level, Local Guide status and counts of reviews, ratings, photos, answers and edits.

Each review with its place

place_info names the business and address, next to the rating, text, date, likes, images and any owner response.

Language and country

hl and gl localize labels and dates.

// use cases

What teams build with it

  1. 01

    Reviewer verification

    Check whether a reviewer's history looks like a real person's before acting on a review.

  2. 02

    Coordinated review detection

    Find accounts that reviewed the same set of businesses in the same window.

  3. 03

    Due diligence

    The public review footprint of a person or an organization's accounts, in one call.

// why it's the cheapest

Google Contributor 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
HasDataBasic, 5 credits per request$0.99$99.00
ApifyContributor Reviews API actorFrom $1.45 per 1,000 reviews plus $1 per 1,000 runs

Start pulling Google Contributor Reviews data in five minutes.

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