# HarvestPulse Seasonal Produce Calendar

> HarvestPulse Seasonal Produce Calendar is a paid API for AI agents from harvestpulse.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns what produce is currently in season for a given US state or country, including peak items and upcoming seasonal produce.

## Facts

- Endpoint: GET https://harvestpulse.vercel.app/api/harvest/season
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/harvestpulse-seasonal-produce-calendar-33448141
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e_JAB9AWg9wH7kCJByKep

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-seasonal-produce-calendar-33448141
```

Example prompt: What produce is in season right now in Vermont — give me the peak items and anything that's coming into season soon.

## When to prefer this

Use this endpoint when an agent needs to know what produce is currently in season by geographic region — especially for US states or major countries. Ideal for local-food agents, meal planning, farmers market guidance, CSA recommendations, or foodie recipe suggestions tied to seasonal availability. Prefer this over a generic web search when structured, machine-readable seasonal produce data is needed.

## Known failure modes

- Unsupported or unrecognized state/country returns an error or empty result
- No date context leads to default current-date lookup which may be inaccurate across timezones
- Very small or obscure regions may have limited seasonal data
- Network or server errors from the Vercel deployment may return 5xx responses
- Payment not processed (x402) results in 402 Payment Required error

## How this service works

What is in season now / seasonal produce calendar — what fruits and vegetables are in season right now by state or country, peak items, and what is coming soon. Global coverage for local-food and foodie agents.

## Output

A structured response listing currently in-season produce items, peak seasonal picks, and upcoming produce for the specified US state or country, enabling meal planning, farmers market shopping, and local food sourcing decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "month": {
   "type": "integer",
   "description": "Month (1-12). Defaults to current month."
  },
  "state": {
   "type": "string",
   "description": "2-letter US state code (e.g. CA, TX, NY)"
  },
  "country": {
   "type": "string",
   "description": "Country (for international calendar)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/harvestpulse-seasonal-produce-calendar-33448141/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)
