# HarvestPulse Food Label Decoder

> HarvestPulse Food Label Decoder is a paid API for AI agents from harvestpulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Decodes food marketing labels (e.g. 'natural', 'free-range', 'pasture-raised') to explain their real regulatory meaning versus marketing hype

## Facts

- Endpoint: GET https://harvestpulse.vercel.app/api/harvest/labels
- 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/harvestpulse-food-label-decoder-7dfecdc1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9R8hRAKcFFrIE9u2063l9

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 harvestpulse-food-label-decoder-7dfecdc1
```

Example prompt: Can you tell me what 'pasture-raised' and 'free-range' actually mean on chicken and eggs — like, are these government-regulated terms or just marketing buzzwords?

## When to prefer this

Use this endpoint when a user wants to understand food marketing label claims — particularly for meat, dairy, eggs, and produce — and needs clarity on regulatory enforcement vs. pure marketing. Prefer this over general web search when you want structured, consumer-focused explanations of specific label terminology.

## Known failure modes

- Unrecognized or highly obscure label terms may return no results or generic guidance
- Labels that vary by product category (e.g. 'natural' on meat vs. packaged goods) may require disambiguation
- Payment failure via x402 will block the response
- Regulatory definitions may lag recent USDA/FDA policy changes

## How this service works

Food label decoder — what food labels really mean: explains "natural", "free-range", "pasture-raised", and more, separating regulated meaning from marketing. For foodie and consumer agents.

## Output

Returns an explanation of what the queried food label(s) actually mean in regulatory terms, how strictly they are enforced, and how they compare to marketing language — helping consumers understand the real difference behind the claims on packaging.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "label"
 ],
 "properties": {
  "label": {
   "type": "string",
   "description": "Label to decode (e.g. free-range, natural, pasture-raised, grass-fed, non-GMO)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/harvestpulse-food-label-decoder-7dfecdc1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from harvestpulse.vercel.app](https://www.zero.xyz/host/harvestpulse.vercel.app/llms.txt)
