# AnyAPI Panda Express Nutrition

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

Fetches nutritional information for Panda Express menu items via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/pandaexpress.nutrition
- Price: $0.006/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-nutrition-9008a3df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xC3qmQXNo0VM-eyQvQTms

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-nutrition-9008a3df -d '<json body>'
```

Example prompt: Can you pull up the full nutrition facts for Panda Express Orange Chicken — calories, carbs, protein, fat, and sodium?

## When to prefer this

Use this endpoint when you need programmatic, on-demand access to Panda Express nutritional data without maintaining your own scraper or subscribing to a monthly data service. Ideal for diet tracking apps, meal planning agents, or any workflow that needs fast-food nutrition facts on a pay-per-use basis.

## Known failure modes

- Menu item not found or name misspelled — returns empty or error result
- Panda Express website structure changed — scraper may return malformed or incomplete data
- Rate limit or payment failure — request rejected with payment/auth error
- Network timeout — no response returned from upstream scrape

## 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 nutritional information for the specified Panda Express menu item, likely including calories, total fat, saturated fat, sodium, carbohydrates, sugar, protein, and serving size details.

## Response schema (JSON Schema)

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

## More

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