# FranchisePulse FDD Analyzer

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

Analyzes franchise disclosure documents (FDD) including Item 7 investment costs, Item 19 unit economics, Item 20 unit counts, and Item 21 financials

## Facts

- Endpoint: GET https://franchisepulse-six.vercel.app/api/franchise/fdd
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-fdd-analyzer-1bf7b05f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cl1kL01YLDNbSZhU_gmpn

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-fdd-analyzer-1bf7b05f
```

Example prompt: Pull the FDD analysis for Chick-fil-A — I want to see the Item 7 initial investment range, Item 19 unit economics like average unit volume, Item 20 unit counts showing how many locations opened and closed last year, and the Item 21 financial statements.

## When to prefer this

Use this endpoint when performing due diligence on a franchise opportunity and needing structured FDD data — especially Item 7 investment costs, Item 19 earnings claims, Item 20 unit health metrics, and Item 21 audited financials — without manually parsing lengthy PDF disclosure documents.

## Known failure modes

- Franchise not found in database — returns 404 or empty result
- FDD data not yet available or outdated for the requested franchise
- Missing or incomplete Item 19 data (not all franchisors disclose unit economics)
- Rate limit or payment failure due to x402 payment not processed
- Invalid franchise identifier provided

## How this service works

FDD analysis for franchise-buyer and due-diligence agents. Breaks down Item 7 (investment), Item 19 (unit economics), Item 20 (unit counts), and Item 21 (financials).

## Output

Returns structured data extracted from the franchise's FDD covering Item 7 (initial investment cost ranges), Item 19 (unit-level financial performance and average unit volume), Item 20 (historical unit counts including openings, closures, and transfers), and Item 21 (audited financial statements of the franchisor).

## 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-fdd-analyzer-1bf7b05f/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)
