# PetPulse Pet Insurance Comparison & Plan Finder

> PetPulse Pet Insurance Comparison & Plan Finder is a paid API for AI agents from petpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Compares pet insurance plans with breed-specific exclusions and cost estimates by species, breed, and age worldwide

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/insurance
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-pet-insurance-comparison-plan-finder-81a06f59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BSPltDlgWIi-n5LCkEWCj

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-plan-finder-81a06f59
```

Example prompt: Can you compare pet insurance plans for my 4-year-old French Bulldog in the US — I want to know which plans cover hereditary conditions, what breed-specific exclusions apply, and what the estimated monthly cost would be?

## When to prefer this

Use this endpoint when a pet owner or pet-care agent needs to compare insurance plan options, understand breed-specific exclusions, or estimate insurance costs for a specific pet — especially when breed, age, and species are known. Prefer this over generic insurance aggregators when the query is pet-specific and requires breed-aware filtering.

## Known failure modes

- Unsupported or unrecognized breed returns no results or generic fallback
- Missing required parameters (species, breed, age) result in incomplete comparisons
- Exotic or rare species may have limited or no plan data available
- Regional insurance availability may be sparse for non-US/EU locations
- Service returns informational estimates only — binding quotes require contacting insurers directly

## How this service works

Pet insurance comparison and plan-finder for pet-owner and pet-care agents. Compares pet insurance plans, breed-specific exclusions, and cost by species, breed and age worldwide. Pet-info guide, not a binding insurance quote.

## Output

Returns a comparison of available pet insurance plans for the specified species, breed, and age, including estimated monthly costs, coverage highlights, and breed-specific exclusions or limitations. Clearly marked as informational guidance, not a binding insurance quote.

## 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-plan-finder-81a06f59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse.theaslangroupllc.com](https://www.zero.xyz/host/petpulse.theaslangroupllc.com/llms.txt)
