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 Photo Metadata API

Get the place, contributor, and date of a Maps photo.

GET https://api.litescrape.com/api/google/maps/photo-meta

// from request to code

Integrate Google Maps Photo Metadata

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

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

// request reference

Google Maps Photo Metadata parameters

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

Photo metadata

Resolve contributor, place, coordinates, type, and photo date.

data_id
Photo data_id

Required Google Maps photo ID. Follow photo_meta_link from a Maps place response.

Example / input hint: CIABIhAAQr6KrxiC_knILBjf2RxL

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