---
name: harvestpulse.theaslangroupllc.com
description: HarvestPulse provides the EWG 2025/2026 Dirty Dozen and Clean Fifteen shopper guide, returning structured produce lists with pesticide exposure notes, organic-buying recommendations, and budget-friendly conventional alternatives. It serves agents and users making grocery purchasing decisions around pesticide risk. The data is sourced from EWG's curated annual guide, not from laboratory testing or government certification databases.
host: harvestpulse.theaslangroupllc.com
---

# harvestpulse.theaslangroupllc.com

HarvestPulse is a single-purpose reference host that exposes the Environmental Working Group's annual produce pesticide guide in a structured, agent-readable format. It targets consumer-facing applications, nutrition assistants, and grocery planning tools that need to advise users on when buying organic is worth the cost versus when conventional produce is acceptably low-risk. It supports multilingual output via a language parameter, making it suitable for localized shopping assistants.

## When to use this host

Use this host when an agent needs to advise a user on which fruits and vegetables to prioritize buying organic versus conventional based on pesticide exposure risk, or when building a budget-conscious grocery recommendation that factors in EWG rankings. Do not use this host for real-time or lab-verified pesticide residue data, regulatory compliance checks, food safety certifications, or USDA/EPA official guidance — those require government data sources. This host is also not appropriate for general nutrition facts, calorie data, or recipe suggestions; use a dedicated nutrition or recipe API for those needs.

## Capabilities

### Produce Pesticide Guidance

Returns the full EWG Dirty Dozen and Clean Fifteen lists with pesticide risk context, organic purchase recommendations, washing tips, and cost-saving conventional substitutes for each item.

- **`fetch-dirty-dozen-clean-fifteen`** — Returns the EWG 2025/2026 Dirty Dozen and Clean Fifteen produce lists with pesticide exposure notes, organic-buying recommendations, and budget-friendly alternatives for each item.

## Skill reference

### `fetch-dirty-dozen-clean-fifteen`

**Harvest Pulse Dirty Dozen & Clean Fifteen** — Returns the EWG 2025/2026 Dirty Dozen and Clean Fifteen produce lists with pesticide exposure notes, organic-buying recommendations, and budget-friendly alternatives for each item.

*Use when:* Use when a user or agent needs structured guidance on which fruits and vegetables to buy organic versus conventional, including pesticide risk rankings, washing tips, and cost-saving substitutes.

*Not for:* Do not use for real-time pesticide testing data or regulatory compliance checks; this returns EWG's curated shopper guide, not laboratory or government certification data.

**Inputs:**

- `lang` (string) — Language code for the response. Supported values: en, es, fr, de, pt, zh, ko. Defaults to en.

**Returns:** Returns a JSON object with data_source, current_year, a dirty_dozen array of 12 ranked produce items each with pesticide notes and budget alternatives, and a clean_fifteen array of safer conventional options.

**Example:** `GET https://harvestpulse.theaslangroupllc.com/api/harvest/dirty-dozen?lang=en`

---
