# HarvestPulse Seasonal Produce Calendar

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

Returns which fruits and vegetables are currently in season for a given state or country, including peak items and what's coming soon

## Facts

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

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-c2b76cc1
```

Example prompt: What fruits and vegetables are in season right now in Oregon — show me what's at peak and what's coming soon so I can plan my farmers market shopping?

## When to prefer this

Use this endpoint when an agent needs to know what produce is currently in season for a specific geographic location — ideal for meal planning, farmers market prep, local-food recommendations, recipe suggestions, and seasonal diet guidance. Prefer over generic food databases when the question is specifically about seasonal availability rather than nutritional content or recipes.

## Known failure modes

- Unsupported or unrecognized state/country returns an error or empty result
- Location too vague (e.g. 'North America' vs a specific state/country) may yield no results
- Seasonal data may lag for rare or hyper-local regions
- Missing location parameter returns a 400 or prompt for required field

## 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 list of currently in-season produce items for the specified location, flagged by peak availability and upcoming items entering season, with global coverage across US states and countries.

## 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-c2b76cc1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from harvestpulse.theaslangroupllc.com](https://www.zero.xyz/host/harvestpulse.theaslangroupllc.com/llms.txt)
