# FranchisePulse Existing Franchise Resale Finder

> FranchisePulse Existing Franchise Resale Finder is a paid API for AI agents from franchisepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Finds existing franchise units for sale on BizBuySell and BizQuest, with operating history and valuation context for buyers and investors.

## Facts

- Endpoint: GET https://franchisepulse.theaslangroupllc.com/api/franchise/resale
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-existing-franchise-resale-finder-d74dfbf0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cEw0i6LeU9HYXCRYPMnG3

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-existing-franchise-resale-finder-d74dfbf0
```

Example prompt: Can you find existing Anytime Fitness franchise units for sale in Texas under $500,000, with their operating history and valuation info pulled from BizBuySell and BizQuest?

## When to prefer this

Use this endpoint when a buyer or investor wants to acquire an already-operating franchise unit rather than starting a new franchise from scratch. Prefer this over the franchise opportunity discovery endpoint when the user specifically wants resale listings with operating history and existing cash flow context, not greenfield franchise opportunities.

## Known failure modes

- No listings found for the specified brand or location — returns empty result set
- Invalid or unsupported franchise brand name — may return no results
- Upstream BizBuySell or BizQuest unavailable — returns error or stale data
- Price range filter too narrow — returns zero listings
- Payment not processed — 402 payment required error

## How this service works

Existing franchise resale finder for business-buyer and investor agents. Returns units for sale on BizBuySell and BizQuest with operating history and valuation context.

## Output

A list of existing franchise resale listings matching the query, sourced from BizBuySell and BizQuest, including asking price, operating history, and valuation context to help a buyer assess the opportunity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "industry": {
   "type": "string",
   "description": "industry"
  },
  "location": {
   "type": "string",
   "description": "location"
  },
  "max_price": {
   "type": "string",
   "description": "max_price"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/franchisepulse-existing-franchise-resale-finder-d74dfbf0/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)
