Fifty places per request
muid takes 1 to 50 comma-separated identifiers.
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.
// apple maps places api
Up to 50 Apple Maps places by MUID in one call: title, address, phone, website, weekly hours, amenities, coordinates and Apple's own ratings by category, in any of 50 locales. Apple's own Maps Server API returns no ratings at all.
// live playground
The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.
Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.
Run the request to draw its results here. This endpoint returns:
place_results// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/apple/maps/places
from litescrape_sdk import scrape
[result] = scrape(
[
{
"endpoint": "apple_maps_places",
"muid": "4372355869446211302",
"locale": "en-US",
}
],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
muid takes 1 to 50 comma-separated identifiers.
An overall score out of 100 with per-category scores such as Food & Drink and Customer Service, each with its rating count.
weekly_hours, open_state, amenities such as Apple Pay and wheelchair access, phone, website and a structured address.
locale sets language and regional formatting, from en-US to ja-JP.
images with attribution, the place a listing is located in, and its Apple Maps link.
// use cases
Check the hours, phone and address Apple shows for each of your locations.
Track Apple's recommend score for your places, a signal no first-party API exposes.
Resolve the MUIDs in DuckDuckGo Maps results into full Apple records.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| SearchApi | BigData, up to 20 IDs per call | $2.50 | $250.00 |
| Apify | Apple Maps Scraper actor | $0.40 per 1,000 places plus platform usage | |
| Apple Maps Server API | First party | Free to 25,000 calls a day; no ratings or reviews |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.