Up to 200 reviews per call
limit takes 1 through 200, the most Google exposes for a contributor.
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 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.
// 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:
contributorreviewssearch_information// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# 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
limit takes 1 through 200, the most Google exposes for a contributor.
Name, points, level, Local Guide status and counts of reviews, ratings, photos, answers and edits.
place_info names the business and address, next to the rating, text, date, likes, images and any owner response.
hl and gl localize labels and dates.
// use cases
Check whether a reviewer's history looks like a real person's before acting on a review.
Find accounts that reviewed the same set of businesses in the same window.
The public review footprint of a person or an organization's accounts, in one call.
// 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 |
| HasData | Basic, 5 credits per request | $0.99 | $99.00 |
| Apify | Contributor Reviews API actor | From $1.45 per 1,000 reviews plus $1 per 1,000 runs |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.