# FranchisePulse Resale Finder

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

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

## Facts

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

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-resale-finder-c2ec992c
```

Example prompt: Can you find me existing franchise units for sale — something like a Subway or similar fast food brand in Texas under $300,000, with operating history and valuation info?

## When to prefer this

Use this endpoint when a user specifically wants to buy an already-operating franchise unit rather than open a new one from scratch. Ideal when operating history, existing customer base, or faster path to profitability is the priority. Choose this over the new-franchise-discovery endpoint when the buyer wants proven unit economics rather than greenfield opportunities.

## Known failure modes

- No listings found matching the specified brand or location — returns empty results
- BizBuySell or BizQuest scraping unavailable — returns upstream error
- Invalid or unsupported filter parameters — returns 400 validation error
- Rate limit or payment failure — returns 402 or 429 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 sourced from BizBuySell and BizQuest, including each unit's asking price, operating history, revenue/cash flow figures where available, and valuation context to help assess whether the deal is fairly priced.

## 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-resale-finder-c2ec992c/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)
