# FranchisePulse Opportunity Discovery

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

Discovers and filters franchise opportunities by industry, investment range, royalty structure, and territory for prospective franchise buyers and entrepreneurs.

## Facts

- Endpoint: GET https://franchisepulse-six.vercel.app/api/franchise/discover
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/franchisepulse-opportunity-discovery-5a0235de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ccHKXnd4IPIrG-uRMrS3S

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-opportunity-discovery-5a0235de
```

Example prompt: Can you find franchise opportunities in the food and beverage industry with a total investment between $75,000 and $200,000, royalty rates under 7%, and available territories in the Southeast US?

## When to prefer this

Use this endpoint when an agent needs to surface a list of matching franchise investment opportunities based on user-defined criteria such as budget, industry, geography, and fee structure. Prefer this over the comparison or due-diligence endpoints when the user has not yet narrowed down to specific franchises and needs discovery first.

## Known failure modes

- No franchises match the specified filters — returns empty result set
- Invalid investment range values (e.g. min greater than max) — returns validation error
- Unsupported industry category — returns error or empty results
- Territory not recognized or unavailable — returns error
- Payment not completed — returns 402 Payment Required

## How this service works

Franchise opportunity discovery for franchise-buyer and entrepreneur agents. Filters opportunities by industry, investment range, royalty structure, and territory.

## Output

Returns a list of matching franchise opportunities filtered by the specified industry, investment range, royalty structure, and territory, including key details about each franchise such as brand name, investment requirements, royalty terms, and territory availability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "new_unit|resale|both"
  },
  "industry": {
   "type": "string",
   "description": "industry"
  },
  "territory": {
   "type": "string",
   "description": "territory"
  },
  "investment_max": {
   "type": "string",
   "description": "investment_max"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/franchisepulse-opportunity-discovery-5a0235de/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)
