# QuantaFlow SERP Apple Maps Places Search

> QuantaFlow SERP Apple Maps Places Search is a paid API for AI agents from quanta-roan.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search Apple Maps for local places and points of interest via a pay-per-call x402 gateway

## Facts

- Endpoint: POST https://quanta-roan.vercel.app/api/service/serp-apple-maps-places
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quantaflow-serp-apple-maps-places-search-ce8d60e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZDriOm_hkvhJWqpzMqsaG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability quantaflow-serp-apple-maps-places-search-ce8d60e2 -d '<json body>'
```

Example prompt: Search Apple Maps for Italian restaurants near downtown Chicago and give me the top results with addresses and ratings.

## When to prefer this

Choose this endpoint when you need Apple Maps-specific place data (as opposed to Google Maps or Yelp), particularly for iOS/Apple ecosystem integrations or when Apple Maps coverage is preferred. It is well-suited for pay-as-you-go usage via x402 crypto micropayments at $0.01 per call, making it cost-effective for low-to-moderate volume local search queries without requiring a traditional API subscription.

## Known failure modes

- Payment failure due to insufficient USDC balance or x402 protocol error
- Upstream Apple Maps API unavailable or rate-limited
- Invalid or malformed query parameters causing empty results
- No results found for the given search query and location
- Request timeout from upstream SERP provider
- Malformed JSON body causing a 400 error

## How this service works

Every request, a quantum of value. x402 protocol-based payment endpoint for web3/DeFi tools.

## Output

Returns a passthrough of the upstream Apple Maps SERP API response, typically containing a list of place results with business names, addresses, coordinates, ratings, categories, and other place metadata matching the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "string",
   "description": "Optional JSON body forwarded to POST requests."
  },
  "path": {
   "type": "string",
   "description": "Path below the selected upstream origin."
  },
  "query": {
   "type": "object"
  },
  "method": {
   "enum": [
    "GET",
    "POST"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "The upstream response body and content type are passed through after successful payment."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quantaflow-serp-apple-maps-places-search-ce8d60e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quanta-roan.vercel.app](https://www.zero.xyz/host/quanta-roan.vercel.app/llms.txt)
