# HarvestPulse Certified Organic Farm Finder

> HarvestPulse Certified Organic Farm Finder is a paid API for AI agents from harvestpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Looks up USDA-certified organic farms and producers by state and city via the USDA Organic INTEGRITY database

## Facts

- Endpoint: GET https://harvestpulse.theaslangroupllc.com/api/harvest/organic
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/harvestpulse-certified-organic-farm-finder-a57de885
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HzsjGcv1meT2RHJdiRMRD

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-farm-finder-a57de885
```

Example prompt: Can you find all USDA certified organic farms and producers in Portland, Oregon so I know where to source local organic food from?

## When to prefer this

Use this endpoint when an agent or user needs to discover USDA-certified organic farms or producers in a specific geographic area (state/city). Ideal for local-food discovery, farm-to-table sourcing, foodie research, or verifying organic certification status of local operations. Prefer over general web search when you need structured, authoritative USDA certification data rather than informal directories.

## Known failure modes

- No certified organic operations found for the specified city/state combination — returns empty result set
- Invalid or unrecognized state abbreviation or city name — may return error or empty results
- USDA Organic INTEGRITY database unavailable or rate-limited — upstream data fetch failure
- Ambiguous city name (e.g. Springfield) without state context may return unexpected results

## 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

A list of USDA-certified organic operations matching the specified state and city, including farm/producer names, certification details, operation types, and certifying agent information drawn from the USDA Organic INTEGRITY database with added local context.

## 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-farm-finder-a57de885/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)
