# PetPulse Pet Insurance Comparison

> PetPulse Pet Insurance Comparison is a paid API for AI agents from petpulse-alpha.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Compares pet insurance plans by species, breed exclusions, and cost to help pet owners choose the right coverage

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/insurance
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-pet-insurance-comparison-80b1fedf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z9yyGa1JKam7Q6CSYCNj_

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 petpulse-pet-insurance-comparison-80b1fedf
```

Example prompt: Can you compare pet insurance plans for my 3-year-old Golden Retriever — I want to see monthly costs, any breed-specific exclusions, and which plans cover hereditary conditions?

## When to prefer this

Use this endpoint when a pet owner or pet-care agent needs to compare insurance plan options across providers, filtered by species and breed, with cost and exclusion data — especially when breed-specific exclusions are a concern. Prefer over generic insurance APIs when the query is pet-specific and requires breed-level detail.

## Known failure modes

- Unknown or unsupported species returns no matching plans
- Rare or mixed breeds may not match breed exclusion database entries
- Missing required species or breed parameter returns validation error
- Payment of 0.1 USDC required per call; failure to pay results in 402 response
- Exotic species may have limited or no plan data available

## How this service works

Global pet health and care intelligence API. AI-synthesized veterinary symptom triage, breed selection guides, pet nutrition analysis, medication safety (drug interactions, toxin exposure), senior pet care, travel preparation, insurance comparison, and cost estimation. Backed by current veterinary literature via real-time search. Serves pet owners, veterinary clinics, and pet-focused AI agents worldwide. Chewy + pet insurance affiliate links auto-appended to purchase-relevant endpoints. All endpoints support any language via ?lang=. Pricing: $0.05–$0.10 USDC/call via x402 micropayment.

## Output

Returns a comparison of pet insurance plans including monthly premiums, breed-specific exclusions, covered conditions, species eligibility, and cost breakdowns to help the user select the most appropriate plan

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "age": {
   "type": "string",
   "description": "Pet age"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "breed": {
   "type": "string",
   "description": "Breed"
  },
  "species": {
   "type": "string",
   "description": "Species (dog, cat, etc.)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-pet-insurance-comparison-80b1fedf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse-alpha.vercel.app](https://www.zero.xyz/host/petpulse-alpha.vercel.app/llms.txt)
