# FranchisePulse FDD Analysis

> FranchisePulse FDD Analysis is a paid API for AI agents from franchisepulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Parses and returns structured Franchise Disclosure Document (FDD) data across Item 7 (initial investment), Item 19 (financial performance representations), Item 20 (unit counts), and Item 21 (audited financials) for a given franchise brand.

## Facts

- Endpoint: GET https://franchisepulse.theaslangroupllc.com/api/franchise/fdd
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-fdd-analysis-bda3f8f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xcr-z6E4mivU2l8SU3kjc

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-analysis-bda3f8f5
```

Example prompt: Pull the FDD analysis for Subway — I want to see the Item 7 initial investment breakdown, Item 19 earnings claims, Item 20 unit counts showing how many opened and closed last year, and Item 21 financials.

## When to prefer this

Use this endpoint when an agent needs structured, itemized FDD data for a specific franchise brand — particularly for investment analysis, buyer due diligence, or comparing unit economics across franchises. Prefer this over general franchise search endpoints when the user has already identified a franchise and wants deep financial disclosure data rather than discovery or screening.

## Known failure modes

- Franchise brand not found or FDD not available — returns 404 or empty result
- FDD data not current — may reflect an older FDD filing if the latest has not been ingested
- Item 19 may be absent if the franchisor does not make financial performance representations
- Ambiguous brand name input leads to incorrect franchise match
- Payment failure (402) if x402 payment header is not properly submitted

## 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 including: Item 7 (estimated initial investment ranges by cost category), Item 19 (unit-level financial performance representations such as average revenues and margins), Item 20 (unit count tables showing openings, closures, and transfers by year), 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-analysis-bda3f8f5/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)
