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.

LitescrapeAPIsApple Maps Reviews API

// apple maps reviews api

The world's cheapest 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.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Read a place's Apple ratings

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.

Your API key

Verifying browser…

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.

// apple maps reviews

Build a live request

2 documented parameters available for this operation.

GET

Fetch only ratings and written reviews explicitly attributed to Apple.

Ready

Run the request to draw its results here. This endpoint returns:

  • rating_summary
  • ratings
  • reviews
  • place_info
  • search_information

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# 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

What the Apple Maps Reviews API returns

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.

Rating summary and categories

rating_summary holds the overall score and count. ratings lists Apple's per-category values.

The place on top

place_info returns the place_id, MUID, title and Apple Maps link.

Fifty locales

locale sets the language of labels and reviews.

// use cases

What teams build with it

  1. 01

    Apple-native reputation

    Track the score Apple shows your locations, separately from Yelp and Tripadvisor.

  2. 02

    Review coverage checks

    See which of your places have Apple written reviews at all, per storefront.

  3. 03

    Multi-platform review monitoring

    Add Apple to Google, Yelp and Tripadvisor in the same pipeline, with the same key at the same price.

// why it's the cheapest

Apple Maps Reviews API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
SearchApiBigData, ratings inside its Places call$2.50$250.00
Apple Maps Server APIFirst partyFree to 25,000 calls a day; no ratings or reviews

Start pulling Apple Maps Reviews data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.