# NutriPulse Food Nutrition Comparison

> NutriPulse Food Nutrition Comparison is a paid API for AI agents from nutripulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Compares macro and micronutrient profiles of multiple foods side by side using a global nutrition intelligence database

## Facts

- Endpoint: GET https://nutripulse.theaslangroupllc.com/api/nutrition/compare
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nutripulse-food-nutrition-comparison-889c6ab1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p5QwQX06Tz_75LZrTnlhy

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 nutripulse-food-nutrition-comparison-889c6ab1
```

Example prompt: Compare the nutrition profiles of chicken, beef, and tofu side by side — I want to see macros and micronutrients for all three.

## When to prefer this

Use this endpoint when you need to compare nutritional data across two or more foods simultaneously, rather than looking up a single food. Ideal for diet planning, meal optimization, or helping users choose between protein or carb sources.

## Known failure modes

- Unrecognized food names may return empty or partial results
- Missing required 'foods' parameter returns a 400 error
- Very unusual or regional food names may not be found in the database
- Empty response example means exact output schema is not publicly documented

## How this service works

Food comparison for nutrition and health agents. Returns a side-by-side nutritional comparison of 2-4 foods.

## Output

Returns a structured JSON comparison of the nutritional profiles (macros, micronutrients, and other nutrition data) for each of the requested foods, enabling side-by-side analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "foods"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "foods": {
   "type": "string",
   "description": "Comma-separated food names e.g. chicken,beef,tofu"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nutripulse-food-nutrition-comparison-889c6ab1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nutripulse.theaslangroupllc.com](https://www.zero.xyz/host/nutripulse.theaslangroupllc.com/llms.txt)
