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

// Apple Maps documentation

Apple Maps Reviews API

Apple's rating summary, per-category scores and Apple-attributed written reviews for any Apple Maps place by MUID.

GET https://api.litescrape.com/api/apple/maps/reviews

// from request to code

Integrate Apple Maps Reviews

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

APIApple Maps Reviews
More options 1
Apple reviews

Fetch only ratings and written reviews explicitly attributed to Apple.

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.

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

// request reference

Apple Maps Reviews parameters

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

Apple reviews

Fetch only ratings and written reviews explicitly attributed to Apple.

muid
MUID

Exactly one unsigned decimal Apple Maps MUID.

Example / input hint: 4560078147072908047

locale
Locale

An Apple Maps locale such as en-US, en-GB, fr-FR, ja-JP, or zh-TW.

Example / input hint: en-US

// response

Work with the complete JSON response

Response groups include rating_summary, ratings, reviews, place_info, 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 Apple Maps APIs