# HerbaPulse Herbal Practitioner Finder

> HerbaPulse Herbal Practitioner Finder is a paid API for AI agents from herbapulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Finds and returns herbal medicine practitioners based on tradition, location, or specialty across Ayurvedic, TCM, Western herbalism, and other integrative medicine systems

## Facts

- Endpoint: GET https://herbapulse.vercel.app/api/herba/practitioner
- 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/herbapulse-herbal-practitioner-finder-0f3521a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mUOsHsssC9YHUB-C5eGhd

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 herbapulse-herbal-practitioner-finder-0f3521a3
```

Example prompt: Can you find me a certified Ayurvedic herbalist practitioner in the San Francisco Bay Area who specializes in digestive health?

## When to prefer this

Use this endpoint when a user needs to find a qualified herbal or traditional medicine practitioner by tradition (Ayurveda, TCM, Western herbalism, Amazonian, African), specialty, or location. Prefer this over generic doctor-finder APIs when the user specifically wants plant-based or traditional medicine expertise. Distinct from the herb profile or drug interaction endpoints — this returns people/practitioners, not plant data.

## Known failure modes

- No practitioners found matching the requested tradition or location — returns empty results
- Invalid or unsupported language code provided — falls back to English or returns error
- Location too vague or outside coverage area — returns no results or broad matches
- Service unavailable due to Vercel hosting issues — 500 error
- Payment not processed via x402 micropayment — 402 payment required error

## How this service works

Global herbal medicine and botanical intelligence API. PubMed-grounded herb profiles, drug-herb interaction checker, traditional medicine system guides (Ayurveda, TCM, Amazonian, African), herbal remedy builder, skin/cosmetic botanical analysis, cannabis strain intelligence, herbal practitioner finder, and ingredient safety checker. Covers Ayurvedic, TCM, Western herbalism, Indigenous, and integrative medicine traditions. iHerb, Mountain Rose Herbs, Gaia Herbs, Herb Pharm, and Leafly (cannabis) affiliate links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.15 USDC/call via x402 micropayment.

## Output

Returns a list of herbal and traditional medicine practitioners matching the query, including their names, specialties, medicine tradition (Ayurveda, TCM, Western herbalism, etc.), contact details, location, and possibly affiliate links to relevant herbal suppliers or resources. Response is available in any language via the lang parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "type"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "naturopath | herbalist | tcm | ayurveda | homeopath | integrative-md"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-herbal-practitioner-finder-0f3521a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from herbapulse.vercel.app](https://www.zero.xyz/host/herbapulse.vercel.app/llms.txt)
