# LeadsForge Company Followers Seniority Level Filters

> LeadsForge Company Followers Seniority Level 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 valid seniority level values that can be used to filter company followers.

## Facts

- Endpoint: GET https://x402.orthogonal.com/leadsforge/company-followers/filters/levels
- 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-company-followers-seniority-level-filters-e09e23e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lJvdu5fej28xzxZdytCyV

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-company-followers-seniority-level-filters-e09e23e8
```

Example prompt: What seniority level options are available for filtering company followers in LeadsForge? I want to know the valid values before setting up a follower filter.

## When to prefer this

Use this endpoint when you need to know the exact, accepted seniority level values before constructing a company followers filter query — especially to avoid invalid parameter errors. It is a lightweight metadata/lookup call with no required inputs, ideal for populating dropdowns or validating automation configs.

## Known failure modes

- Service unavailable returns a 5xx error
- Authentication failure if payment header is missing or invalid (402)
- Empty list if no seniority levels are configured on the backend

## How this service works

Get list of supported seniority level values for company followers filtering.

## Output

A list of valid seniority level string values (e.g. 'Director', 'VP', 'C-Suite', 'Manager', 'Entry') that can be used as filter parameters when querying company followers through the LeadsForge API.

## 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-company-followers-seniority-level-filters-e09e23e8/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)
