# AnyAPI Panda Express Menu Scraper

> AnyAPI Panda Express Menu Scraper 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).

Fetches the current Panda Express restaurant menu including items, descriptions, and pricing

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/pandaexpress.menu
- 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-menu-scraper-d1336edd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lYghDEYrrpXtg8iV3rMjW

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-menu-scraper-d1336edd -d '<json body>'
```

Example prompt: Can you pull up the current Panda Express menu for me, including all the entrees, sides, and their prices?

## When to prefer this

Use this endpoint when you need programmatic access to Panda Express menu data without building or maintaining your own scraper. Ideal for food aggregator apps, nutrition trackers, price comparison tools, or any agent needing current Panda Express offerings. At $0.001 per call with no subscription, it's cost-effective for infrequent or on-demand menu lookups.

## Known failure modes

- Panda Express website structure changes causing scrape failure
- Rate limiting or blocking by Panda Express
- Empty or partial menu data if regional menus differ
- Payment failure via x402 protocol resulting in 402 response
- Stale menu data if cache is not refreshed

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

A JSON object containing Panda Express menu data, likely including food categories (entrees, sides, appetizers), item names, descriptions, and prices scraped from the Panda Express website or API.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-panda-express-menu-scraper-d1336edd/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)
