# FranchisePulse Franchise Vetting

> FranchisePulse Franchise Vetting is a paid API for AI agents from franchisepulse-six.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns litigation history, unit failure rates, franchisee satisfaction scores, and an overall verdict for a given franchise brand

## Facts

- Endpoint: GET https://franchisepulse-six.vercel.app/api/franchise/vet
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-franchise-vetting-e3d0136e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BZcvqTEX1BavlBxYTLodn

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 franchisepulse-franchise-vetting-e3d0136e
```

Example prompt: Can you vet the Anytime Fitness franchise for me — I want to see their litigation history, unit failure rates, franchisee satisfaction, and an overall verdict before I commit to anything?

## When to prefer this

Use this endpoint when a user wants a quick, consolidated due diligence verdict on a specific franchise brand — covering litigation, unit economics failure rates, and franchisee sentiment — rather than a deep FDD document analysis or a side-by-side comparison of multiple brands.

## Known failure modes

- Unknown or unrecognized franchise name returns no data or 404
- Franchise has insufficient public data for a complete report
- Rate limiting or payment failure returns 402
- Stale data if the franchise's FDD has not been recently updated

## How this service works

Franchise due diligence for franchise-buyer and due-diligence agents. Returns litigation history, unit failure rates, franchisee satisfaction, and a verdict.

## Output

A structured due diligence report including the franchise's litigation history, unit failure rates, franchisee satisfaction ratings, and a final verdict summarizing whether the franchise is a sound investment opportunity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "franchisor"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "franchisor": {
   "type": "string",
   "description": "franchisor"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/franchisepulse-franchise-vetting-e3d0136e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from franchisepulse-six.vercel.app](https://www.zero.xyz/host/franchisepulse-six.vercel.app/llms.txt)
