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

// apple maps places api

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

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

// live playground

Resolve Apple Maps places

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 places

Build a live request

2 documented parameters available for this operation.

GET

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

Ready

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

  • place_results

// 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/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

What the Apple Maps Places API returns

Fifty places per request

muid takes 1 to 50 comma-separated identifiers.

Apple's ratings by category

An overall score out of 100 with per-category scores such as Food & Drink and Customer Service, each with its rating count.

Hours, amenities and contact

weekly_hours, open_state, amenities such as Apple Pay and wheelchair access, phone, website and a structured address.

Fifty locales

locale sets language and regional formatting, from en-US to ja-JP.

Images and containing places

images with attribution, the place a listing is located in, and its Apple Maps link.

// use cases

What teams build with it

  1. 01

    Apple Maps listing audits

    Check the hours, phone and address Apple shows for each of your locations.

  2. 02

    Apple-native ratings

    Track Apple's recommend score for your places, a signal no first-party API exposes.

  3. 03

    Place enrichment

    Resolve the MUIDs in DuckDuckGo Maps results into full Apple records.

// why it's the cheapest

Apple Maps Places 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, up to 20 IDs per call$2.50$250.00
ApifyApple Maps Scraper actor$0.40 per 1,000 places plus platform usage
Apple Maps Server APIFirst partyFree to 25,000 calls a day; no ratings or reviews

Start pulling Apple Maps Places data in five minutes.

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