# FranchisePulse Online Business Finder

> FranchisePulse Online Business 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).

Discovers digital businesses for sale (SaaS, content, ecommerce, newsletters) across Flippa, Empire Flippers, and Acquire.com

## Facts

- Endpoint: GET https://franchisepulse-six.vercel.app/api/franchise/online
- 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-online-business-finder-d5426439
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pu4G2KeSy7nS6yKNtGbfP

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-online-business-finder-d5426439
```

Example prompt: Can you find me online businesses for sale right now — specifically SaaS or newsletter businesses listed on Flippa, Empire Flippers, or Acquire.com with at least $5k monthly revenue?

## When to prefer this

Use this endpoint when an agent needs to surface acquisition targets in the digital/online business space specifically across the three major marketplaces (Flippa, Empire Flippers, Acquire.com). Prefer over generic web search when structured, filterable listing data is needed for SaaS, content, ecommerce, or newsletter businesses.

## Known failure modes

- No matching listings found for the given filters — returns empty result set
- External marketplace APIs unavailable — may return stale or partial data
- Rate limiting from upstream platforms — may result in incomplete results
- Invalid filter parameters — returns 400 error

## How this service works

Digital business acquisition finder for business-buyer and investor agents. Returns SaaS, content, ecommerce, and newsletter businesses for sale on Flippa, Empire Flippers, and Acquire.com.

## Output

A list of digital business listings for sale including business name, category (SaaS/content/ecommerce/newsletter), asking price, revenue figures, and the platform (Flippa, Empire Flippers, Acquire.com) where the listing is live.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "category": {
   "type": "string",
   "description": "SaaS|content|ecommerce|newsletter|app|service"
  },
  "min_revenue": {
   "type": "string",
   "description": "min_revenue"
  },
  "max_multiple": {
   "type": "string",
   "description": "max_multiple"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/franchisepulse-online-business-finder-d5426439/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)
