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

Read the posts published by a business.

GET https://api.litescrape.com/api/google/maps/posts

// from request to code

Integrate Google Maps Posts

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

APIGoogle Maps Posts
More options 4
Posts request

Fetch Google Maps posts for one hexadecimal feature ID.

Localization

Control the Google language, country, and domain.

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

// request reference

Google Maps Posts parameters

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

Posts request

Fetch Google Maps posts for one hexadecimal feature ID.

data_id
data_id

Required hexadecimal Maps feature ID. Follow posts_link from a Maps place response.

Example / input hint: 0x89c258e28c304997:0xfcafe4e7ce35ee8c

next_page_token
Next page token

Continue a posts response with its opaque token.

Example / input hint: Opaque token from the previous response

Localization

Control the Google language, country, and domain.

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

// response

Work with the complete JSON response

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

More Google APIs