# HarvestPulse Certified Organic Finder

> HarvestPulse Certified Organic Finder 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).

Looks up the USDA Organic INTEGRITY database to verify and find certified organic operations by location or business name

## Facts

- Endpoint: GET https://harvestpulse.vercel.app/api/harvest/organic
- 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-certified-organic-finder-920b4d2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vl9uGpUREudHAPcDESAw-

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-certified-organic-finder-920b4d2a
```

Example prompt: Can you check the USDA Organic INTEGRITY database and tell me if Green Valley Farm in Sonoma County, California is actually certified organic — and who their certifying agent is?

## When to prefer this

Use this endpoint when you need to verify or discover USDA-certified organic operations by location or business name. It is ideal for local-food agents, foodie assistants, or consumer-facing apps that need to confirm organic credentials against the official USDA Organic INTEGRITY database rather than relying on self-reported claims.

## Known failure modes

- No certified organic operations found for the given location or name — returns empty result set
- Invalid or unrecognized state/zip code input causes lookup failure
- USDA Organic INTEGRITY database temporarily unavailable — upstream API error
- Business name too ambiguous, matching too many or no results
- Payment authorization failure for the $0.08 USDC x402 charge

## How this service works

Certified organic farm & producer finder — look up certified-organic operations by state and city via the USDA Organic INTEGRITY database, with local context. For local-food and foodie agents.

## Output

Returns certified organic operation details from the USDA Organic INTEGRITY database, including business name, certification status, certifying agent, certificate validity dates, operation type, and address for matching farms or producers near the specified location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "city": {
   "type": "string",
   "description": "City name (optional filter)"
  },
  "state": {
   "type": "string",
   "description": "2-letter US state code"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/harvestpulse-certified-organic-finder-920b4d2a/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)
