# LeadsForge Seniority Filter Values

> LeadsForge Seniority 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 seniority level values that can be used as filters when searching for leads.

## Facts

- Endpoint: GET https://x402.orthogonal.com/leadsforge/search/filters/seniorities
- 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-seniority-filter-values-7295e5d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7yUJjBca5IDi3moJuVYe9

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-seniority-filter-values-7295e5d2
```

Example prompt: What seniority levels can I filter by when searching for leads on LeadsForge? I want to know all the available options before I build my search query.

## When to prefer this

Use this endpoint before constructing a lead search query to discover valid seniority filter values. Prefer this over hardcoding seniority strings, as the available options may change. It is the canonical discovery endpoint for seniority options within the LeadsForge search API.

## Known failure modes

- Service unavailable or rate limited — returns HTTP 402 or 5xx with no data
- Empty or null seniority list if the upstream data source is temporarily unavailable
- Unexpected schema changes if the provider updates available seniority tiers without notice

## How this service works

Get available seniority values for search filtering.

## Output

Returns a list of valid seniority level values (e.g. 'C-Level', 'VP', 'Director', 'Manager', 'Individual Contributor') that can be passed as filter parameters in subsequent lead search queries.

## 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-seniority-filter-values-7295e5d2/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)
