# HarvestPulse Agritourism Finder

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

Finds U-pick farms, farm stays, harvest festivals, and agritourism listings near any location worldwide

## Facts

- Endpoint: GET https://harvestpulse.theaslangroupllc.com/api/harvest/agritourism
- 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-agritourism-finder-9f7a1ea4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KTPyInJa7RWdILpXuJiWw

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-9f7a1ea4
```

Example prompt: Can you find me U-pick orchards, farm stays, and harvest festivals within 50 miles of Burlington, Vermont? I'm planning a fall agritourism trip this October and want to see what's available.

## When to prefer this

Use this endpoint when a user wants to physically visit farms, pick their own produce, attend harvest festivals, or book farm stays near a specific location. Prefer this over farmers-market finders when the user wants an on-farm experience rather than a market. Prefer over food-hub finders when the goal is leisure or tourism rather than wholesale sourcing.

## Known failure modes

- No agritourism listings found for a remote or rural-sparse area — empty results list
- Invalid or unresolvable location input — returns error or empty results
- Listings may be outdated if farm operating seasons have changed
- Payment failure via x402 protocol — call not completed if USDC payment rejected

## 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 listings near the specified location, including U-pick farms, farm stays, harvest festivals, and other farm experiences — likely including name, type of experience, location/distance, available crops or activities, and contact or booking details.

## 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-9f7a1ea4/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)
