# Formwerk Input Field Form Count Inspector

> Formwerk Input Field Form Count Inspector is a paid API for AI agents from formwerk.halowerk.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Checks the number of forms contained within a specific input field element on a given web page.

## Facts

- Endpoint: POST https://formwerk.halowerk.com/v1/pruef/formwerk/formularzahl/eingabefeld
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/formwerk-input-field-form-count-inspector-e0240e30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qLsZWhsqB9K3J6VSHCqhZ

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 formwerk-input-field-form-count-inspector-e0240e30 -d '<json body>'
```

Example prompt: Check https://example.com/signup and tell me how many forms are contained in the input field with the CSS selector '#registration-form input.main' — I want to know the form count finding for that specific element.

## When to prefer this

Choose this endpoint when you specifically need to count the number of forms nested within or associated with an input field element on a webpage. It is distinct from page-level form counts or form method inspection — use it when the scope is explicitly the input field object and the finding is form quantity.

## Known failure modes

- Invalid or unreachable URL returns an error indicating the target could not be fetched
- CSS selector matches no element, returning zero or an error for no matching object
- Target page requires authentication or blocks crawlers, resulting in an access error
- Malformed URL or schema validation failure returns a 400-level error
- Network timeout if the target URL is slow to respond

## How this service works

Prüft am Objekt eingabefeld den Befund Zahl enthaltener Formulare.

## Output

Returns a finding (Befund) indicating the number of forms (Formularzahl) contained within the specified input field element on the target URL. The response provides a count value reflecting how many forms are detected inside the queried input element.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ziel": {
   "oneOf": [
    {
     "type": "string",
     "maxLength": 2048,
     "minLength": 1,
     "description": "Öffentliche HTTP(S)-Adresse; bei DNS-Befunden Domain oder öffentliche IP."
    },
    {
     "type": "object",
     "required": [
      "adresse"
     ],
     "properties": {
      "adresse": {
       "type": "string",
       "maxLength": 2048,
       "minLength": 1
      },
      "selektor": {
       "type": "string",
       "maxLength": 240,
       "minLength": 1,
       "description": "CSS-Selektor: genau ein Objekt, sonst erster Treffer des Objektfilters."
      },
      "vergleich": {
       "type": "string",
       "maxLength": 2048,
       "description": "Öffentliche Vergleichsadresse für Link-, Sitemap- oder Sprachbefunde."
      },
      "user_agent": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,80}$"
      },
      "dkim_selektor": {
       "type": "string",
       "pattern": "^[A-Za-z0-9_-]{1,63}$"
      }
     },
     "additionalProperties": false
    }
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/formwerk-input-field-form-count-inspector-e0240e30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from formwerk.halowerk.com](https://www.zero.xyz/host/formwerk.halowerk.com/llms.txt)
