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 Local API Alpha

Google's local results, 20 listings a page with rating, reviews, category, address, hours and place IDs, for any query and location.

GET https://api.litescrape.com/api/google/local

// from request to code

Integrate Google Local

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

APIGoogle Local
More options 9
Local query

Search Google’s browser-free Maps results or target one decimal local CID.

Geography

Choose a human-readable location or a canonical UULE, never both.

Localization

Control the first-party Google host, language, country, and request profile.

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 Local is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Google Local parameters

Send query parameters with GET /api/google/local. 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.

Local query

Search Google’s browser-free Maps results or target one decimal local CID.

q
Query

Required local query, up to 2,048 characters.

Example / input hint: coffee shops

ludocid
Local CID

Optional decimal Google local entity identifier.

Example / input hint: 15667002398697190332

tbs
Search filter

Optional Google compatibility token forwarded unchanged; Google may leave ranking unchanged.

Example / input hint: qdr:w

start
Start offset

Local result offset through 10,000; source-exhausted offsets above 1,000 return empty.

Example / input hint: 0

Geography

Choose a human-readable location or a canonical UULE, never both.

location
Location

Human-readable location, up to 512 characters; conflicts with uule.

Example / input hint: Austin, Texas

uule
UULE

Canonical Google named-location token, up to 2,048 characters; conflicts with location.

Example / input hint: w+CAIQICI…

Localization

Control the first-party Google host, language, country, and request profile.

hl
Language

Google interface and result language.

Example / input hint: en

gl
Country

Two-letter country localization code.

Example / input hint: us

google_domain
Google domain

A Google domain such as google.com or google.co.uk.

Example / input hint: google.com

device
Device

Compatibility value: desktop, tablet, or mobile over device-invariant Maps data.

Accepted values / omission behaviordesktoptabletmobile

// response

Work with the complete JSON response

Response groups include local_results, local_map, discover_more_places, pagination. 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