# LeadsForge Revenue Range Filter Values

> LeadsForge Revenue Range Filter Values is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the list of available revenue range values that can be used as filters when searching for leads.

## Facts

- Endpoint: GET https://x402.orthogonal.com/leadsforge/search/filters/revenue-ranges
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/leadsforge-revenue-range-filter-values-e631e7b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v1tFCVdMquVTdyOG8v1MD

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 leadsforge-revenue-range-filter-values-e631e7b3
```

Example prompt: Before I build a lead search, what revenue range options are available to filter by in LeadsForge?

## When to prefer this

Use this endpoint when you need to discover the valid, platform-defined revenue range values before constructing a LeadsForge lead search query — especially in automated pipelines where hardcoding invalid filter values would cause search failures.

## Known failure modes

- Service unavailable (5xx) if the LeadsForge backend is down
- Empty or unexpected response if the filter metadata has not been populated
- Payment failure if the x402 micropayment of $0.005 USDC is not properly handled

## How this service works

Get available revenue range values for search filtering.

## Output

A list of available revenue range values (e.g. '$1M–$10M', '$10M–$50M', etc.) that can be passed as filter parameters in subsequent lead search queries on the LeadsForge platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/leadsforge-revenue-range-filter-values-e631e7b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
