Apple-attributed only
The response names the review source and counts the written reviews Apple returned, so nothing from Yelp or Tripadvisor is mixed in.
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 reviews api
Apple's own ratings and written reviews for one Apple Maps place by MUID: the rating summary, per-category scores and any reviews attributed to Apple rather than Yelp or Tripadvisor.
// 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:
rating_summaryratingsreviewsplace_infosearch_information// 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/reviews
from litescrape_sdk import scrape
[result] = scrape(
[
{
"endpoint": "apple_maps_reviews",
"muid": "4560078147072908047",
"locale": "en-GB",
}
],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
The response names the review source and counts the written reviews Apple returned, so nothing from Yelp or Tripadvisor is mixed in.
rating_summary holds the overall score and count. ratings lists Apple's per-category values.
place_info returns the place_id, MUID, title and Apple Maps link.
locale sets the language of labels and reviews.
// use cases
Track the score Apple shows your locations, separately from Yelp and Tripadvisor.
See which of your places have Apple written reviews at all, per storefront.
Add Apple to Google, Yelp and Tripadvisor in the same pipeline, with the same key at the same price.
// 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, ratings inside its Places call | $2.50 | $250.00 |
| 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.