# FranchisePulse Online Business Finder

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

Returns SaaS, content, ecommerce, and newsletter businesses currently listed for sale on Flippa, Empire Flippers, and Acquire.com

## Facts

- Endpoint: GET https://franchisepulse.theaslangroupllc.com/api/franchise/online
- 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-online-business-finder-c0c86b8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OJKg2T8bX36HUgKfhpQL_

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-c0c86b8b
```

Example prompt: Find me online businesses currently for sale — I'm interested in SaaS or newsletter businesses listed on Flippa, Empire Flippers, or Acquire.com, ideally with recurring revenue.

## When to prefer this

Use this endpoint when an agent or user wants to discover digital/online business acquisition opportunities (SaaS, ecommerce, content, newsletters) aggregated across multiple major marketplaces in a single call, rather than manually browsing Flippa, Empire Flippers, or Acquire.com individually. Prefer over sibling endpoints when the target is an internet-native business rather than a physical franchise unit.

## Known failure modes

- No listings returned if marketplaces have no current inventory matching filters
- Stale data if marketplace listings change faster than the API refreshes
- HTTP 402 if x402 payment fails or USDC balance is insufficient
- Partial results if one or more upstream marketplaces is temporarily unavailable

## 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 online businesses for sale aggregated from Flippa, Empire Flippers, and Acquire.com, including details such as business type (SaaS, content, ecommerce, newsletter), asking price, revenue figures, marketplace source, and listing metadata to help evaluate acquisition opportunities.

## 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-c0c86b8b/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)
