# HarvestPulse Agritourism Finder

> HarvestPulse Agritourism Finder 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 u-pick farms, farm stays, harvest festivals, and farm experiences near any given location

## Facts

- Endpoint: GET https://harvestpulse.vercel.app/api/harvest/agritourism
- 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-agritourism-finder-4aef4484
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XOgk_nd4bFECJWZdvrlyN

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-agritourism-finder-4aef4484
```

Example prompt: Can you find me u-pick farms, farm stays, and harvest festivals within 30 miles of Asheville, NC? I'm looking for agritourism experiences I can visit this fall.

## When to prefer this

Use this endpoint when a user wants to discover and visit agricultural tourism experiences — such as picking their own produce, staying on a working farm, or attending a harvest festival — near a specific location. Prefer this over generic travel or restaurant search APIs when the request is explicitly about farm visits, agritourism, or hands-on agricultural experiences.

## Known failure modes

- No agritourism venues found near the specified location — sparse results in rural or non-agricultural areas
- Invalid or unrecognized location input returns an error
- Radius too small to capture any results
- Payment failure via x402 protocol blocks the request
- Rate limiting if too many requests are made in quick succession

## How this service works

U-pick farms, farm stays, harvest festivals & agritourism finder — locate pick-your-own orchards, farm experiences, and agritourism listings near any location worldwide. For local-food and travel agents.

## Output

A list of agritourism destinations near the specified location, including u-pick farms, farm stays, harvest festivals, and other farm experiences, with relevant details about each venue such as name, type, location, and available activities.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "US ZIP code"
  },
  "state": {
   "type": "string",
   "description": "US state for broader search"
  },
  "radius": {
   "type": "integer",
   "description": "Search radius in miles"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/harvestpulse-agritourism-finder-4aef4484/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)
