# LeadsForge Lookalikes Seniority Filters

> LeadsForge Lookalikes Seniority Filters 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 when filtering lookalike leads.

## Facts

- Endpoint: GET https://x402.orthogonal.com/leadsforge/lookalikes/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-lookalikes-seniority-filters-79e141f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5QhTY5INWmJT8RGBEwFo0

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-lookalikes-seniority-filters-79e141f3
```

Example prompt: What seniority levels are available to filter by when building a lookalike audience in LeadsForge?

## When to prefer this

Use this endpoint before constructing a lookalike leads filter query to discover what seniority values are valid. It is the canonical reference for accepted seniority filter options on this platform and should be called when building dynamic filter UIs or validating user input against supported values.

## Known failure modes

- Service unavailability returning a 5xx error
- Empty or malformed response if the data source is temporarily unavailable
- Authentication/payment failure if x402 payment header is missing or insufficient

## How this service works

Get available seniority values for lookalikes filtering.

## Output

A list of valid seniority level values (e.g. 'C-Level', 'VP', 'Director', 'Manager', 'Individual Contributor', etc.) that can be passed as filter parameters when querying lookalike leads. The response serves as a reference enum for valid seniority inputs.

## 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-lookalikes-seniority-filters-79e141f3/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)
