# AnyAPI Panda Express Locations

> AnyAPI Panda Express Locations is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves Panda Express restaurant location data by querying the chain's location directory.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/pandaexpress.locations
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-panda-express-locations-e5e17ab9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mLDd9zO4AFJULokegKiVo

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 anyapi-panda-express-locations-e5e17ab9 -d '<json body>'
```

Example prompt: Can you find all Panda Express restaurant locations near downtown Chicago, Illinois?

## When to prefer this

Use this endpoint when you need to programmatically look up Panda Express restaurant locations without maintaining a Panda Express API subscription. Ideal for pay-per-call use cases where you infrequently need chain location data and want to avoid monthly fees.

## Known failure modes

- No locations found for the given query area
- Invalid or unrecognized location input returns empty results
- API key missing or invalid returns authentication error
- Rate limiting or payment failure returns 402 or 429 error
- Panda Express location data source temporarily unavailable

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON response containing Panda Express restaurant location data, likely including store names, addresses, city, state, zip codes, phone numbers, store hours, and possibly geographic coordinates or store IDs.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-panda-express-locations-e5e17ab9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
