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 Places API

Apple Maps places, up to 50 a call with address, phone, website, hours, amenities, coordinates and Apple's category ratings, in 50 locales.

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

// from request to code

Integrate Apple Maps Places

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

APIApple Maps Places
More options 1
Localization

Choose the language and regional formatting returned by Apple Maps.

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

// request reference

Apple Maps Places parameters

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

Places

Fetch one or more places by their Apple Maps unique identifiers.

muid
MUIDs

One to 50 unsigned decimal Apple Maps MUIDs, separated by commas.

Example / input hint: 4372355869446211302

Localization

Choose the language and regional formatting returned by Apple Maps.

locale
Locale

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

Example / input hint: en-US

// response

Work with the complete JSON response

Response groups include place_results. 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