# FranchisePulse Franchise Vetting & Due Diligence

> FranchisePulse Franchise Vetting & Due Diligence is a paid API for AI agents from franchisepulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns a comprehensive due diligence report on a franchise brand including litigation history, unit failure rates, franchisee satisfaction scores, and an overall verdict.

## Facts

- Endpoint: GET https://franchisepulse.theaslangroupllc.com/api/franchise/vet
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-franchise-vetting-due-diligence-aab80668
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kDAAVT0TYF_au9v4jKTBA

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-due-diligence-aab80668
```

Example prompt: I'm seriously considering buying a Smoothie King franchise — can you run a full due diligence check on it, including any litigation, how many units have failed, and what franchisees actually say about the brand?

## When to prefer this

Use this endpoint when an agent or user needs a holistic due diligence verdict on a specific franchise brand — combining litigation, failure rates, and franchisee satisfaction in one call. Prefer this over the FDD analysis endpoint (which focuses on Item 7/Item 19 financials) when the primary concern is brand health, legal risk, and franchisee sentiment rather than raw financial projections.

## Known failure modes

- Franchise brand not found in database — returns 404 or empty result
- Ambiguous brand name with multiple matches — may return wrong franchise
- Stale data if franchise FDD has not been recently updated
- Rate limit or payment failure at $0.15 USDC per call via x402
- Partial data if franchise is new and has limited disclosure history

## 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 containing the franchise's litigation history (lawsuits, settlements, regulatory actions), unit failure/closure rates, franchisee satisfaction metrics, and an overall verdict or risk rating to help the buyer decide whether to proceed.

## 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-due-diligence-aab80668/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from franchisepulse.theaslangroupllc.com](https://www.zero.xyz/host/franchisepulse.theaslangroupllc.com/llms.txt)
