Places & Local Business Search · Apple Local
by Places & Local Business Search
$0.02
per call · USD Coin on Base
Apple Maps local business search — find places by query and map centre (latitude,longitude), returning ratings, reviews, address, phone, website & Apple Maps place ids (muid) as clean JSON.
Endpoint
GET https://places.use.x402atlas.com/apple/local3
Calls / 30d
2
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://places.use.x402atlas.com/apple/local", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://places.use.x402atlas.com/apple/local?center=37.7749%2C-122.4194&q=coffee&span=0.05%2C0.05" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"queried_at": "2026-07-11T12:00:00Z",
"query": "coffee",
"results": [
{
"address": "1 Ferry Building, San Francisco, CA",
"muid": "1234567890",
"position": 1,
"rating": 4.5,
"reviews": 812,
"title": "Blue Bottle Coffee",
"types": [
"Coffee shop"
]
}
]
}Payment details
0x59ea036c64f0f54cdd14a3be8a1a6586b58da71cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Places & Local Business Search & similar services
Places & Local Business Search · Local
places.use.x402atlas.com
Google Maps local business search — find places by query and map location (coordinates viewport), returning ratings, reviews, address, phone, website, hours & service options as clean JSON.
Places & Local Business Search · DDG Local
places.use.x402atlas.com
DuckDuckGo Maps local business search (Apple Maps + Tripadvisor data) — find places by query and location, returning ratings, reviews, address, phone, website & hours as clean JSON.
Places & Local Business Search · Search
places.use.x402atlas.com
Google Maps local business search by place name — find places by query and a free-text location (e.g. 'Austin, Texas'), no coordinates needed; returns Google's local-pack results as clean JSON.