# LeadsForge Lookalikes Employee Range Filter Values

> LeadsForge Lookalikes Employee 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 valid employee range values that can be used as filters when searching for lookalike company leads.

## Facts

- Endpoint: GET https://x402.orthogonal.com/leadsforge/lookalikes/filters/employee-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-lookalikes-employee-range-filter-values-b348f233
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IlmLGSGSGOaWMcsqEqkSm

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-employee-range-filter-values-b348f233
```

Example prompt: What employee range values can I use when filtering lookalike companies in LeadsForge? I want to make sure I'm using valid options before I run my lookalike search.

## When to prefer this

Use this endpoint before or alongside a lookalike search query when you need to know which employee range values are accepted as valid filter inputs. It is the canonical reference for valid company-size filter options in the LeadsForge lookalikes system.

## Known failure modes

- Network or server error returning 500 with no body
- Rate limiting or payment failure returning 402 or 429
- Empty response if the service is misconfigured or temporarily unavailable

## How this service works

Get available employee range values for lookalikes filtering.

## Output

A list of valid employee range values (e.g. '1-10', '11-50', '51-200', '201-500', '501-1000', '1000+') that can be passed as filter parameters when querying lookalike companies in 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-lookalikes-employee-range-filter-values-b348f233/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)
