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.

← All documentation

// Google documentation

Google Contributor Reviews API

Up to 200 reviews by one Google Maps contributor with place, rating, text, date and likes, plus the Local Guide profile.

GET https://api.litescrape.com/api/google/contributor-reviews

// from request to code

Integrate Google Contributor Reviews

Build your request and copy it into your stack. Or let your coding agent set it up.

APIGoogle Contributor Reviews
More options 3
Contributor history

Fetch the public review history for one Google Maps contributor.

Your request updates the code instantly.

Open the Playground →
https://mcp.litescrape.com/mcp

Add the server URL to your MCP client with an Authorization: Bearer header containing your API key, then call the tool below.

Google Contributor Reviews is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Google Contributor Reviews parameters

Send query parameters with GET /api/google/contributor-reviews. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.

The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.

Contributor history

Fetch the public review history for one Google Maps contributor.

contributor_id
Contributor ID

The 10 to 32 digit ID from a Google Maps contributor URL.

Example / input hint: 109736708296406538146

limit
Review limit

Return 1 through Google’s anonymous maximum of 200 reviews.

Example / input hint: 200

hl
Language

Review and interface language such as en, en-US, or fr.

Example / input hint: en

gl
Country

Two-letter country localization.

Example / input hint: us

// response

Work with the complete JSON response

Response groups include contributor, reviews, search_information. Groups and fields depend on the upstream result.

The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.

More Google APIs